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
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 }}
hrchu
/
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
Branch selector
main
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 27, 2021
Merge pull request #3459 from TeamTamoad/maketrans
Show description for e2b5abf
youknowone
authored
e2b5abf
View commit details
Copy full SHA for e2b5abf
Browse repository at this point
Fix maketrans not thrown ValueError when length of the arguments are not the same
TeamTamoad
committed
cf7c815
View commit details
Copy full SHA for cf7c815
Browse repository at this point
Merge pull request #3457 from youknowone/remove-todo
Show description for 3f2bab6
youknowone
authored
3f2bab6
View commit details
Copy full SHA for 3f2bab6
Browse repository at this point
Commits on Nov 26, 2021
test_bigrepeat is fixed
Show description for 448f7e4
youknowone
committed
448f7e4
View commit details
Copy full SHA for 448f7e4
Browse repository at this point
Remove TODO from RustPython-invalid test_cmd_line.test_version
youknowone
committed
0ad3a29
View commit details
Copy full SHA for 0ad3a29
Browse repository at this point
Merge pull request #3447 from waroad/printArrowSymbol
Show description for 18427ec
youknowone
authored
18427ec
View commit details
Copy full SHA for 18427ec
Browse repository at this point
Commits on Nov 23, 2021
Merge pull request #3434 from chrismoradi/unimplemented-abstract-methods-raise-error
Show description for 7cc5e0b
coolreader18
authored
7cc5e0b
View commit details
Copy full SHA for 7cc5e0b
Browse repository at this point
Commits on Nov 22, 2021
Merge branch 'main' of github.com:chrismoradi/RustPython into unimplemented-abstract-methods-raise-error
chrismoradi
committed
a685b23
View commit details
Copy full SHA for a685b23
Browse repository at this point
Refactor and new sequence traits, generic sequence operation (#3445)
Show description for 908b239
qingshi163
authored
908b239
View commit details
Copy full SHA for 908b239
Browse repository at this point
Commits on Nov 21, 2021
Merge pull request #3386 from coolreader18/no-arc
Show description for a53451b
coolreader18
authored
a53451b
View commit details
Copy full SHA for a53451b
Browse repository at this point
Merge pull request #3454 from YYun-D/doc_modify
Show description for b8624c6
youknowone
authored
b8624c6
View commit details
Copy full SHA for b8624c6
Browse repository at this point
remove bytearray and byte docs
Show description for 7de142f
YYun-D
committed
7de142f
View commit details
Copy full SHA for 7de142f
Browse repository at this point
Merge pull request #3451 from waroad/enumerate_add_reduce
Show description for 7305be8
youknowone
authored
7305be8
View commit details
Copy full SHA for 7305be8
Browse repository at this point
Commits on Nov 20, 2021
Merge pull request #3450 from YYun-D/slice_reduce
Show description for d42ab18
youknowone
authored
d42ab18
View commit details
Copy full SHA for d42ab18
Browse repository at this point
Merge pull request #3452 from moreal/bugfix/correct-whats-left
Show description for a96b8fc
youknowone
authored
a96b8fc
View commit details
Copy full SHA for a96b8fc
Browse repository at this point
Remove staled comments
moreal
committed
a41d7c5
View commit details
Copy full SHA for a41d7c5
Browse repository at this point
add reduce in enumerate
waroad
committed
51e1d76
View commit details
Copy full SHA for 51e1d76
Browse repository at this point
fix test_pickle in test_slice
Show description for e49d711
YYun-D
committed
e49d711
View commit details
Copy full SHA for e49d711
Browse repository at this point
implement reduce method to PySlice
Show description for fd3a0f6
YYun-D
committed
fd3a0f6
View commit details
Copy full SHA for fd3a0f6
Browse repository at this point
Merge pull request #3448 from YYun-D/test_math_modify
Show description for 6949180
youknowone
authored
6949180
View commit details
Copy full SHA for 6949180
Browse repository at this point
Update test_math.py to cpython 3.10
YYun-D
committed
3070b19
View commit details
Copy full SHA for 3070b19
Browse repository at this point
pystr.rs isdecimal() checks not only ASCII but also Unicode decimals
Jungwon-Lee
authored
7b79c09
View commit details
Copy full SHA for 7b79c09
Browse repository at this point
arrow crash in windows
Show description for 5a8d15d
waroad
committed
5a8d15d
View commit details
Copy full SHA for 5a8d15d
Browse repository at this point
Dict keys isdisjoint
rvsampson94
authored
0fe8a06
View commit details
Copy full SHA for 0fe8a06
Browse repository at this point
Commits on Nov 18, 2021
Apply review comments
coolreader18
committed
790090d
View commit details
Copy full SHA for 790090d
Browse repository at this point
Commits on Nov 17, 2021
Merge pull request #3444 from youknowone/revert-3433
Show description for c7e1742
youknowone
authored
c7e1742
View commit details
Copy full SHA for c7e1742
Browse repository at this point
Revert "Merge pull request #3433 from deantvv/test-update"
Show description for 913b78c
youknowone
committed
913b78c
View commit details
Copy full SHA for 913b78c
Browse repository at this point
Commits on Nov 15, 2021
Prevent edge case race condition, hopefully
coolreader18
committed
af7ec41
View commit details
Copy full SHA for af7ec41
Browse repository at this point
Make PyRef<T> wrap a NonNull<PyObjectView<T>>
Show description for 229a9c8
coolreader18
committed
229a9c8
View commit details
Copy full SHA for 229a9c8
Browse repository at this point
Address review
coolreader18
committed
8c7def0
View commit details
Copy full SHA for 8c7def0
Browse repository at this point
Fix clippy
coolreader18
committed
1da239a
View commit details
Copy full SHA for 1da239a
Browse repository at this point
Reuse standard no-cb weakref
coolreader18
committed
2a87b89
View commit details
Copy full SHA for 2a87b89
Browse repository at this point
Implement weakref._remove_dead_weakref
coolreader18
committed
f9d9a1e
View commit details
Copy full SHA for f9d9a1e
Browse repository at this point
Implement weakref.getweakrefs
coolreader18
committed
ec0a658
View commit details
Copy full SHA for ec0a658
Browse repository at this point
Make WeakListInner a sidetable
coolreader18
committed
c687116
View commit details
Copy full SHA for c687116
Browse repository at this point
Previous
Next
You can’t perform that action at this time.