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 }}
lightsofapollo
/
RustPython
Public
forked from
RustPython/RustPython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
RustPython
tests
on
master
User selector
All users
All time
Commit history
Commits on Jul 10, 2019
Merge pull request #1128 from RustPython/re-kung-fu
Show description for 98e6486
windelbouwman
authored
98e6486
View commit details
Copy full SHA for 98e6486
View code at this point
Browse repository at this point
Merge pull request #1123 from corona10/fix_complex_hash
Show description for dd20263
windelbouwman
authored
dd20263
View commit details
Copy full SHA for dd20263
View code at this point
Browse repository at this point
Add time.ctime, time.strftime
windelbouwman
committed
fb23cc6
View commit details
Copy full SHA for fb23cc6
View code at this point
Browse repository at this point
Add time.gmtime function.
windelbouwman
committed
0ab3965
View commit details
Copy full SHA for 0ab3965
View code at this point
Browse repository at this point
Improve re module. Favor string.py over string.rs
windelbouwman
committed
d16c288
View commit details
Copy full SHA for d16c288
View code at this point
Browse repository at this point
complex: Fix hash function to work correctly
Show description for d349d25
corona10
committed
d349d25
View commit details
Copy full SHA for d349d25
View code at this point
Browse repository at this point
Commits on Jul 9, 2019
Merge pull request #1124 from corona10/sys_maxunicode
Show description for 9261d94
windelbouwman
authored
9261d94
View commit details
Copy full SHA for 9261d94
View code at this point
Browse repository at this point
sys: Fix sys.maxsize and add sys.maxunicode
Show description for 2e618af
corona10
committed
2e618af
View commit details
Copy full SHA for 2e618af
View code at this point
Browse repository at this point
Fix exception stack
palaviv
committed
86cbc2e
View commit details
Copy full SHA for 86cbc2e
View code at this point
Browse repository at this point
Merge pull request #1097 from RustPython/coolreader18/collections-deque
Show description for 86decbb
windelbouwman
authored
86decbb
View commit details
Copy full SHA for 86decbb
View code at this point
Browse repository at this point
Commits on Jul 7, 2019
Fix warnings test
coolreader18
committed
7b23a96
View commit details
Copy full SHA for 7b23a96
View code at this point
Browse repository at this point
Add __len__ to deque
coolreader18
committed
1c1440e
View commit details
Copy full SHA for 1c1440e
View code at this point
Browse repository at this point
Add maxlen as a named arg
coolreader18
committed
d891c87
View commit details
Copy full SHA for d891c87
View code at this point
Browse repository at this point
Add __mul__ to deque
coolreader18
committed
9d3fa18
View commit details
Copy full SHA for 9d3fa18
View code at this point
Browse repository at this point
Add deque tests
coolreader18
committed
0ca6d24
View commit details
Copy full SHA for 0ca6d24
View code at this point
Browse repository at this point
Merge pull request #1116 from RustPython/remove-cpython-bytecode-tests
Show description for ff21c14
windelbouwman
authored
ff21c14
View commit details
Copy full SHA for ff21c14
View code at this point
Browse repository at this point
Merge pull request #1117 from silmeth/exc-repr
Show description for fabc260
windelbouwman
authored
fabc260
View commit details
Copy full SHA for fabc260
View code at this point
Browse repository at this point
fix big int crash in json_snippets – actually use a big integer
silmeth
committed
fe9e711
View commit details
Copy full SHA for fe9e711
View code at this point
Browse repository at this point
move asserts out of round trip test utils
silmeth
committed
1b539de
View commit details
Copy full SHA for 1b539de
View code at this point
Browse repository at this point
make exceptions repr tests Python 3.7-friendly by eval-repr round-trip
silmeth
committed
9fee59e
View commit details
Copy full SHA for 9fee59e
View code at this point
Browse repository at this point
Remove bytecode compilation. Add feature to enable verbose logging in vm.
windelbouwman
committed
310f89e
View commit details
Copy full SHA for 310f89e
View code at this point
Browse repository at this point
Improve f-string syntax. Fixes #1099
windelbouwman
committed
7e138ec
View commit details
Copy full SHA for 7e138ec
View code at this point
Browse repository at this point
Commits on Jul 4, 2019
Allow skipping of unknown modules
palaviv
committed
2edba36
View commit details
Copy full SHA for 2edba36
View code at this point
Browse repository at this point
Commits on Jul 3, 2019
add name, path, msg attributes to ImportError
mkurnikov
committed
9ce5240
View commit details
Copy full SHA for 9ce5240
View code at this point
Browse repository at this point
Merge pull request #1095 from RustPython/coolreader18/whats_left-modules
Show description for f34f16b
coolreader18
authored
f34f16b
View commit details
Copy full SHA for f34f16b
View code at this point
Browse repository at this point
Do not pollute stack when if-expression condition evaluated to False
mkurnikov
committed
8162b87
View commit details
Copy full SHA for 8162b87
View code at this point
Browse repository at this point
Commits on Jul 1, 2019
Show module attributes missing
coolreader18
committed
3668250
View commit details
Copy full SHA for 3668250
View code at this point
Browse repository at this point
Merge pull request #1059 from RustPython/unicodedata
Show description for 4a108c1
windelbouwman
authored
4a108c1
View commit details
Copy full SHA for 4a108c1
View code at this point
Browse repository at this point
Change sys.path in not_impl_gen.py
coolreader18
committed
f8cf39e
View commit details
Copy full SHA for f8cf39e
View code at this point
Browse repository at this point
Add comment to not_impl_gen.py
coolreader18
committed
982b2f2
View commit details
Copy full SHA for 982b2f2
View code at this point
Browse repository at this point
Add module listing to whats_left.sh
coolreader18
committed
307990d
View commit details
Copy full SHA for 307990d
View code at this point
Browse repository at this point
Merge pull request #1074 from JimJeon/feature/rmod
Show description for fbd0c59
coolreader18
authored
fbd0c59
View commit details
Copy full SHA for fbd0c59
View code at this point
Browse repository at this point
Commits on Jun 30, 2019
Merge master branch
windelbouwman
committed
13be2cf
View commit details
Copy full SHA for 13be2cf
View code at this point
Browse repository at this point
improve (de)serialization: no crash on BigInts, non-string map keys
silmeth
committed
5dddd02
View commit details
Copy full SHA for 5dddd02
View code at this point
Browse repository at this point
Merge pull request #1064 from RustPython/cryptomods
Show description for a332b74
windelbouwman
authored
a332b74
View commit details
Copy full SHA for a332b74
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.