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 }}
i-spark
/
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
subscript-bytecode
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 28, 2019
Make subscript its own bytecode. Remove pass bytecode. Move complex bytecodes into seperate functions to reduce complexity of dispatch function.
windelbouwman
committed
2517207
View commit details
Copy full SHA for 2517207
Browse repository at this point
Merge pull request #1322 from corona10/fileio_close_set
Show description for e9820c1
windelbouwman
authored
e9820c1
View commit details
Copy full SHA for e9820c1
Browse repository at this point
filio: Update closefd, closed when close method is called
corona10
committed
1176eac
View commit details
Copy full SHA for 1176eac
Browse repository at this point
Commits on Aug 27, 2019
Merge pull request #1320 from RustPython/coolreader18/label-struct
Show description for cfeb746
coolreader18
authored
cfeb746
View commit details
Copy full SHA for cfeb746
Browse repository at this point
Make bytecode::Label its own struct
coolreader18
committed
c523286
View commit details
Copy full SHA for c523286
Browse repository at this point
Merge pull request #1321 from RustPython/try-return-finally
Show description for 0d2a7fc
windelbouwman
authored
0d2a7fc
View commit details
Copy full SHA for 0d2a7fc
Browse repository at this point
Implement execution of finally block. Fixes #1306.
windelbouwman
committed
2ca6e5d
View commit details
Copy full SHA for 2ca6e5d
Browse repository at this point
Refactor block stack unwinding to enable finally execution.
windelbouwman
committed
86fc18e
View commit details
Copy full SHA for 86fc18e
Browse repository at this point
Merge pull request #1311 from RustPython/coolreader18/syscall-settings
Show description for 47ddc7c
windelbouwman
authored
47ddc7c
View commit details
Copy full SHA for 47ddc7c
Browse repository at this point
Fix redox print_prompt
coolreader18
committed
0df3ed5
View commit details
Copy full SHA for 0df3ed5
Browse repository at this point
Fix getgroups on android
coolreader18
committed
2ec6eb7
View commit details
Copy full SHA for 2ec6eb7
Browse repository at this point
Commits on Aug 26, 2019
Allow time.time() to work on WASM
coolreader18
committed
c61f1d2
View commit details
Copy full SHA for c61f1d2
Browse repository at this point
Merge pull request #1313 from RustPython/coolreader18/keyboardinterrupt
Show description for 9168455
windelbouwman
authored
9168455
View commit details
Copy full SHA for 9168455
Browse repository at this point
Make print_prompt() a fn
coolreader18
authored
5da00de
View commit details
Copy full SHA for 5da00de
Browse repository at this point
Merge pull request #1315 from jmg7173/1224-not_implemented_pattern
Show description for c756689
windelbouwman
authored
c756689
View commit details
Copy full SHA for c756689
Browse repository at this point
Merge pull request #1319 from RustPython/coolreader18/fix-redox
Show description for 59eb8e3
coolreader18
authored
59eb8e3
View commit details
Copy full SHA for 59eb8e3
Browse repository at this point
issue-1224 Change to map_err instead of match
jmg7173
committed
ee6450e
View commit details
Copy full SHA for ee6450e
Browse repository at this point
Process prompt correctly on redox
coolreader18
committed
13d7d63
View commit details
Copy full SHA for 13d7d63
Browse repository at this point
Update to work on Redox
coolreader18
committed
e61cbe7
View commit details
Copy full SHA for e61cbe7
Browse repository at this point
Commits on Aug 25, 2019
Merge pull request #1309 from Lynskylate/extend-socket
Show description for 2999d70
palaviv
authored
2999d70
View commit details
Copy full SHA for 2999d70
Browse repository at this point
Add flame attribute to check_signals
coolreader18
committed
0c14b9b
View commit details
Copy full SHA for 0c14b9b
Browse repository at this point
Add ANY_TRIGGERED shortcut
coolreader18
committed
86535bb
View commit details
Copy full SHA for 86535bb
Browse repository at this point
Move NSIG, reorganize prompt stuff
coolreader18
committed
6faf263
View commit details
Copy full SHA for 6faf263
Browse repository at this point
Rename args
Lynskylate
committed
936af5b
View commit details
Copy full SHA for 936af5b
Browse repository at this point
Fix clippy error
Lynskylate
committed
1e12480
View commit details
Copy full SHA for 1e12480
Browse repository at this point
Merge branch 'master' of https://github.com/RustPython/RustPython into extend-socket
Lynskylate
committed
b4335dc
View commit details
Copy full SHA for b4335dc
Browse repository at this point
Repalce OptionalArg to Option
Lynskylate
committed
bd72869
View commit details
Copy full SHA for bd72869
Browse repository at this point
Merge pull request #1275 from zsaladin/json_dump
Show description for 124f164
palaviv
authored
124f164
View commit details
Copy full SHA for 124f164
Browse repository at this point
Add timeout test
Lynskylate
committed
d58abd3
View commit details
Copy full SHA for d58abd3
Browse repository at this point
Merge branch 'master' of https://github.com/RustPython/RustPython into extend-socket
Lynskylate
committed
9677f77
View commit details
Copy full SHA for 9677f77
Browse repository at this point
Refactor code
Lynskylate
committed
a8c2959
View commit details
Copy full SHA for a8c2959
Browse repository at this point
Merge pull request #1304 from RustPython/coolreader18/arraymodule
Show description for 5b555ae
coolreader18
authored
5b555ae
View commit details
Copy full SHA for 5b555ae
Browse repository at this point
Add array tests, array.__eq__, array.__iter__
coolreader18
committed
c3f64a3
View commit details
Copy full SHA for c3f64a3
Browse repository at this point
Commits on Aug 24, 2019
Merge pull request #1298 from RustPython/clippy-warnings
Show description for 6cbab13
windelbouwman
authored
6cbab13
View commit details
Copy full SHA for 6cbab13
Browse repository at this point
Commits on Aug 23, 2019
Fix tests/clippy
coolreader18
committed
825ee4b
View commit details
Copy full SHA for 825ee4b
Browse repository at this point
Previous
Next
You can’t perform that action at this time.