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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
RustPython
/
RustPython-test
Public
forked from
RustPython/RustPython
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
RustPython-test
Lib
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 22, 2025
Fix sqlite connection reinitialization (#6288)
Show description for a9469a2
ever0de
authored
a9469a2
View commit details
Copy full SHA for a9469a2
View code at this point
Browse repository at this point
fix(sqlite): raise `ProgrammingError` when operating on a blob with a closed connection, (#6286)
Show description for 567fb4d
ever0de
authored
567fb4d
View commit details
Copy full SHA for 567fb4d
View code at this point
Browse repository at this point
Commits on Nov 16, 2025
Replace SSL backend to rustls (#6244)
youknowone
authored
1a783fc
View commit details
Copy full SHA for 1a783fc
View code at this point
Browse repository at this point
Commits on Nov 14, 2025
Add BaseException.add_note() and __notes__ attribute support (#6252)
ever0de
authored
9ce8586
View commit details
Copy full SHA for 9ce8586
View code at this point
Browse repository at this point
Commits on Nov 10, 2025
new_buffer_error (#6243)
youknowone
authored
c9ba956
View commit details
Copy full SHA for c9ba956
View code at this point
Browse repository at this point
Commits on Nov 1, 2025
Implement property.__name__ attribute (#6230)
Show description for e096ce7
ever0de
authored
e096ce7
View commit details
Copy full SHA for e096ce7
View code at this point
Browse repository at this point
Commits on Oct 30, 2025
Add callable validation to codecs.register_error (#6229)
Show description for 9e7d291
ever0de
authored
9e7d291
View commit details
Copy full SHA for 9e7d291
View code at this point
Browse repository at this point
Commits on Oct 29, 2025
more ssl impl (#6228)
youknowone
authored
614028f
View commit details
Copy full SHA for 614028f
View code at this point
Browse repository at this point
Implement minimal builtins.anext() (#6226)
Show description for 8f048dd
YashSuthar983
authored
8f048dd
View commit details
Copy full SHA for 8f048dd
View code at this point
Browse repository at this point
Commits on Oct 28, 2025
Update ssl.py from CPython 3.13.9 (#6217)
Show description for fda9cee
youknowone
authored
fda9cee
View commit details
Copy full SHA for fda9cee
View code at this point
Browse repository at this point
Resolve number slots via MRO in PyNumber and operator, ensure inherit… (#6222)
Show description for b6e8a87
YashSuthar983
authored
b6e8a87
View commit details
Copy full SHA for b6e8a87
View code at this point
Browse repository at this point
Commits on Oct 27, 2025
PySSLCertificate (#6219)
youknowone
authored
9a2792a
View commit details
Copy full SHA for 9a2792a
View code at this point
Browse repository at this point
Commits on Oct 26, 2025
Implement more SSL methods (#6210)
Show description for 2e7a8b4
youknowone
authored
2e7a8b4
View commit details
Copy full SHA for 2e7a8b4
View code at this point
Browse repository at this point
Fix ldexp to prevent math range errors (#6216)
Show description for c6c931a
YashSuthar983
and
youknowone
authored
c6c931a
View commit details
Copy full SHA for c6c931a
View code at this point
Browse repository at this point
Commits on Oct 23, 2025
ensurepip from Python 3.13.9 (#5740)
youknowone
authored
9825d8a
View commit details
Copy full SHA for 9825d8a
View code at this point
Browse repository at this point
ssl.{SSLSession,MemoryBIO} (#6209)
Show description for 3ec905e
youknowone
authored
3ec905e
View commit details
Copy full SHA for 3ec905e
View code at this point
Browse repository at this point
Fix time.strptime (#6208)
youknowone
authored
2463bdf
View commit details
Copy full SHA for 2463bdf
View code at this point
Browse repository at this point
Commits on Oct 22, 2025
Revert "Use ruff for `Expr` unparsing (#6124)"
Show description for 153d0ee
ShaharNaveh
authored and
youknowone
committed
153d0ee
View commit details
Copy full SHA for 153d0ee
View code at this point
Browse repository at this point
Fix PyCode constructor/replace (#6193)
Show description for f22aed2
youknowone
authored
f22aed2
View commit details
Copy full SHA for f22aed2
View code at this point
Browse repository at this point
Use ruff for `Expr` unparsing (#6124)
Show description for 0fb7d0f
ShaharNaveh
authored
0fb7d0f
View commit details
Copy full SHA for 0fb7d0f
View code at this point
Browse repository at this point
Update `Lib` with changed files in `3.13.8` (#6186)
Show description for efd3a4e
youknowone
authored
efd3a4e
View commit details
Copy full SHA for efd3a4e
View code at this point
Browse repository at this point
Update functools from 3.13.9 (#6205)
Show description for 5d9e623
ShaharNaveh
authored
5d9e623
View commit details
Copy full SHA for 5d9e623
View code at this point
Browse repository at this point
skip flaky test
ShaharNaveh
committed
a50cc9b
View commit details
Copy full SHA for a50cc9b
View code at this point
Browse repository at this point
mark failing tests
ShaharNaveh
committed
715529b
View commit details
Copy full SHA for 715529b
View code at this point
Browse repository at this point
reapply patch
ShaharNaveh
committed
68e7310
View commit details
Copy full SHA for 68e7310
View code at this point
Browse repository at this point
Mark failing tests in `test_posix.py`
ShaharNaveh
committed
604b708
View commit details
Copy full SHA for 604b708
View code at this point
Browse repository at this point
mark failing tests in `test_pyexpat.py`
ShaharNaveh
committed
e069244
View commit details
Copy full SHA for e069244
View code at this point
Browse repository at this point
Mark failing tests in `test_genericalias.py`
ShaharNaveh
committed
296da56
View commit details
Copy full SHA for 296da56
View code at this point
Browse repository at this point
Update `seq_tests` from 3.13.8
ShaharNaveh
committed
624a561
View commit details
Copy full SHA for 624a561
View code at this point
Browse repository at this point
Patch failing tests in `test_typing.py`
ShaharNaveh
committed
3f7deb4
View commit details
Copy full SHA for 3f7deb4
View code at this point
Browse repository at this point
Patched `test_typing.py`
ShaharNaveh
committed
9557acb
View commit details
Copy full SHA for 9557acb
View code at this point
Browse repository at this point
Patched `test_{pyexpat,site,sysconfig}.py`
ShaharNaveh
committed
aa56ebb
View commit details
Copy full SHA for aa56ebb
View code at this point
Browse repository at this point
Patch `test_posix.py`
ShaharNaveh
committed
84b2542
View commit details
Copy full SHA for 84b2542
View code at this point
Browse repository at this point
fix test markers in `test_exceptions.py`
ShaharNaveh
committed
e18354b
View commit details
Copy full SHA for e18354b
View code at this point
Browse repository at this point
Reaaply patches to `test_bytes.py`
ShaharNaveh
committed
360f8ca
View commit details
Copy full SHA for 360f8ca
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.