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
tests
on
coolreader18/wasm-jsvalue
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 18, 2019
Merge pull request #843 from jgirardet/parsenew
Show description for 319bb80
windelbouwman
authored
319bb80
View commit details
Copy full SHA for 319bb80
View code at this point
Browse repository at this point
Commits on Apr 17, 2019
Improve syntax error with line information.
windelbouwman
committed
eb16f16
View commit details
Copy full SHA for eb16f16
View code at this point
Browse repository at this point
Merge pull request #841 from RustPython/mutual-import
Show description for 615a121
cthulahoops
authored
615a121
View commit details
Copy full SHA for 615a121
View code at this point
Browse repository at this point
support bytes creation from hex and ascii
jgirardet
committed
9c57ae4
View commit details
Copy full SHA for 9c57ae4
View code at this point
Browse repository at this point
Merge pull request #839 from RustPython/nonlocal
Show description for 240c1e4
windelbouwman
authored
240c1e4
View commit details
Copy full SHA for 240c1e4
View code at this point
Browse repository at this point
Support mutual importing modules.
windelbouwman
committed
06563a3
View commit details
Copy full SHA for 06563a3
View code at this point
Browse repository at this point
Merge pull request #767 from skinny121/slice_new
Show description for 75e8f81
windelbouwman
authored
75e8f81
View commit details
Copy full SHA for 75e8f81
View code at this point
Browse repository at this point
Merge branch 'master' into slice_new
Show description for f2873a5
skinnyBat
committed
f2873a5
View commit details
Copy full SHA for f2873a5
View code at this point
Browse repository at this point
Fix test again
coolreader18
committed
11bf84e
View commit details
Copy full SHA for 11bf84e
View code at this point
Browse repository at this point
Fix os.unsetenv test for windows
coolreader18
committed
96d6c51
View commit details
Copy full SHA for 96d6c51
View code at this point
Browse repository at this point
Commits on Apr 16, 2019
Add nonlocal support.
windelbouwman
committed
6abf151
View commit details
Copy full SHA for 6abf151
View code at this point
Browse repository at this point
Commits on Apr 15, 2019
Merge pull request #835 from RustPython/coolreader18/weakproxy
Show description for 78db5ea
windelbouwman
authored
78db5ea
View commit details
Copy full SHA for 78db5ea
View code at this point
Browse repository at this point
Guard for changes in dictionary size during iteration.
cthulahoops
committed
c9b479c
View commit details
Copy full SHA for c9b479c
View code at this point
Browse repository at this point
Add weakproxy test
coolreader18
committed
1612c95
View commit details
Copy full SHA for 1612c95
View code at this point
Browse repository at this point
Commits on Apr 14, 2019
Use assertRaises
palaviv
committed
4068a36
View commit details
Copy full SHA for 4068a36
View code at this point
Browse repository at this point
Remove else and finally from in_exc_handler
palaviv
committed
b6ce407
View commit details
Copy full SHA for b6ce407
View code at this point
Browse repository at this point
Add more tests to exception context
palaviv
committed
1887589
View commit details
Copy full SHA for 1887589
View code at this point
Browse repository at this point
Add exception __context__
palaviv
committed
3ec9b01
View commit details
Copy full SHA for 3ec9b01
View code at this point
Browse repository at this point
Support reraise
palaviv
committed
2c2925a
View commit details
Copy full SHA for 2c2925a
View code at this point
Browse repository at this point
Commits on Apr 13, 2019
Merge master branch
windelbouwman
committed
733d3a1
View commit details
Copy full SHA for 733d3a1
View code at this point
Browse repository at this point
Merge pull request #822 from jgirardet/addbytesm
Show description for be4e317
windelbouwman
authored
be4e317
View commit details
Copy full SHA for be4e317
View code at this point
Browse repository at this point
Merge pull request #817 from skinny121/function_metadata
Show description for 78ab68a
cthulahoops
authored
78ab68a
View commit details
Copy full SHA for 78ab68a
View code at this point
Browse repository at this point
Add bytes.center
Show description for 73dbcfb
jgirardet
committed
73dbcfb
View commit details
Copy full SHA for 73dbcfb
View code at this point
Browse repository at this point
add capitalize
jgirardet
committed
bd78f7e
View commit details
Copy full SHA for bd78f7e
View code at this point
Browse repository at this point
Commits on Apr 12, 2019
Merge pull request #766 from jgirardet/seq
Show description for 2c88790
coolreader18
authored
2c88790
View commit details
Copy full SHA for 2c88790
View code at this point
Browse repository at this point
Merge pull request #821 from palaviv/excpetion-cause
Show description for 2220397
coolreader18
authored
2220397
View commit details
Copy full SHA for 2220397
View code at this point
Browse repository at this point
Use assertRaises
palaviv
committed
20e0cc8
View commit details
Copy full SHA for 20e0cc8
View code at this point
Browse repository at this point
Merge pull request #820 from skinny121/gen_throw
Show description for 76659fd
windelbouwman
authored
76659fd
View commit details
Copy full SHA for 76659fd
View code at this point
Browse repository at this point
Merge pull request #819 from palaviv/os-env
Show description for 456c8a1
windelbouwman
authored
456c8a1
View commit details
Copy full SHA for 456c8a1
View code at this point
Browse repository at this point
Add global bytecode and testcase.
windelbouwman
committed
76c597f
View commit details
Copy full SHA for 76c597f
View code at this point
Browse repository at this point
Implement generator.throw
skinnyBat
committed
63643e1
View commit details
Copy full SHA for 63643e1
View code at this point
Browse repository at this point
Support exception __cause__
palaviv
committed
6c4b092
View commit details
Copy full SHA for 6c4b092
View code at this point
Browse repository at this point
Commits on Apr 11, 2019
Add environ class
palaviv
committed
4293b11
View commit details
Copy full SHA for 4293b11
View code at this point
Browse repository at this point
Fix dir bug - not including object attributes correctly.
cthulahoops
committed
664554b
View commit details
Copy full SHA for 664554b
View code at this point
Browse repository at this point
Produce correct value for __qualname__ and add attributes to class.
skinnyBat
committed
2164cb5
View commit details
Copy full SHA for 2164cb5
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.