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 }}
sthagen
/
RustPython-RustPython
Public
forked from
RustPython/RustPython
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Security and quality
Insights
Commits
Branch selector
coolreader18/constant-strings
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 10, 2020
Allow &'static str to be stored in StringRef with no allocation
coolreader18
committed
436a7e8
View commit details
Copy full SHA for 436a7e8
Browse repository at this point
Merge branch 'master' into coolreader18/constant-strings
coolreader18
committed
3b68321
View commit details
Copy full SHA for 3b68321
Browse repository at this point
Merge pull request #1951 from TheAnyKey/TheAnyKey/p38_named_expression_completion
Show description for f284b4c
coolreader18
authored
f284b4c
View commit details
Copy full SHA for f284b4c
Browse repository at this point
corrected and added comments
TheAnyKey
committed
7fae55f
View commit details
Copy full SHA for 7fae55f
Browse repository at this point
Commits on Jun 9, 2020
support setgroups in os module
mrmiywj
authored
b03b892
View commit details
Copy full SHA for b03b892
Browse repository at this point
Commits on Jun 7, 2020
Support StringIdx in the vm
coolreader18
committed
4517527
View commit details
Copy full SHA for 4517527
Browse repository at this point
Modify the compiler to emit StringIdxs
coolreader18
committed
fdd5d08
View commit details
Copy full SHA for fdd5d08
Browse repository at this point
Cache strings per-codeobject in the bytecode
coolreader18
committed
c0df673
View commit details
Copy full SHA for c0df673
Browse repository at this point
Refactor PyString to hold StringData inside
coolreader18
committed
9af2029
View commit details
Copy full SHA for 9af2029
Browse repository at this point
Merge pull request #1952 from RustPython/coolreader18/32bit-support
Show description for babaeba
coolreader18
authored
babaeba
View commit details
Copy full SHA for babaeba
Browse repository at this point
Commits on Jun 6, 2020
Fix error messages for index overflows
coolreader18
committed
2fc90e1
View commit details
Copy full SHA for 2fc90e1
Browse repository at this point
Refactor a lot of objsequence
coolreader18
committed
806d4bd
View commit details
Copy full SHA for 806d4bd
Browse repository at this point
Fix some 32-bit only oom tests + others
coolreader18
committed
b245712
View commit details
Copy full SHA for b245712
Browse repository at this point
Allow to compile for 32-bit targets
coolreader18
committed
3f96653
View commit details
Copy full SHA for 3f96653
Browse repository at this point
Merge pull request #1957 from RustPython/coolreader18/json-encode_basestring
Show description for 5f34c61
coolreader18
authored
5f34c61
View commit details
Copy full SHA for 5f34c61
Browse repository at this point
Fix Rust 1.44 clippy warnings
coolreader18
committed
74f261a
View commit details
Copy full SHA for 74f261a
Browse repository at this point
Implement _json.encode_basestring{,_ascii}
coolreader18
committed
0fb79e1
View commit details
Copy full SHA for 0fb79e1
Browse repository at this point
Commits on Jun 4, 2020
Merge pull request #1958 from xjvs/patch-1
Show description for 569031d
coolreader18
authored
569031d
View commit details
Copy full SHA for 569031d
Browse repository at this point
Update README.md
xjvs
authored
83a58a6
View commit details
Copy full SHA for 83a58a6
Browse repository at this point
Commits on Jun 3, 2020
Add __name__ and __module__ fields to builtin functions
coolreader18
committed
c2bbacf
View commit details
Copy full SHA for c2bbacf
Browse repository at this point
Impl DictKey for &PyStringRef
coolreader18
committed
2224650
View commit details
Copy full SHA for 2224650
Browse repository at this point
Commit contains only new test cases from CPython 3.9
TheAnyKey
committed
f5e83c2
View commit details
Copy full SHA for f5e83c2
Browse repository at this point
removed extraneous test case, which is covered by test_scope.py
TheAnyKey
committed
8f6841f
View commit details
Copy full SHA for 8f6841f
Browse repository at this point
Merge pull request #1948 from palaviv/home-page
Show description for 5348e87
youknowone
authored
5348e87
View commit details
Copy full SHA for 5348e87
Browse repository at this point
Merge pull request #1917 from youknowone/test-unpack
Show description for 5f40d99
youknowone
authored
5f40d99
View commit details
Copy full SHA for 5f40d99
Browse repository at this point
Merge pull request #1955 from RustPython/coolreader18/fix-redox
Show description for 596bbfa
youknowone
authored
596bbfa
View commit details
Copy full SHA for 596bbfa
Browse repository at this point
Merge pull request #1954 from RustPython/coolreader18/fix-codecov
Show description for 1031fd7
youknowone
authored
1031fd7
View commit details
Copy full SHA for 1031fd7
Browse repository at this point
Merge pull request #1944 from RustPython/coolreader18/_thread-_local
Show description for f105e72
coolreader18
authored
f105e72
View commit details
Copy full SHA for f105e72
Browse repository at this point
Commits on Jun 2, 2020
Use the thread_local crate for local dicts
coolreader18
committed
fa2f5d6
View commit details
Copy full SHA for fa2f5d6
Browse repository at this point
Add script for running rustpython in redoxer with Lib
coolreader18
committed
70f21cf
View commit details
Copy full SHA for 70f21cf
Browse repository at this point
Fix compilation on redox
coolreader18
committed
2576321
View commit details
Copy full SHA for 2576321
Browse repository at this point
Disabling panic=abort temporarily
coolreader18
committed
fb3a6c7
View commit details
Copy full SHA for fb3a6c7
Browse repository at this point
Merge pull request #1949 from gcarq/cpython-test-coverage
Show description for 595f68b
youknowone
authored
595f68b
View commit details
Copy full SHA for 595f68b
Browse repository at this point
minor optimization
TheAnyKey
committed
0ba6470
View commit details
Copy full SHA for 0ba6470
Browse repository at this point
Fix -Zno-landing-pads
coolreader18
committed
d940886
View commit details
Copy full SHA for d940886
Browse repository at this point
Previous
Next
You can’t perform that action at this time.