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 }}
e7dal
/
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
master
User selector
All users
All time
Commit history
Commits on Feb 1, 2021
Merge pull request #2429 from verhovsky/add-secrets
Show description for 669fec4
coolreader18
authored
669fec4
View commit details
Copy full SHA for 669fec4
Browse repository at this point
Merge pull request #2430 from verhovsky/add-telnetlib
Show description for 0c0bcde
coolreader18
authored
0c0bcde
View commit details
Copy full SHA for 0c0bcde
Browse repository at this point
Merge pull request #2424 from mainsail-org/mir/workflow-whatsleft
Show description for 4b62a20
coolreader18
authored
4b62a20
View commit details
Copy full SHA for 4b62a20
Browse repository at this point
Merge pull request #2431 from merkrafter/fix/decimal-powers-formatting
Show description for 39ff807
coolreader18
authored
39ff807
View commit details
Copy full SHA for 39ff807
Browse repository at this point
Merge pull request #2411 from verhovsky/detect-incompat-fn-signatures
Show description for 8117685
coolreader18
authored
8117685
View commit details
Copy full SHA for 8117685
Browse repository at this point
Merge pull request #2425 from fanninpm/upgrade-codeop-library
Show description for 89de9e1
coolreader18
authored
89de9e1
View commit details
Copy full SHA for 89de9e1
Browse repository at this point
skip failing tests
boris
committed
c25bfaa
View commit details
Copy full SHA for c25bfaa
Browse repository at this point
Add telnetlib from CPython 3.8
boris
committed
f53e42a
View commit details
Copy full SHA for f53e42a
Browse repository at this point
Fix formatting of decimal powers below 1 million
Show description for 6d663f4
merkrafter
committed
6d663f4
View commit details
Copy full SHA for 6d663f4
Browse repository at this point
Fix binascii.hexlify
boris
committed
8acb745
View commit details
Copy full SHA for 8acb745
Browse repository at this point
Commits on Jan 31, 2021
Copy secrets module from CPython 3.8
boris
committed
b03185f
View commit details
Copy full SHA for b03185f
Browse repository at this point
Merge pull request #2421 from RustPython/sre-separate-repo
Show description for a39a19f
coolreader18
authored
a39a19f
View commit details
Copy full SHA for a39a19f
Browse repository at this point
Commits on Jan 29, 2021
Upgrade codeop to 3.9
fanninpm
committed
c50bb0b
View commit details
Copy full SHA for c50bb0b
Browse repository at this point
report exception when couldn't import
boris
committed
646242d
View commit details
Copy full SHA for 646242d
Browse repository at this point
get attribute when comparing it
boris
committed
68e86b8
View commit details
Copy full SHA for 68e86b8
Browse repository at this point
pass attribute to extra_info
Show description for eda93e1
boris
committed
eda93e1
View commit details
Copy full SHA for eda93e1
Browse repository at this point
remove comment
boris
committed
b3b9196
View commit details
Copy full SHA for b3b9196
Browse repository at this point
Trim whats_left
boris
committed
63bbdc0
View commit details
Copy full SHA for 63bbdc0
Browse repository at this point
convert filter to list exp
boris
committed
f258df5
View commit details
Copy full SHA for f258df5
Browse repository at this point
return string representation of inspect.signature exceptions
boris
committed
f032770
View commit details
Copy full SHA for f032770
Browse repository at this point
update comments
boris
committed
2ebc300
View commit details
Copy full SHA for 2ebc300
Browse repository at this point
create a dictionary instead of printing
Show description for 6e948d7
boris
committed
6e948d7
View commit details
Copy full SHA for 6e948d7
Browse repository at this point
Output sre_constants to new location
coolreader18
committed
a694d13
View commit details
Copy full SHA for a694d13
Browse repository at this point
Extract the sre interpreter into a separate repo
coolreader18
committed
6c30bc1
View commit details
Copy full SHA for 6c30bc1
Browse repository at this point
Merge pull request #2416 from RustPython/coolreader18/misc-os
Show description for 1976740
coolreader18
authored
1976740
View commit details
Copy full SHA for 1976740
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
Browse repository at this point
Serialize entire frozen hashmap to bytes
coolreader18
committed
58503cb
View commit details
Copy full SHA for 58503cb
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
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
Browse repository at this point
EnvironmentError = OSError, fix __radd__ str
coolreader18
committed
fbbf242
View commit details
Copy full SHA for fbbf242
Browse repository at this point
DirEntry as os.PathLike, st_xtime_ns
coolreader18
committed
76b6abb
View commit details
Copy full SHA for 76b6abb
Browse repository at this point
Merge pull request #2419 from ishigoya/master
Show description for dd8d3c1
youknowone
authored
dd8d3c1
View commit details
Copy full SHA for dd8d3c1
Browse repository at this point
Merge pull request #2422 from RustPython/coolreader18/stub-xml
Show description for 7cdafe7
coolreader18
authored
7cdafe7
View commit details
Copy full SHA for 7cdafe7
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
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
Browse repository at this point
Previous
Next
You can’t perform that action at this time.