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 }}
zero1ne-dev
/
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
master
User selector
All users
All time
Commit history
Commits on Jul 8, 2021
Merge pull request #2703 from fanninpm/test-userlist
Show description for aa8dd24
youknowone
authored
aa8dd24
View commit details
Copy full SHA for aa8dd24
Browse repository at this point
Mark unexpected panic on Windows
fanninpm
committed
93898e8
View commit details
Copy full SHA for 93898e8
Browse repository at this point
Mark failing/unexpectedly passing tests
fanninpm
committed
36314ea
View commit details
Copy full SHA for 36314ea
Browse repository at this point
Add test_userlist from CPython 3.8
fanninpm
committed
772cd6e
View commit details
Copy full SHA for 772cd6e
Browse repository at this point
Commits on Jul 7, 2021
Merge pull request #2705 from deantvv/os-getgroups
Show description for 95d2f68
youknowone
authored
95d2f68
View commit details
Copy full SHA for 95d2f68
Browse repository at this point
Merge pull request #2707 from deantvv/os-pathconf
Show description for 0aa05f0
youknowone
authored
0aa05f0
View commit details
Copy full SHA for 0aa05f0
Browse repository at this point
Merge pull request #2704 from fanninpm/test-userstring
Show description for e51ca57
youknowone
authored
e51ca57
View commit details
Copy full SHA for e51ca57
Browse repository at this point
Merge pull request #2722 from corona10/operator
Show description for fdb6fc4
youknowone
authored
fdb6fc4
View commit details
Copy full SHA for fdb6fc4
Browse repository at this point
Merge pull request #2711 from DimitrisJim/range-fixes
Show description for fff68dc
youknowone
authored
fff68dc
View commit details
Copy full SHA for fff68dc
Browse repository at this point
Merge pull request #2713 from DimitrisJim/vars_error
Show description for 2e6fea0
youknowone
authored
2e6fea0
View commit details
Copy full SHA for 2e6fea0
Browse repository at this point
Merge pull request #2714 from DimitrisJim/tuple_singleton
Show description for 96eef21
youknowone
authored
96eef21
View commit details
Copy full SHA for 96eef21
Browse repository at this point
Lib: Update operator.py to follow CPython's implementation
corona10
committed
c554689
View commit details
Copy full SHA for c554689
Browse repository at this point
Commits on Jun 20, 2021
Merge pull request #2717 from DimitrisJim/quiet_clippy
Show description for bee5794
coolreader18
authored
bee5794
View commit details
Copy full SHA for bee5794
Browse repository at this point
Commits on Jun 18, 2021
Fix new clippy issues, Use take.
DimitrisJim
committed
8540767
View commit details
Copy full SHA for 8540767
Browse repository at this point
Please clippy
DimitrisJim
committed
0e33be9
View commit details
Copy full SHA for 0e33be9
Browse repository at this point
Commits on Jun 17, 2021
Make tuple() return empty_tuple
DimitrisJim
committed
2e9acb3
View commit details
Copy full SHA for 2e9acb3
Browse repository at this point
Commits on Jun 16, 2021
Fix test_vars in test_builtins.
DimitrisJim
committed
b6b1014
View commit details
Copy full SHA for b6b1014
Browse repository at this point
Merge pull request #2712 from DimitrisJim/notimplemented_behaviour
Show description for 3061405
youknowone
authored
3061405
View commit details
Copy full SHA for 3061405
Browse repository at this point
Add new and bool for NotImplemented.
Show description for 63d1560
DimitrisJim
committed
63d1560
View commit details
Copy full SHA for 63d1560
Browse repository at this point
Commits on Jun 15, 2021
Fix a number of range issues.
DimitrisJim
committed
c1f1f1e
View commit details
Copy full SHA for c1f1f1e
Browse repository at this point
Merge pull request #2706 from deantvv/os-fix-test
Show description for e0d86e8
youknowone
authored
e0d86e8
View commit details
Copy full SHA for e0d86e8
Browse repository at this point
Merge pull request #2710 from DimitrisJim/range_reversed
Show description for 0f8d954
youknowone
authored
0f8d954
View commit details
Copy full SHA for 0f8d954
Browse repository at this point
Commits on Jun 14, 2021
Fix small miscalculation when reversing a range.
DimitrisJim
committed
7be043f
View commit details
Copy full SHA for 7be043f
Browse repository at this point
Commits on Jun 13, 2021
os: Implement (f)pathconf
Show description for d044d8a
deantvv
committed
d044d8a
View commit details
Copy full SHA for d044d8a
Browse repository at this point
os: Fix error message of fspath
deantvv
committed
62f49ed
View commit details
Copy full SHA for 62f49ed
Browse repository at this point
os: Fix test for lstat
deantvv
committed
d458669
View commit details
Copy full SHA for d458669
Browse repository at this point
os: Implement getgroups
Show description for 88a86fd
deantvv
committed
88a86fd
View commit details
Copy full SHA for 88a86fd
Browse repository at this point
Commits on Jun 11, 2021
Merge pull request #2698 from RustPython/coolreader18/textio-ergonomics
Show description for e63d274
coolreader18
authored
e63d274
View commit details
Copy full SHA for e63d274
Browse repository at this point
Merge pull request #2700 from DimitrisJim/bound_repr
Show description for 4fc160e
youknowone
authored
4fc160e
View commit details
Copy full SHA for 4fc160e
Browse repository at this point
Merge pull request #2702 from deantvv/test-posix-mark-failure-reason
Show description for 53bf7b3
youknowone
authored
53bf7b3
View commit details
Copy full SHA for 53bf7b3
Browse repository at this point
Mark erroring/failing tests
fanninpm
committed
d56a019
View commit details
Copy full SHA for d56a019
Browse repository at this point
Add test_userstring from CPython 3.8
fanninpm
committed
7d0f109
View commit details
Copy full SHA for 7d0f109
Browse repository at this point
Commits on Jun 10, 2021
test: add reason of failure for tests
Show description for 28589f6
deantvv
committed
28589f6
View commit details
Copy full SHA for 28589f6
Browse repository at this point
Merge pull request #2701 from fanninpm/test-userdict
Show description for 3989ea3
coolreader18
authored
3989ea3
View commit details
Copy full SHA for 3989ea3
Browse repository at this point
Merge pull request #2696 from fanninpm/test-urllib2net
Show description for 23a91a1
coolreader18
authored
23a91a1
View commit details
Copy full SHA for 23a91a1
Browse repository at this point
Previous
Next
You can’t perform that action at this time.