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 }}
sthagen
/
RustPython-RustPython
Public
forked from
RustPython/RustPython
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Security and quality
Insights
Commits
Breadcrumbs
History for
RustPython-RustPython
parser
src
on
coolreader18/wasm-_thread
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 1, 2020
Implement Py38 named expression (PEP 572) (#1934)
Show description for fd2e0aa
3 people
authored
fd2e0aa
View commit details
Copy full SHA for fd2e0aa
View code at this point
Browse repository at this point
Commits on May 30, 2020
Fix SyntaxError visualize order: message first location later
youknowone
committed
7bce7ba
View commit details
Copy full SHA for 7bce7ba
View code at this point
Browse repository at this point
Commits on May 16, 2020
merged and prepared for PR
TheAnyKey
committed
90e52ab
View commit details
Copy full SHA for 90e52ab
View code at this point
Browse repository at this point
implementation of generalized decorators and test update from cpython
TheAnyKey
committed
ebebda3
View commit details
Copy full SHA for ebebda3
View code at this point
Browse repository at this point
EOF after `\\` raise EOF Error
Show description for cdd9813
HyeockJinKim
committed
cdd9813
View commit details
Copy full SHA for cdd9813
View code at this point
Browse repository at this point
Commits on May 7, 2020
Fix clippy and unittest error
coolreader18
committed
a34951d
View commit details
Copy full SHA for a34951d
View code at this point
Browse repository at this point
Commits on May 5, 2020
Fix escaped quotes in raw string literals
coolreader18
committed
53ab5de
View commit details
Copy full SHA for 53ab5de
View code at this point
Browse repository at this point
merged
TheAnyKey
committed
a535e3c
View commit details
Copy full SHA for a535e3c
View code at this point
Browse repository at this point
clean up after review
TheAnyKey
committed
71ec5c1
View commit details
Copy full SHA for 71ec5c1
View code at this point
Browse repository at this point
Commits on May 4, 2020
Apply suggestions from code review
Show description for cba961e
TheAnyKey
and
youknowone
authored
cba961e
View commit details
Copy full SHA for cba961e
View code at this point
Browse repository at this point
Commits on Apr 30, 2020
fixed clippy; tests fail explicitly for python 3.7 and below
TheAnyKey
committed
80a9710
View commit details
Copy full SHA for 80a9710
View code at this point
Browse repository at this point
Removed incompatibilty with CPython, fixed parser error handling
TheAnyKey
committed
3e8cde7
View commit details
Copy full SHA for 3e8cde7
View code at this point
Browse repository at this point
Commits on Apr 29, 2020
fixed fmt
TheAnyKey
committed
3ccb117
View commit details
Copy full SHA for 3ccb117
View code at this point
Browse repository at this point
now conversion flags can be followed by a format specifier and added tests
TheAnyKey
committed
e7ec972
View commit details
Copy full SHA for e7ec972
View code at this point
Browse repository at this point
minor cleanup
TheAnyKey
committed
c25353c
View commit details
Copy full SHA for c25353c
View code at this point
Browse repository at this point
implemented selfdocumenting fstrings and tests from cpython- current handling of quotes is too simple
TheAnyKey
committed
34478d3
View commit details
Copy full SHA for 34478d3
View code at this point
Browse repository at this point
Commits on Apr 28, 2020
added initial implementation of self defining expressions to fstring (Python3.8)
TheAnyKey
committed
94a7b48
View commit details
Copy full SHA for 94a7b48
View code at this point
Browse repository at this point
Commits on Apr 26, 2020
Merge pull request #1843 from RustPython/coolreader18/clippy-fixes
Show description for 9b3fa53
youknowone
authored
9b3fa53
View commit details
Copy full SHA for 9b3fa53
View code at this point
Browse repository at this point
Commits on Apr 16, 2020
Add test for unicode escape
coolreader18
committed
d7f2894
View commit details
Copy full SHA for d7f2894
View code at this point
Browse repository at this point
Commits on Apr 14, 2020
Add unicode name string escapes
coolreader18
committed
c39ac33
View commit details
Copy full SHA for c39ac33
View code at this point
Browse repository at this point
Commits on Apr 5, 2020
Fix some clippy lints that were 'allow'ed
coolreader18
committed
d4bda6c
View commit details
Copy full SHA for d4bda6c
View code at this point
Browse repository at this point
Commits on Mar 21, 2020
Merge pull request #1801 from RustPython/coolreader18/async-gen
Show description for 18c4a6f
coolreader18
authored
18c4a6f
View commit details
Copy full SHA for 18c4a6f
View code at this point
Browse repository at this point
Fix clippy warning
palaviv
committed
0444c1a
View commit details
Copy full SHA for 0444c1a
View code at this point
Browse repository at this point
Merge lex_byte into lex_string
palaviv
committed
e436e42
View commit details
Copy full SHA for e436e42
View code at this point
Browse repository at this point
Escape octet in string
palaviv
committed
a2e85af
View commit details
Copy full SHA for a2e85af
View code at this point
Browse repository at this point
Fix syntax error tests
coolreader18
committed
af25fbe
View commit details
Copy full SHA for af25fbe
View code at this point
Browse repository at this point
Commits on Mar 20, 2020
Merge pull request #1818 from palaviv/struct-fixes
Show description for d1dba7f
youknowone
authored
d1dba7f
View commit details
Copy full SHA for d1dba7f
View code at this point
Browse repository at this point
Refactor lex_byte
palaviv
committed
1a8de8f
View commit details
Copy full SHA for 1a8de8f
View code at this point
Browse repository at this point
Commits on Mar 14, 2020
Support octet escaping
palaviv
committed
7338bb7
View commit details
Copy full SHA for 7338bb7
View code at this point
Browse repository at this point
Make Location Copy and remove all location.clone()s
coolreader18
committed
b6d155d
View commit details
Copy full SHA for b6d155d
View code at this point
Browse repository at this point
Commits on Mar 13, 2020
Merge pull request #1787 from youknowone/posonly
Show description for 75eabfd
coolreader18
authored
75eabfd
View commit details
Copy full SHA for 75eabfd
View code at this point
Browse repository at this point
Commits on Mar 12, 2020
Fix clippy failure on Rust 1.42.0
coolreader18
committed
3d07a73
View commit details
Copy full SHA for 3d07a73
View code at this point
Browse repository at this point
Commits on Mar 7, 2020
positional only parameter support
youknowone
committed
aa1d20c
View commit details
Copy full SHA for aa1d20c
View code at this point
Browse repository at this point
Commits on Feb 27, 2020
Simplify code, have errors match CPython implementation.
philippeitis
authored
e037e37
View commit details
Copy full SHA for e037e37
View code at this point
Browse repository at this point
Handle != in f-string braces, raise EmptyExpression when expected.
philippeitis
authored
a21a2d4
View commit details
Copy full SHA for a21a2d4
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.