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
Type
/
to 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 }}
antedim
/
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 Apr 24, 2023
Merge pull request #4901 from youknowone/py-module-def
Show description for 268a39f
youknowone
authored
268a39f
View commit details
Copy full SHA for 268a39f
Browse repository at this point
PyModuleDef and #[pymodule(with(...))]
youknowone
committed
317f432
View commit details
Copy full SHA for 317f432
Browse repository at this point
Merge pull request #4900 from youknowone/simpler-new-object
Show description for cbcdcf4
youknowone
authored
cbcdcf4
View commit details
Copy full SHA for cbcdcf4
Browse repository at this point
Merge pull request #4898 from youknowone/pymodule-expose
Show description for ce13fc5
youknowone
authored
ce13fc5
View commit details
Copy full SHA for ce13fc5
Browse repository at this point
Merge pull request #4899 from youknowone/debug-friendly-tweaks
Show description for c16f813
youknowone
authored
c16f813
View commit details
Copy full SHA for c16f813
Browse repository at this point
Merge pull request #4885 from youknowone/super-init
Show description for 6e9e15b
youknowone
authored
6e9e15b
View commit details
Copy full SHA for 6e9e15b
Browse repository at this point
Merge pull request #4886 from youknowone/pyexception
Show description for 776bda6
youknowone
authored
776bda6
View commit details
Copy full SHA for 776bda6
Browse repository at this point
add support for os.fork and related functions (#4877)
itsankitkp
authored
322aa68
View commit details
Copy full SHA for 322aa68
Browse repository at this point
Commits on Apr 23, 2023
Merge define_exception into pyexception
youknowone
committed
f256934
View commit details
Copy full SHA for f256934
Browse repository at this point
super.__init__
youknowone
committed
2658c5c
View commit details
Copy full SHA for 2658c5c
Browse repository at this point
Merge pull request #4835 from Masorubka1/test_hashlib.py
Show description for 4e0890a
youknowone
authored
4e0890a
View commit details
Copy full SHA for 4e0890a
Browse repository at this point
skip test_enum.test_unique_composite
youknowone
committed
73e1eeb
View commit details
Copy full SHA for 73e1eeb
Browse repository at this point
add compare digest
Masorubka1
authored and
youknowone
committed
514014f
View commit details
Copy full SHA for 514014f
Browse repository at this point
refactoring hashlib for tests
Masorubka1
authored and
youknowone
committed
508cf6b
View commit details
Copy full SHA for 508cf6b
Browse repository at this point
Update test_hashlib.py from Cpython v3.11.2
Masorubka1
authored and
youknowone
committed
8782bf8
View commit details
Copy full SHA for 8782bf8
Browse repository at this point
feature: `PyTraverse` derive macro for traverse object's childrens(like CPython's `tp_traverse`) (#4872)
discord9
authored
94bdb6b
View commit details
Copy full SHA for 94bdb6b
Browse repository at this point
Add loongarch64 support (#4914)
xiangzhai
authored
2c90b12
View commit details
Copy full SHA for 2c90b12
Browse repository at this point
Merge pull request #4924 from itsankitkp/fix-sys-path-for-venv
Show description for cf465bd
youknowone
authored
cf465bd
View commit details
Copy full SHA for cf465bd
Browse repository at this point
Merge pull request #4913 from youknowone/buffer-as-object
Show description for 05442bc
youknowone
authored
05442bc
View commit details
Copy full SHA for 05442bc
Browse repository at this point
Rewrite Python->RustPython on sysconfig.py
Show description for aad1d84
youknowone
and
itsankitkp
committed
aad1d84
View commit details
Copy full SHA for aad1d84
Browse repository at this point
Add XXX: RUSTPYTHON
youknowone
committed
09a1ce9
View commit details
Copy full SHA for 09a1ce9
Browse repository at this point
Fix site and test_site for rustpython
itsankitkp
authored and
youknowone
committed
d9c808d
View commit details
Copy full SHA for d9c808d
Browse repository at this point
add CI for pip check inside venv
itsankitkp
authored and
youknowone
committed
ba6757a
View commit details
Copy full SHA for ba6757a
Browse repository at this point
Buffer arguments as PyObject
youknowone
committed
e18dda3
View commit details
Copy full SHA for e18dda3
Browse repository at this point
Commits on Apr 21, 2023
sqlite: Throw `TypeError` when `callable` is not callable (#4923)
moreal
authored
1fa69eb
View commit details
Copy full SHA for 1fa69eb
Browse repository at this point
rename os module's exit function to _exit as thats how it is defined in cpython (#4887)
itsankitkp
authored
f0db832
View commit details
Copy full SHA for f0db832
Browse repository at this point
Merge pull request #4920 from itsankitkp/fix-windows-ssl-ci
Show description for 6ce372c
youknowone
authored
6ce372c
View commit details
Copy full SHA for 6ce372c
Browse repository at this point
fix wrong directory name for openssl setup
itsankitkp
committed
7fc30b7
View commit details
Copy full SHA for 7fc30b7
Browse repository at this point
Merge pull request #4916 from youknowone/choco-no-progress
Show description for 07c07ad
youknowone
authored
07c07ad
View commit details
Copy full SHA for 07c07ad
Browse repository at this point
choco --no-progress to prevent spam
youknowone
committed
d7e7001
View commit details
Copy full SHA for d7e7001
Browse repository at this point
Merge pull request #4897 from youknowone/reduce-stdlib-runtime
Show description for 14aa9d7
youknowone
authored
14aa9d7
View commit details
Copy full SHA for 14aa9d7
Browse repository at this point
Commits on Apr 20, 2023
Merge pull request #4896 from youknowone/debugger-setup
Show description for 3794c17
youknowone
authored
3794c17
View commit details
Copy full SHA for 3794c17
Browse repository at this point
Simpler new object / small int range const
youknowone
committed
560cd6c
View commit details
Copy full SHA for 560cd6c
Browse repository at this point
debug-friendly tweaks
youknowone
committed
6996141
View commit details
Copy full SHA for 6996141
Browse repository at this point
Merge pull request #4849 from haxelion/feature/tp_repr_stdlib
Show description for 968f2ad
youknowone
authored
968f2ad
View commit details
Copy full SHA for 968f2ad
Browse repository at this point
Previous
Next
You can’t perform that action at this time.