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
Breadcrumbs
History for
RustPython-RustPython
vm
src
obj
on
readme-stdlib
User selector
All users
Datepicker
All time
Commit history
Commits on May 6, 2020
Merge pull request #1904 from RustPython/coolreader18/zipimport
Show description for 9a8f47b
youknowone
authored
9a8f47b
View commit details
Copy full SHA for 9a8f47b
View code at this point
Browse repository at this point
Commits on May 5, 2020
Merge pull request #1889 from RustPython/coolreader18/_json-optimizations
Show description for c2e52c2
coolreader18
authored
c2e52c2
View commit details
Copy full SHA for c2e52c2
View code at this point
Browse repository at this point
Commits on May 3, 2020
Initialize zipimport in the vm
coolreader18
committed
2c0f199
View commit details
Copy full SHA for 2c0f199
View code at this point
Browse repository at this point
Commits on May 1, 2020
Merge pull request #1892 from palaviv/threading-type
Show description for 57ebfde
palaviv
authored
57ebfde
View commit details
Copy full SHA for 57ebfde
View code at this point
Browse repository at this point
Commits on Apr 30, 2020
Merge pull request #1897 from youknowone/fix-bytes-find
Show description for 46945c3
youknowone
authored
46945c3
View commit details
Copy full SHA for 46945c3
View code at this point
Browse repository at this point
Commits on Apr 29, 2020
Merge pull request #1891 from RustPython/coolreader18/fix-codec-tests
Show description for 0c5d333
youknowone
authored
0c5d333
View commit details
Copy full SHA for 0c5d333
View code at this point
Browse repository at this point
Merge pull request #1898 from youknowone/cache-str-len
Show description for 3e6f18c
youknowone
authored
3e6f18c
View commit details
Copy full SHA for 3e6f18c
View code at this point
Browse repository at this point
Merge pull request #1890 from RustPython/coolreader18/fix-int-tests
Show description for 3937e84
coolreader18
authored
3937e84
View commit details
Copy full SHA for 3937e84
View code at this point
Browse repository at this point
Cache str.len()
Show description for 5396053
youknowone
committed
5396053
View commit details
Copy full SHA for 5396053
View code at this point
Browse repository at this point
Fix find/index/count not to raise error for bigint start/end arguments
youknowone
committed
a115005
View commit details
Copy full SHA for a115005
View code at this point
Browse repository at this point
Commits on Apr 28, 2020
Add _json.make_scanner
coolreader18
committed
4b171d8
View commit details
Copy full SHA for 4b171d8
View code at this point
Browse repository at this point
Fix string repr in int invalid literal error
coolreader18
committed
dcbce35
View commit details
Copy full SHA for dcbce35
View code at this point
Browse repository at this point
pystr::get_chars
youknowone
committed
a3eb9a3
View commit details
Copy full SHA for a3eb9a3
View code at this point
Browse repository at this point
fix replace in debug build
youknowone
committed
5899348
View commit details
Copy full SHA for 5899348
View code at this point
Browse repository at this point
Fix str.center and all pad methods into pystr
youknowone
committed
ec00d72
View commit details
Copy full SHA for ec00d72
View code at this point
Browse repository at this point
Mark PyZip as ThreadSafe
palaviv
committed
d5d6603
View commit details
Copy full SHA for d5d6603
View code at this point
Browse repository at this point
Mark PyWeakProxy,PyWeak as ThreadSafe
palaviv
committed
6dfe2f9
View commit details
Copy full SHA for 6dfe2f9
View code at this point
Browse repository at this point
Mark PyTraceback as ThreadSafe
palaviv
committed
59197cd
View commit details
Copy full SHA for 59197cd
View code at this point
Browse repository at this point
Mark PySuper as ThreadSafe
palaviv
committed
d827628
View commit details
Copy full SHA for d827628
View code at this point
Browse repository at this point
Mark PyMappingProxy as ThreadSafe
palaviv
committed
54bd8eb
View commit details
Copy full SHA for 54bd8eb
View code at this point
Browse repository at this point
Make PyGetSet ThreadSafe
palaviv
committed
c30561a
View commit details
Copy full SHA for c30561a
View code at this point
Browse repository at this point
Make PyClass ThreadSafe
palaviv
committed
16887d3
View commit details
Copy full SHA for 16887d3
View code at this point
Browse repository at this point
Mark PyBuiltinFunction, PyBuiltinMethod as ThreadSafe
palaviv
committed
2ee1c39
View commit details
Copy full SHA for 2ee1c39
View code at this point
Browse repository at this point
Mark PyBoundMethod, PyFunction as ThreadSafe
palaviv
committed
cef2689
View commit details
Copy full SHA for cef2689
View code at this point
Browse repository at this point
Commits on Apr 27, 2020
Fix some arguments for common functions in objfloat and objstr
coolreader18
committed
5712857
View commit details
Copy full SHA for 5712857
View code at this point
Browse repository at this point
Fix int base-0 parsing
coolreader18
committed
e132e2f
View commit details
Copy full SHA for e132e2f
View code at this point
Browse repository at this point
Replace bytes.__contains__ impl
youknowone
committed
b7da9ad
View commit details
Copy full SHA for b7da9ad
View code at this point
Browse repository at this point
Fix bytes.count
youknowone
committed
f471f61
View commit details
Copy full SHA for f471f61
View code at this point
Browse repository at this point
Fix bytes.find
youknowone
committed
06463f9
View commit details
Copy full SHA for 06463f9
View code at this point
Browse repository at this point
Merge pull request #1885 from youknowone/startsendswith
Show description for ad111b0
youknowone
authored
ad111b0
View commit details
Copy full SHA for ad111b0
View code at this point
Browse repository at this point
Commits on Apr 26, 2020
cleanup startsendswith args with FromArgs
youknowone
committed
66b6395
View commit details
Copy full SHA for 66b6395
View code at this point
Browse repository at this point
pymodule _collections
youknowone
committed
0004fa3
View commit details
Copy full SHA for 0004fa3
View code at this point
Browse repository at this point
Merge pull request #1843 from RustPython/coolreader18/clippy-fixes
Show description for 9b3fa53
youknowone
authored
9b3fa53
View commit details
Copy full SHA for 9b3fa53
View code at this point
Browse repository at this point
Commits on Apr 25, 2020
Merge pull request #1876 from youknowone/share-strip
Show description for d3449ae
youknowone
authored
d3449ae
View commit details
Copy full SHA for d3449ae
View code at this point
Browse repository at this point
Make PyDict ThreadSafe
palaviv
committed
08f74bb
View commit details
Copy full SHA for 08f74bb
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.