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
stack-size-calculation
User selector
All users
Datepicker
All time
Commit history
Commits on Sep 28, 2019
Fix stack effect calculation to exclude the unpack opcode which was removed.
windelbouwman
committed
7a61401
View commit details
Copy full SHA for 7a61401
View code at this point
Browse repository at this point
Merge branch 'master' of github.com:RustPython/RustPython into stack-size-calculation
windelbouwman
committed
7239229
View commit details
Copy full SHA for 7239229
View code at this point
Browse repository at this point
Commits on Sep 27, 2019
Fix CI Build in Rust 1.38.0
j30ng
committed
b056044
View commit details
Copy full SHA for b056044
View code at this point
Browse repository at this point
Enable Zero-padding with Format Strings
j30ng
committed
3768233
View commit details
Copy full SHA for 3768233
View code at this point
Browse repository at this point
Merge pull request #1424 from dralley/fix-float
Show description for c181a7c
coolreader18
authored
c181a7c
View commit details
Copy full SHA for c181a7c
View code at this point
Browse repository at this point
Allow float() to be called without an argument
Show description for 32b4a92
dralley
committed
32b4a92
View commit details
Copy full SHA for 32b4a92
View code at this point
Browse repository at this point
Commits on Sep 26, 2019
Fix clippy warnings
dralley
committed
a964f21
View commit details
Copy full SHA for a964f21
View code at this point
Browse repository at this point
Merge branch 'master' of https://github.com/RustPython/RustPython
coolreader18
committed
d6d305f
View commit details
Copy full SHA for d6d305f
View code at this point
Browse repository at this point
Merge pull request #1413 from ChJR/hotfix/exit
Show description for f209929
youknowone
authored
f209929
View commit details
Copy full SHA for f209929
View code at this point
Browse repository at this point
Fix panic when using negative int for bytes()
Show description for 00823dd
vazrupe
committed
00823dd
View commit details
Copy full SHA for 00823dd
View code at this point
Browse repository at this point
Commits on Sep 25, 2019
Bump crate versions
coolreader18
committed
d88167b
View commit details
Copy full SHA for d88167b
View code at this point
Browse repository at this point
Merge pull request #1406 from lntuition/fix-1405
Show description for 51c3f71
windelbouwman
authored
51c3f71
View commit details
Copy full SHA for 51c3f71
View code at this point
Browse repository at this point
itertools.compress
Hyunji Kim
committed
239115f
View commit details
Copy full SHA for 239115f
View code at this point
Browse repository at this point
Commits on Sep 24, 2019
Fix int type casting error with negative base value
Show description for 545e9d3
hqsz
committed
545e9d3
View commit details
Copy full SHA for 545e9d3
View code at this point
Browse repository at this point
Add SystemExit BaseException
ChJR
committed
1cf11f5
View commit details
Copy full SHA for 1cf11f5
View code at this point
Browse repository at this point
Clippy
dralley
committed
c6bebae
View commit details
Copy full SHA for c6bebae
View code at this point
Browse repository at this point
Cargo Format
dralley
committed
6a3e38d
View commit details
Copy full SHA for 6a3e38d
View code at this point
Browse repository at this point
Fix implementation of range slicing
Show description for ecb3cd4
dralley
committed
ecb3cd4
View commit details
Copy full SHA for ecb3cd4
View code at this point
Browse repository at this point
Refactor for less allocations
dralley
committed
36efb50
View commit details
Copy full SHA for 36efb50
View code at this point
Browse repository at this point
Rewrite if-let as match statement
dralley
committed
6ba7655
View commit details
Copy full SHA for 6ba7655
View code at this point
Browse repository at this point
Commits on Sep 23, 2019
Fix bug where [::0] did not throw ValueError
dralley
committed
12b961f
View commit details
Copy full SHA for 12b961f
View code at this point
Browse repository at this point
Fix typo
dralley
committed
a666231
View commit details
Copy full SHA for a666231
View code at this point
Browse repository at this point
Merge pull request #1402 from lntuition/Fix-typo
Show description for 0160cd1
coolreader18
authored
0160cd1
View commit details
Copy full SHA for 0160cd1
View code at this point
Browse repository at this point
Merge pull request #1409 from ChJR/feature/sys.implementation.name
Show description for eae1669
coolreader18
authored
eae1669
View commit details
Copy full SHA for eae1669
View code at this point
Browse repository at this point
Change sys.implementation.name to only has lowercase
ChJR
committed
1531d19
View commit details
Copy full SHA for 1531d19
View code at this point
Browse repository at this point
Merge pull request #1398 from Writtic/module_copysign
Show description for 2a9ae1e
coolreader18
authored
2a9ae1e
View commit details
Copy full SHA for 2a9ae1e
View code at this point
Browse repository at this point
Fix os_open
coolreader18
committed
dd9bece
View commit details
Copy full SHA for dd9bece
View code at this point
Browse repository at this point
Commits on Sep 22, 2019
Maybe fix os.open
coolreader18
authored
46c9141
View commit details
Copy full SHA for 46c9141
View code at this point
Browse repository at this point
Fix Typo in vm/src/stdlib/pystruct.rs
hqsz
committed
c76739f
View commit details
Copy full SHA for c76739f
View code at this point
Browse repository at this point
Fix os_symlink compile error
Riey
committed
6f12e35
View commit details
Copy full SHA for 6f12e35
View code at this point
Browse repository at this point
Apply clippy
johan.park
committed
040c290
View commit details
Copy full SHA for 040c290
View code at this point
Browse repository at this point
Update copysign module of math
Show description for db10a82
johan.park
committed
db10a82
View commit details
Copy full SHA for db10a82
View code at this point
Browse repository at this point
Commits on Sep 21, 2019
Merge pull request #1387 from RustPython/coolreader18/string-hash-field
Show description for 00a0e45
coolreader18
authored
00a0e45
View commit details
Copy full SHA for 00a0e45
View code at this point
Browse repository at this point
Fix failing socket test
coolreader18
authored
f846cd7
View commit details
Copy full SHA for f846cd7
View code at this point
Browse repository at this point
Merge pull request #1388 from RustPython/coolreader18/match_class-match-expr
Show description for c52677a
coolreader18
authored
c52677a
View commit details
Copy full SHA for c52677a
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.