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 }}
lineCode
/
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
vm
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jan 29, 2021
Merge pull request #2416 from RustPython/coolreader18/misc-os
Show description for 1976740
coolreader18
authored
1976740
View commit details
Copy full SHA for 1976740
View code at this point
Browse repository at this point
Merge pull request #2403 from RustPython/coolreader18/bincode-libmap
Show description for da63324
coolreader18
authored
da63324
View commit details
Copy full SHA for da63324
View code at this point
Browse repository at this point
Serialize entire frozen hashmap to bytes
coolreader18
committed
58503cb
View commit details
Copy full SHA for 58503cb
View code at this point
Browse repository at this point
Add enumerate kwargs, stat_result unnamed fields, -u flag
coolreader18
committed
942b8af
View commit details
Copy full SHA for 942b8af
View code at this point
Browse repository at this point
Use the which crate to figure out sys.executable
coolreader18
committed
36f5257
View commit details
Copy full SHA for 36f5257
View code at this point
Browse repository at this point
EnvironmentError = OSError, fix __radd__ str
coolreader18
committed
fbbf242
View commit details
Copy full SHA for fbbf242
View code at this point
Browse repository at this point
DirEntry as os.PathLike, st_xtime_ns
coolreader18
committed
76b6abb
View commit details
Copy full SHA for 76b6abb
View code at this point
Browse repository at this point
Merge pull request #2415 from RustPython/coolreader18/csv-writer
Show description for dd267b5
youknowone
authored
dd267b5
View commit details
Copy full SHA for dd267b5
View code at this point
Browse repository at this point
Merge pull request #2417 from RustPython/update-python-version
Show description for 18a27ea
youknowone
authored
18a27ea
View commit details
Copy full SHA for 18a27ea
View code at this point
Browse repository at this point
Merge pull request #2420 from RustPython/coolreader18/empty-map-cformat
Show description for bd9ab67
youknowone
authored
bd9ab67
View commit details
Copy full SHA for bd9ab67
View code at this point
Browse repository at this point
Commits on Jan 28, 2021
Fix capitalization in error message
Show description for f747f1d
fanninpm
committed
f747f1d
View commit details
Copy full SHA for f747f1d
View code at this point
Browse repository at this point
Commits on Jan 27, 2021
Don't error on a non-dict map for cformat
coolreader18
committed
b1361d5
View commit details
Copy full SHA for b1361d5
View code at this point
Browse repository at this point
Change site-packages paths
coolreader18
committed
59794cd
View commit details
Copy full SHA for 59794cd
View code at this point
Browse repository at this point
Commits on Jan 26, 2021
Update pow tests to 3.8 version
coolreader18
committed
ba300c7
View commit details
Copy full SHA for ba300c7
View code at this point
Browse repository at this point
Implement modular inverse
coolreader18
committed
869e4a7
View commit details
Copy full SHA for 869e4a7
View code at this point
Browse repository at this point
Declare ourselves as Python 3.9
coolreader18
committed
20c33f8
View commit details
Copy full SHA for 20c33f8
View code at this point
Browse repository at this point
Merge pull request #2408 from verhovsky/add-gzip
Show description for 570d252
coolreader18
authored
570d252
View commit details
Copy full SHA for 570d252
View code at this point
Browse repository at this point
Fix crc32 signature again
coolreader18
committed
5c660c0
View commit details
Copy full SHA for 5c660c0
View code at this point
Browse repository at this point
Commits on Jan 25, 2021
Add csv.writer
coolreader18
committed
3aafd1a
View commit details
Copy full SHA for 3aafd1a
View code at this point
Browse repository at this point
Switch to csv-core for the _csv module
coolreader18
committed
e74e195
View commit details
Copy full SHA for e74e195
View code at this point
Browse repository at this point
Merge pull request #2352 from qingshi163/_sre-wip
Show description for 97e5c2c
coolreader18
authored
97e5c2c
View commit details
Copy full SHA for 97e5c2c
View code at this point
Browse repository at this point
Merge pull request #2399 from RustPython/coolreader18/asdl
Show description for 19f9ca6
coolreader18
authored
19f9ca6
View commit details
Copy full SHA for 19f9ca6
View code at this point
Browse repository at this point
Commits on Jan 24, 2021
Remove TryFromObject for String impl
coolreader18
committed
0b68a8a
View commit details
Copy full SHA for 0b68a8a
View code at this point
Browse repository at this point
Comment out failing tests and add notes to io.TextIOWrapper
boris
committed
95e2d11
View commit details
Copy full SHA for 95e2d11
View code at this point
Browse repository at this point
Format ID's as hex
boris
committed
a6623f1
View commit details
Copy full SHA for a6623f1
View code at this point
Browse repository at this point
Commits on Jan 23, 2021
Try setting utf8_mode=1
coolreader18
committed
e2da816
View commit details
Copy full SHA for e2da816
View code at this point
Browse repository at this point
Fix zlib.crc32 signature
coolreader18
committed
d789370
View commit details
Copy full SHA for d789370
View code at this point
Browse repository at this point
Fix signature of memoryview.__exit__
coolreader18
committed
2c19de9
View commit details
Copy full SHA for 2c19de9
View code at this point
Browse repository at this point
Add optional mode argument
boris
committed
92896c3
View commit details
Copy full SHA for 92896c3
View code at this point
Browse repository at this point
Copy gzip from CPython 3.10
boris
committed
90524f7
View commit details
Copy full SHA for 90524f7
View code at this point
Browse repository at this point
Add DEF_MEM_LEVEL by copying the maximum value from CPython
boris
committed
7b321b1
View commit details
Copy full SHA for 7b321b1
View code at this point
Browse repository at this point
Add more zlib constants
boris
committed
074c996
View commit details
Copy full SHA for 074c996
View code at this point
Browse repository at this point
Commits on Jan 22, 2021
fix multiple bugs; pass tests
qingshi163
committed
5794c46
View commit details
Copy full SHA for 5794c46
View code at this point
Browse repository at this point
Commits on Jan 21, 2021
fix Match.group with __index__
qingshi163
committed
2a6bf62
View commit details
Copy full SHA for 2a6bf62
View code at this point
Browse repository at this point
fix back_peek_char
qingshi163
committed
5232a3d
View commit details
Copy full SHA for 5232a3d
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.