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 }}
DK26
/
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
Datepicker
All time
Commit history
Commits on Apr 14, 2020
Merge pull request #1868 from palaviv/bytearry-fix
Show description for 0e853f7
palaviv
authored
0e853f7
View commit details
Copy full SHA for 0e853f7
Browse repository at this point
Fix PyByteArray locking issue
palaviv
committed
fce9ce7
View commit details
Copy full SHA for fce9ce7
Browse repository at this point
Commits on Apr 13, 2020
Merge pull request #1867 from RustPython/coolreader18/fix-openssl-vendor-certs
Show description for f2098eb
youknowone
authored
f2098eb
View commit details
Copy full SHA for f2098eb
Browse repository at this point
Fix openssl certificates not being found when openssl is vendored
coolreader18
committed
984fcdc
View commit details
Copy full SHA for 984fcdc
Browse repository at this point
Merge pull request #1862 from RustPython/coolreader18/upgrade-deps
Show description for bcc2946
youknowone
authored
bcc2946
View commit details
Copy full SHA for bcc2946
Browse repository at this point
Commits on Apr 12, 2020
Update cargo dependencies; use new bindings in openssl
coolreader18
committed
d6206bd
View commit details
Copy full SHA for d6206bd
Browse repository at this point
Merge pull request #1855 from youknowone/strbytes-partition
Show description for e19cb3e
youknowone
authored
e19cb3e
View commit details
Copy full SHA for e19cb3e
Browse repository at this point
Fix {str|bytes|bytearray}.partition
youknowone
committed
7d7d048
View commit details
Copy full SHA for 7d7d048
Browse repository at this point
Commits on Apr 11, 2020
Merge pull request #1837 from RustPython/coolreader18/prep-multithread
Show description for f2fbb07
coolreader18
authored
f2fbb07
View commit details
Copy full SHA for f2fbb07
Browse repository at this point
Make byte* iterators atomic to fix a shared list/bytearray test
coolreader18
committed
7ae0244
View commit details
Copy full SHA for 7ae0244
Browse repository at this point
Fix atomic iterator increments
coolreader18
committed
a10936c
View commit details
Copy full SHA for a10936c
Browse repository at this point
Fix lasti operations deadlocking
coolreader18
committed
219802a
View commit details
Copy full SHA for 219802a
Browse repository at this point
Manage the frame separation with 'ExecutingFrame'
coolreader18
committed
b8a3a38
View commit details
Copy full SHA for b8a3a38
Browse repository at this point
Make Frame Send + Sync using a mutex
coolreader18
committed
2368eae
View commit details
Copy full SHA for 2368eae
Browse repository at this point
Make objiter use atomic types
coolreader18
committed
a0cd62a
View commit details
Copy full SHA for a0cd62a
Browse repository at this point
Make some of objlist use atomic types
coolreader18
committed
2511b2f
View commit details
Copy full SHA for 2511b2f
Browse repository at this point
Fix WASM Rc/Arc/Weak usage
coolreader18
committed
c82b986
View commit details
Copy full SHA for c82b986
Browse repository at this point
Make PyObjectRef = Arc<...>
coolreader18
committed
0ebb7de
View commit details
Copy full SHA for 0ebb7de
Browse repository at this point
Make objtuple use atomic types
coolreader18
committed
90d184c
View commit details
Copy full SHA for 90d184c
Browse repository at this point
Make PyObject.dict private and a Mutex; add some TODOs
coolreader18
committed
0e55bc9
View commit details
Copy full SHA for 0e55bc9
Browse repository at this point
Transition objstr to atomic types
coolreader18
committed
a9e784c
View commit details
Copy full SHA for a9e784c
Browse repository at this point
Add crossbeam-utils dependency
coolreader18
committed
8ed8dd9
View commit details
Copy full SHA for 8ed8dd9
Browse repository at this point
Merge pull request #1852 from youknowone/bytes-strip
Show description for 8b23271
youknowone
authored
8b23271
View commit details
Copy full SHA for 8b23271
Browse repository at this point
Merge pull request #1856 from youknowone/bytes-zfill
Show description for 6e305c5
youknowone
authored
6e305c5
View commit details
Copy full SHA for 6e305c5
Browse repository at this point
Merge pull request #1859 from youknowone/strbytes-mul
Show description for 559c596
palaviv
authored
559c596
View commit details
Copy full SHA for 559c596
Browse repository at this point
Use Vec::extend+std::iter::repeat rather than creating a byte slice
Show description for de6f2f9
youknowone
and
coolreader18
authored
de6f2f9
View commit details
Copy full SHA for de6f2f9
Browse repository at this point
Merge pull request #1850 from RustPython/coolreader18/simplify-windows-ci
Show description for 09bc3dd
coolreader18
authored
09bc3dd
View commit details
Copy full SHA for 09bc3dd
Browse repository at this point
Merge pull request #1860 from palaviv/theading-mark
Show description for ee0d6f6
youknowone
authored
ee0d6f6
View commit details
Copy full SHA for ee0d6f6
Browse repository at this point
Merge pull request #1857 from youknowone/str-split
Show description for a12671d
youknowone
authored
a12671d
View commit details
Copy full SHA for a12671d
Browse repository at this point
Fix bytes.zfill and integrate with str.zfill
youknowone
committed
f434898
View commit details
Copy full SHA for f434898
Browse repository at this point
Merge pull request #1854 from youknowone/strbytes-iscased
Show description for de8b325
youknowone
authored
de8b325
View commit details
Copy full SHA for de8b325
Browse repository at this point
Merge pull request #1853 from youknowone/bytes-overflow
Show description for 97cdded
youknowone
authored
97cdded
View commit details
Copy full SHA for 97cdded
Browse repository at this point
Merge pull request #1851 from youknowone/fix-str-replace-negative
Show description for b000b21
youknowone
authored
b000b21
View commit details
Copy full SHA for b000b21
Browse repository at this point
Fix {bytes|bytearray}.{|r|l}strip
youknowone
committed
75ebaed
View commit details
Copy full SHA for 75ebaed
Browse repository at this point
Add bstr dependency
youknowone
committed
fc2949c
View commit details
Copy full SHA for fc2949c
Browse repository at this point
Previous
Next
You can’t perform that action at this time.