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 }}
BlackHacked
/
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
All time
Commit history
Commits on Aug 23, 2021
Merge pull request #2942 from qingshi163/bytes-fromhex-subclass
Show description for 43d4b10
youknowone
authored
43d4b10
View commit details
Copy full SHA for 43d4b10
Browse repository at this point
Merge pull request #2932 from moreal/bugfix/dict-contains-check-from-its-attributes
Show description for 1b20dd5
youknowone
authored
1b20dd5
View commit details
Copy full SHA for 1b20dd5
Browse repository at this point
support deuqe.index using start, end index (#2944)
Show description for ca1e349
eldpswp99
authored
ca1e349
View commit details
Copy full SHA for ca1e349
Browse repository at this point
fix bytes and bytearray fromhex support subclass
qingshi163
committed
1384133
View commit details
Copy full SHA for 1384133
Browse repository at this point
Unmark `unittest.expectedFailure` from fixed tests
moreal
committed
0548fa1
View commit details
Copy full SHA for 0548fa1
Browse repository at this point
Merge pull request #2941 from Snowapril/fix-err-msg
Show description for 1c96338
youknowone
authored
1c96338
View commit details
Copy full SHA for 1c96338
Browse repository at this point
builtins: fix error message incompatibility
Show description for 9ab1c96
Snowapril
committed
9ab1c96
View commit details
Copy full SHA for 9ab1c96
Browse repository at this point
fix object.__format__ error string
qingshi163
committed
67b81c8
View commit details
Copy full SHA for 67b81c8
Browse repository at this point
Commits on Aug 22, 2021
Mark `unittest.expectedFailure` for test containing appeared bug
Show description for 4a00c90
moreal
committed
4a00c90
View commit details
Copy full SHA for 4a00c90
Browse repository at this point
Bump 'enum' module from CPython 3.8.7
moreal
committed
a5e7d25
View commit details
Copy full SHA for a5e7d25
Browse repository at this point
Find key from only attributes
moreal
committed
4b3220b
View commit details
Copy full SHA for 4b3220b
Browse repository at this point
Merge pull request #2938 from DimitrisJim/deque_repr
Show description for 60edbdd
youknowone
authored
60edbdd
View commit details
Copy full SHA for 60edbdd
Browse repository at this point
Fix extendleft method of deque (#2893)
Show description for 04d77c2
whgusdn321
authored
04d77c2
View commit details
Copy full SHA for 04d77c2
Browse repository at this point
Fix repr hang if __repr__ is evil.
DimitrisJim
committed
fd23e4e
View commit details
Copy full SHA for fd23e4e
Browse repository at this point
Fix list entering deadlock in several methods (#2933)
Show description for 7a16350
Snowapril
authored
7a16350
View commit details
Copy full SHA for 7a16350
Browse repository at this point
resolve deque deadlock using state (#2934)
Show description for bfd9e39
eldpswp99
authored
bfd9e39
View commit details
Copy full SHA for bfd9e39
Browse repository at this point
Merge pull request #2927 from eldpswp99/make-dict-iterator-use-atomic-operation
Show description for 488e756
youknowone
authored
488e756
View commit details
Copy full SHA for 488e756
Browse repository at this point
change function name to represent atomic function
eldpswp99
committed
19ce637
View commit details
Copy full SHA for 19ce637
Browse repository at this point
Merge pull request #2923 from youknowone/derive-text-signature
Show description for ac98e08
DimitrisJim
authored
ac98e08
View commit details
Copy full SHA for ac98e08
Browse repository at this point
derive __text_signature__ from definition
youknowone
committed
da16618
View commit details
Copy full SHA for da16618
Browse repository at this point
remove manual signature
youknowone
committed
573b28f
View commit details
Copy full SHA for 573b28f
Browse repository at this point
Merge pull request #2928 from RustPython/upd-types
Show description for fb461c2
youknowone
authored
fb461c2
View commit details
Copy full SHA for fb461c2
Browse repository at this point
Update types.py to CPython 3.8
coolreader18
committed
c763b78
View commit details
Copy full SHA for c763b78
Browse repository at this point
Merge pull request #2924 from RustPython/fix-class_getitem
Show description for 3f25fac
youknowone
authored
3f25fac
View commit details
Copy full SHA for 3f25fac
Browse repository at this point
make dict iterator use atomic operation
eldpswp99
committed
b6cd761
View commit details
Copy full SHA for b6cd761
Browse repository at this point
Fixes typos in all other files
sobolevn
authored
ba74a9a
View commit details
Copy full SHA for ba74a9a
Browse repository at this point
Commits on Aug 21, 2021
Give correct error message for type with __mro_entries__ passed to type()
coolreader18
committed
4a71420
View commit details
Copy full SHA for 4a71420
Browse repository at this point
Add test.test_genericclass from CPython 3.8
coolreader18
committed
5cfdb33
View commit details
Copy full SHA for 5cfdb33
Browse repository at this point
Don't define object.__class_getitem__
coolreader18
committed
0494472
View commit details
Copy full SHA for 0494472
Browse repository at this point
__class_getitem__ isn't a special method
coolreader18
committed
95a947d
View commit details
Copy full SHA for 95a947d
Browse repository at this point
Merge pull request #2633 from fanninpm/update-typing
Show description for 4f0feef
coolreader18
authored
4f0feef
View commit details
Copy full SHA for 4f0feef
Browse repository at this point
Merge pull request #2921 from sobolevn/vm-typos
Show description for b0d906e
youknowone
authored
b0d906e
View commit details
Copy full SHA for b0d906e
Browse repository at this point
Fixes typos in vm/
sobolevn
committed
5f0cdde
View commit details
Copy full SHA for 5f0cdde
Browse repository at this point
Merge pull request #2896 from whjpji/support_unicode_array
Show description for 7868070
youknowone
authored
7868070
View commit details
Copy full SHA for 7868070
Browse repository at this point
Fix pip with new typing
youknowone
committed
629fadf
View commit details
Copy full SHA for 629fadf
Browse repository at this point
Previous
Next
You can’t perform that action at this time.