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 }}
MsfPablo
/
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
Breadcrumbs
History for
RustPython
src
lib.rs
on
fix-code-replace-intern-panic
User selector
All users
All time
Commit history
Commits on Jul 12, 2026
Fix clippy warning (#8249)
Show description for 492e41c
bschoenmaeckers
and
youknowone
authored
492e41c
View commit details
Copy full SHA for 492e41c
View code at this point
Browse repository at this point
Commits on Jun 15, 2026
Reduce number of string clones when compiling python source code (#8103)
ShaharNaveh
authored
c0e3066
View commit details
Copy full SHA for c0e3066
View code at this point
Browse repository at this point
Commits on Jun 11, 2026
Code nitpicks (#8058)
Show description for b77ada9
ShaharNaveh
authored
b77ada9
View commit details
Copy full SHA for b77ada9
View code at this point
Browse repository at this point
Commits on May 28, 2026
Support custom `rustls` providers (#7657)
Show description for 30ae48b
joshuamegnauth54
and
youknowone
authored
30ae48b
View commit details
Copy full SHA for 30ae48b
View code at this point
Browse repository at this point
Commits on May 13, 2026
Add basic capi error support (#7787)
Show description for 4059a03
bschoenmaeckers
authored
4059a03
View commit details
Copy full SHA for 4059a03
View code at this point
Browse repository at this point
Commits on May 5, 2026
Add minimal capi lifecycle support (#7648)
Show description for 22d4f43
bschoenmaeckers
and
youknowone
authored
22d4f43
View commit details
Copy full SHA for 22d4f43
View code at this point
Browse repository at this point
Commits on May 4, 2026
Use cfg_select in a bunch more places (#7740)
coolreader18
authored
0293238
View commit details
Copy full SHA for 0293238
View code at this point
Browse repository at this point
Commits on Apr 20, 2026
Create `rustpython-host-env` (#7582)
Show description for d5921d1
Copilot
and
youknowone
authored
d5921d1
View commit details
Copy full SHA for d5921d1
View code at this point
Browse repository at this point
Commits on Mar 24, 2026
Expose rustpython_pylib in rustpython (#7498)
Show description for 40c84f5
psyche314
and
EtherealPsyche
authored
40c84f5
View commit details
Copy full SHA for 40c84f5
View code at this point
Browse repository at this point
Commits on Feb 26, 2026
Remove PyStr::as_str, use as_wtf8/PyUtf8Str instead (#7218)
Show description for 93099e3
youknowone
authored
93099e3
View commit details
Copy full SHA for 93099e3
View code at this point
Browse repository at this point
Commits on Feb 8, 2026
initial sandbox (#7035)
Show description for f777416
youknowone
and
github-actions[bot]
authored
f777416
View commit details
Copy full SHA for f777416
View code at this point
Browse repository at this point
Commits on Feb 1, 2026
Fix wasip2 build (#6935)
youknowone
authored
5e732c5
View commit details
Copy full SHA for 5e732c5
View code at this point
Browse repository at this point
Commits on Jan 28, 2026
Docs: add reference to `rustpython_derive` close to example (#6882)
Show description for 44c3179
elmjag
authored
44c3179
View commit details
Copy full SHA for 44c3179
View code at this point
Browse repository at this point
Commits on Jan 22, 2026
Implement Py_mod_create slot support in multi-phase init
youknowone
committed
2037645
View commit details
Copy full SHA for 2037645
View code at this point
Browse repository at this point
Commits on Jan 21, 2026
module_exec
youknowone
committed
bc02b23
View commit details
Copy full SHA for bc02b23
View code at this point
Browse repository at this point
Commits on Jan 18, 2026
init warnings before site (#6771)
youknowone
authored
e8dd582
View commit details
Copy full SHA for e8dd582
View code at this point
Browse repository at this point
Initialize warnings module during interpreter startup to process (#6766)
youknowone
authored
96e08a4
View commit details
Copy full SHA for 96e08a4
View code at this point
Browse repository at this point
Commits on Jan 10, 2026
Write profile even if failed (#6685)
moreal
authored
0cd6eb7
View commit details
Copy full SHA for 0cd6eb7
View code at this point
Browse repository at this point
Commits on Jan 4, 2026
vm.run_pyc_bytes (#6645)
Show description for e1b22f1
youknowone
authored
e1b22f1
View commit details
Copy full SHA for e1b22f1
View code at this point
Browse repository at this point
pythonrun (#6643)
youknowone
authored
bdd036e
View commit details
Copy full SHA for bdd036e
View code at this point
Browse repository at this point
Commits on Dec 30, 2025
Adding + Fixing Clippy rules to better align with #[no_std] (#6570)
Show description for 1464d5c
terryluan12
authored
1464d5c
View commit details
Copy full SHA for 1464d5c
View code at this point
Browse repository at this point
Commits on Dec 26, 2025
fix sys path (#6537)
youknowone
authored
57b4b4a
View commit details
Copy full SHA for 57b4b4a
View code at this point
Browse repository at this point
Commits on Dec 20, 2025
Introduce PyConfig to implement Paths correctly (#6461)
Show description for 8b3bf55
youknowone
authored
8b3bf55
View commit details
Copy full SHA for 8b3bf55
View code at this point
Browse repository at this point
Commits on Dec 12, 2025
Fix test_runpy (#6409)
youknowone
authored
4bec0ad
View commit details
Copy full SHA for 4bec0ad
View code at this point
Browse repository at this point
Faulthandler (#6406)
youknowone
authored
2ff1fba
View commit details
Copy full SHA for 2ff1fba
View code at this point
Browse repository at this point
Commits on Dec 11, 2025
Faulthandler (#6400)
youknowone
authored
04d55fa
View commit details
Copy full SHA for 04d55fa
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 15, 2025
Re-organize vm.run_script inner functions
youknowone
committed
4f8ef16
View commit details
Copy full SHA for 4f8ef16
View code at this point
Browse repository at this point
Commits on Jul 3, 2025
Fix cspell warning (#5890)
Show description for d40cbbb
youknowone
authored
d40cbbb
View commit details
Copy full SHA for d40cbbb
View code at this point
Browse repository at this point
Commits on Jun 27, 2025
Fix cspell warnings
youknowone
committed
3673372
View commit details
Copy full SHA for 3673372
View code at this point
Browse repository at this point
Commits on Jun 15, 2025
Fix nightly clippy warnings
youknowone
committed
f560b4c
View commit details
Copy full SHA for f560b4c
View code at this point
Browse repository at this point
Commits on Apr 20, 2025
basic wasip2 support
youknowone
committed
e434ff5
View commit details
Copy full SHA for e434ff5
View code at this point
Browse repository at this point
Commits on Apr 11, 2025
fix more cspell warnings (#5689)
youknowone
authored
4ae2936
View commit details
Copy full SHA for 4ae2936
View code at this point
Browse repository at this point
Commits on Apr 4, 2025
clear out warnings
arihant2math
authored and
youknowone
committed
5c854fc
View commit details
Copy full SHA for 5c854fc
View code at this point
Browse repository at this point
Fix more cspell warnings
youknowone
committed
d7113e1
View commit details
Copy full SHA for d7113e1
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.