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 }}
loredp
/
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
stdlib
on
main
User selector
All users
All time
Commit history
Commits on Sep 12, 2022
Merge pull request #4151 from jopemachine/add-cbrt
Show description for 368e47c
youknowone
authored
368e47c
View commit details
Copy full SHA for 368e47c
View code at this point
Browse repository at this point
Fix edge case of `math.pow(0.0, -inf)`, `math.pow(-0.0, -inf)`
jopemachine
committed
e0f491e
View commit details
Copy full SHA for e0f491e
View code at this point
Browse repository at this point
Add `math.cbrt`
Show description for 96fc308
jopemachine
committed
96fc308
View commit details
Copy full SHA for 96fc308
View code at this point
Browse repository at this point
Commits on Sep 8, 2022
Add `math.exp2`
jopemachine
committed
1933e5f
View commit details
Copy full SHA for 1933e5f
View code at this point
Browse repository at this point
Commits on Sep 3, 2022
Remove _platform RustPython-only module
youknowone
committed
e400c60
View commit details
Copy full SHA for e400c60
View code at this point
Browse repository at this point
Commits on Sep 1, 2022
Allow fcntl functions to accept objects with fileno() function (#4144)
Show description for 31fdb20
richardhozak
authored
31fdb20
View commit details
Copy full SHA for 31fdb20
View code at this point
Browse repository at this point
Commits on Aug 30, 2022
update fcntl.ioctl's first arg can take other objects having fileno method not only Integer
tgsong827
committed
d7cb77e
View commit details
Copy full SHA for d7cb77e
View code at this point
Browse repository at this point
Commits on Aug 22, 2022
Create vm::compiler to handle CompileError variations
youknowone
committed
07e339a
View commit details
Copy full SHA for 07e339a
View code at this point
Browse repository at this point
Commits on Aug 21, 2022
sort Cargo.toml dependencies
youknowone
committed
6eeaf97
View commit details
Copy full SHA for 6eeaf97
View code at this point
Browse repository at this point
drop compiler dependencies from stdlib
youknowone
committed
86118d5
View commit details
Copy full SHA for 86118d5
View code at this point
Browse repository at this point
reorganize compiler crates
youknowone
committed
fb5ac9e
View commit details
Copy full SHA for fb5ac9e
View code at this point
Browse repository at this point
Commits on Aug 19, 2022
Update nix and rustyline
coolreader18
committed
ead2a39
View commit details
Copy full SHA for ead2a39
View code at this point
Browse repository at this point
Remove nullable_socket impl now that socket2::Socket has a niche
coolreader18
committed
d146cdb
View commit details
Copy full SHA for d146cdb
View code at this point
Browse repository at this point
Commits on Aug 17, 2022
Merge pull request #4091 from youknowone/pin-crossbeam-utils
Show description for 1dce933
youknowone
authored
1dce933
View commit details
Copy full SHA for 1dce933
View code at this point
Browse repository at this point
pin crossbeam-utils for 0.8.9 to avoid build error
youknowone
committed
d39a3df
View commit details
Copy full SHA for d39a3df
View code at this point
Browse repository at this point
rework pylib to generate all frozen libs
youknowone
committed
93d18bc
View commit details
Copy full SHA for 93d18bc
View code at this point
Browse repository at this point
Commits on Aug 16, 2022
Fix nightly clippy
youknowone
committed
27040c0
View commit details
Copy full SHA for 27040c0
View code at this point
Browse repository at this point
Commits on Aug 15, 2022
Merge pull request #4058 from tgsong827/ssl-reason
Show description for 50aa730
youknowone
authored
50aa730
View commit details
Copy full SHA for 50aa730
View code at this point
Browse repository at this point
Commits on Aug 14, 2022
Fix fcntl.ioctl to take non-negative request
youknowone
committed
bffb40f
View commit details
Copy full SHA for bffb40f
View code at this point
Browse repository at this point
Commits on Aug 13, 2022
Add 'library', 'reason' Attribute to ssl.SSLError
tgsong827
committed
93d411d
View commit details
Copy full SHA for 93d411d
View code at this point
Browse repository at this point
Commits on Aug 12, 2022
Fix clippy warnings
youknowone
committed
33ab949
View commit details
Copy full SHA for 33ab949
View code at this point
Browse repository at this point
Commits on Aug 8, 2022
Fix a2b_base64 invalid bytes handling
youknowone
committed
dae8c31
View commit details
Copy full SHA for dae8c31
View code at this point
Browse repository at this point
Commits on Aug 7, 2022
add ssl.SSLContext.post_handshake_auth
youknowone
committed
7b643da
View commit details
Copy full SHA for 7b643da
View code at this point
Browse repository at this point
Add: _uuid module (#3974)
rimi0108
authored
42290b1
View commit details
Copy full SHA for 42290b1
View code at this point
Browse repository at this point
Commits on Aug 6, 2022
Merge pull request #3816 from chang-57/binascii_qp
Show description for 8dad7ad
youknowone
authored
8dad7ad
View commit details
Copy full SHA for 8dad7ad
View code at this point
Browse repository at this point
Correct `binascii.unhexlify` error type (#4005)
Show description for 02e05e4
moreal
authored
02e05e4
View commit details
Copy full SHA for 02e05e4
View code at this point
Browse repository at this point
Fix magic number horror
youknowone
committed
1f13d11
View commit details
Copy full SHA for 1f13d11
View code at this point
Browse repository at this point
fix bug and styles not fixed yet
youknowone
committed
a02558b
View commit details
Copy full SHA for a02558b
View code at this point
Browse repository at this point
add binascii a2b_qp
Show description for 33110ae
hachangmin6
authored and
youknowone
committed
33110ae
View commit details
Copy full SHA for 33110ae
View code at this point
Browse repository at this point
Commits on Aug 4, 2022
Merge pull request #2444 from verhovsky/add-bz2
Show description for 8a307b8
youknowone
authored
8a307b8
View commit details
Copy full SHA for 8a307b8
View code at this point
Browse repository at this point
optional bz2
youknowone
committed
da9c986
View commit details
Copy full SHA for da9c986
View code at this point
Browse repository at this point
implement _bz2
Show description for 7204ab7
boris
and
youknowone
committed
7204ab7
View commit details
Copy full SHA for 7204ab7
View code at this point
Browse repository at this point
Merge pull request #3598 from hwi-ya/timeout
Show description for c073a61
youknowone
authored
c073a61
View commit details
Copy full SHA for c073a61
View code at this point
Browse repository at this point
Modify timeout print message
Show description for 53a74a1
hwi-ya
and
youknowone
committed
53a74a1
View commit details
Copy full SHA for 53a74a1
View code at this point
Browse repository at this point
pyimpl -> pyclass
youknowone
committed
055c5cf
View commit details
Copy full SHA for 055c5cf
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.