Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
sthagen
/
RustPython-RustPython
Public
forked from
RustPython/RustPython
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Security and quality
Insights
Commits
Breadcrumbs
History for
RustPython-RustPython
vm
src
obj
objint.rs
on
unittest-lib
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 1, 2019
Fix with rustfmt
JimJeon
committed
2f1d4a8
View commit details
Copy full SHA for 2f1d4a8
View code at this point
Browse repository at this point
Commits on Jun 29, 2019
Changed function name to rmod
JimJeon
committed
5172a09
View commit details
Copy full SHA for 5172a09
View code at this point
Browse repository at this point
Implement int.__rmod__
Show description for 1e568f1
JimJeon
committed
1e568f1
View commit details
Copy full SHA for 1e568f1
View code at this point
Browse repository at this point
Commits on Jun 7, 2019
make get_method_or_type_error() error message lazy
mkurnikov
committed
8a5182a
View commit details
Copy full SHA for 8a5182a
View code at this point
Browse repository at this point
Commits on Jun 3, 2019
make some exception messages more compatible with CPython, split get_method() into two methods and make raising TypeError more explicit for get_method() errors
mkurnikov
committed
3bfd66b
View commit details
Copy full SHA for 3bfd66b
View code at this point
Browse repository at this point
Commits on Jun 1, 2019
fix most of clippy warnings
mkurnikov
committed
bc35a64
View commit details
Copy full SHA for bc35a64
View code at this point
Browse repository at this point
Commits on May 21, 2019
Merge pull request #974 from stwen77/add_int_to_bytes
Show description for c01a867
windelbouwman
authored
c01a867
View commit details
Copy full SHA for c01a867
View code at this point
Browse repository at this point
Commits on May 14, 2019
add to_bytes for int
Shitong Wen
committed
68a1a9f
View commit details
Copy full SHA for 68a1a9f
View code at this point
Browse repository at this point
Commits on May 12, 2019
Fix int.__hash__
youknowone
committed
3bebe44
View commit details
Copy full SHA for 3bebe44
View code at this point
Browse repository at this point
Commits on May 10, 2019
fix floor div for int
Shitong Wen
committed
50c119a
View commit details
Copy full SHA for 50c119a
View code at this point
Browse repository at this point
Commits on May 9, 2019
int_from_bytes
Shitong Wen
committed
86fcc97
View commit details
Copy full SHA for 86fcc97
View code at this point
Browse repository at this point
add from_bytes for int
Shitong Wen
committed
e9fea28
View commit details
Copy full SHA for e9fea28
View code at this point
Browse repository at this point
add from_bytes for int
Shitong Wen
committed
036b184
View commit details
Copy full SHA for 036b184
View code at this point
Browse repository at this point
Commits on May 4, 2019
Merge pull request #909 from sapir/add-bool-methods
Show description for ee2b2a8
windelbouwman
authored
ee2b2a8
View commit details
Copy full SHA for ee2b2a8
View code at this point
Browse repository at this point
Commits on May 2, 2019
Implement bool.__or__, __and__ and __xor__
sapir
committed
ea347df
View commit details
Copy full SHA for ea347df
View code at this point
Browse repository at this point
Simplify PyInt.rxor to reuse PyInt.xor
sapir
committed
26306b5
View commit details
Copy full SHA for 26306b5
View code at this point
Browse repository at this point
Special handling for base -1, 0, 1 for big exp
youknowone
committed
0bf7ff9
View commit details
Copy full SHA for 0bf7ff9
View code at this point
Browse repository at this point
Add int.__rpow__
youknowone
committed
eb9ca06
View commit details
Copy full SHA for eb9ca06
View code at this point
Browse repository at this point
Add int.__pow__ negative exp impl
youknowone
committed
614378d
View commit details
Copy full SHA for 614378d
View code at this point
Browse repository at this point
Remove int.__pow__ float handling
youknowone
committed
c138dea
View commit details
Copy full SHA for c138dea
View code at this point
Browse repository at this point
Commits on Apr 28, 2019
objint::to_int to call __int__
youknowone
committed
388b62a
View commit details
Copy full SHA for 388b62a
View code at this point
Browse repository at this point
objint::get_float_value
youknowone
committed
304cea8
View commit details
Copy full SHA for 304cea8
View code at this point
Browse repository at this point
Commits on Apr 16, 2019
Remove the __inside_vm hack for procedural macros
coolreader18
committed
08babef
View commit details
Copy full SHA for 08babef
View code at this point
Browse repository at this point
Commits on Apr 13, 2019
Fix a bunch of clippy warnings
skinnyBat
committed
6650ad8
View commit details
Copy full SHA for 6650ad8
View code at this point
Browse repository at this point
Commits on Apr 11, 2019
Fix __radd__ and __rmul__
coolreader18
committed
6a190e3
View commit details
Copy full SHA for 6a190e3
View code at this point
Browse repository at this point
Commits on Apr 10, 2019
Change to use PyClassImpl::extend_class
coolreader18
committed
dd4539b
View commit details
Copy full SHA for dd4539b
View code at this point
Browse repository at this point
Change objint to impl style with properties
coolreader18
committed
c5f4eab
View commit details
Copy full SHA for c5f4eab
View code at this point
Browse repository at this point
Commits on Apr 7, 2019
fix int.__float__
OddCoincidence
committed
c2e03ed
View commit details
Copy full SHA for c2e03ed
View code at this point
Browse repository at this point
int: take self by ref
OddCoincidence
committed
aec3363
View commit details
Copy full SHA for aec3363
View code at this point
Browse repository at this point
Commits on Apr 4, 2019
Merge pull request #774 from RustPython/joey/match-class
Show description for 1c958c9
OddCoincidence
authored
1c958c9
View commit details
Copy full SHA for 1c958c9
View code at this point
Browse repository at this point
address feedback
OddCoincidence
committed
88bf2a3
View commit details
Copy full SHA for 88bf2a3
View code at this point
Browse repository at this point
Commits on Apr 2, 2019
Use match_class! in objint::to_int
OddCoincidence
committed
8549ea2
View commit details
Copy full SHA for 8549ea2
View code at this point
Browse repository at this point
Commits on Mar 29, 2019
Merge branch 'master' into coolreader18/py_class-proc-macro
coolreader18
committed
4222d87
View commit details
Copy full SHA for 4222d87
View code at this point
Browse repository at this point
Change kind identifier to fully use python terminology
skinnyBat
committed
ce9a909
View commit details
Copy full SHA for ce9a909
View code at this point
Browse repository at this point
Merge branch 'master' into int_new_args
Show description for b5dc5a2
skinnyBat
committed
b5dc5a2
View commit details
Copy full SHA for b5dc5a2
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.