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
on
release
User selector
All users
Datepicker
All time
Commit history
Commits on Feb 5, 2020
&str::to_string -> &str::to_owned for variables
youknowone
committed
7d0d313
View commit details
Copy full SHA for 7d0d313
View code at this point
Browse repository at this point
&str::to_string -> &str::to_owned for literals
youknowone
committed
1bac582
View commit details
Copy full SHA for 1bac582
View code at this point
Browse repository at this point
Commits on Jan 27, 2020
Remove wtf8 dependency
dralley
committed
4e2afe7
View commit details
Copy full SHA for 4e2afe7
View code at this point
Browse repository at this point
Commits on Jan 24, 2020
fix line continuation parsing
palaviv
committed
ad4beab
View commit details
Copy full SHA for ad4beab
View code at this point
Browse repository at this point
Commits on Jan 16, 2020
Remove 'regex' from parser/Cargo.toml, as we don't use it
coolreader18
committed
1c3b4d2
View commit details
Copy full SHA for 1c3b4d2
View code at this point
Browse repository at this point
Commits on Jan 15, 2020
Reduce &String usage
youknowone
committed
e5b91c2
View commit details
Copy full SHA for e5b91c2
View code at this point
Browse repository at this point
Commits on Jan 8, 2020
dict comprehension test
youknowone
committed
5d50e19
View commit details
Copy full SHA for 5d50e19
View code at this point
Browse repository at this point
Commits on Jan 5, 2020
Try to cut down on the # of unicode crates we use
coolreader18
committed
98211a3
View commit details
Copy full SHA for 98211a3
View code at this point
Browse repository at this point
Commits on Jan 1, 2020
Add support for string formatting of floats with ":f" format code
Show description for 30473d3
doyshinda
committed
30473d3
View commit details
Copy full SHA for 30473d3
View code at this point
Browse repository at this point
Commits on Dec 27, 2019
Add more tests for nested f-string spec
palaviv
committed
8e84a85
View commit details
Copy full SHA for 8e84a85
View code at this point
Browse repository at this point
Support expression in f-strings spec
palaviv
committed
c3703f0
View commit details
Copy full SHA for c3703f0
View code at this point
Browse repository at this point
Commits on Dec 21, 2019
Merge pull request #1640 from youknowone/clippy
Show description for c6131b3
coolreader18
authored
c6131b3
View commit details
Copy full SHA for c6131b3
View code at this point
Browse repository at this point
Fix clippy warnings
youknowone
committed
c130672
View commit details
Copy full SHA for c130672
View code at this point
Browse repository at this point
Commits on Dec 11, 2019
Rename LineContinationHandler -> LineContinuationHandler
coolreader18
committed
fd07047
View commit details
Copy full SHA for fd07047
View code at this point
Browse repository at this point
Commits on Nov 22, 2019
Provide caret diagnostics for SyntaxError
Show description for 7f45ed3
yanganto
committed
7f45ed3
View commit details
Copy full SHA for 7f45ed3
View code at this point
Browse repository at this point
Commits on Nov 11, 2019
Fix raw byte literals
coolreader18
committed
1fcdbf7
View commit details
Copy full SHA for 1fcdbf7
View code at this point
Browse repository at this point
Commits on Oct 12, 2019
Add some documentation strings to the parser code.
windelbouwman
committed
4ca49b4
View commit details
Copy full SHA for 4ca49b4
View code at this point
Browse repository at this point
Merge pull request #1318 from youknowone/ast-module
Show description for 336364c
windelbouwman
authored
336364c
View commit details
Copy full SHA for 336364c
View code at this point
Browse repository at this point
Add mode to ast::parse
youknowone
committed
2f1fb16
View commit details
Copy full SHA for 2f1fb16
View code at this point
Browse repository at this point
Commits on Oct 11, 2019
Implement IndentationError
sanxiyn
committed
e76edde
View commit details
Copy full SHA for e76edde
View code at this point
Browse repository at this point
Merge pull request #1499 from HyeockJinKim/issue1498
Show description for 82e8811
windelbouwman
authored
82e8811
View commit details
Copy full SHA for 82e8811
View code at this point
Browse repository at this point
Update lalrpop to 0.17
sanxiyn
committed
97069c8
View commit details
Copy full SHA for 97069c8
View code at this point
Browse repository at this point
Commits on Oct 10, 2019
upgrade low-risk deps
FauxFaux
committed
60bb597
View commit details
Copy full SHA for 60bb597
View code at this point
Browse repository at this point
upgrade regex to be consistent
FauxFaux
committed
45e4d6e
View commit details
Copy full SHA for 45e4d6e
View code at this point
Browse repository at this point
Take only numbers after `.`
Show description for 5c70631
HyeockJinKim
committed
5c70631
View commit details
Copy full SHA for 5c70631
View code at this point
Browse repository at this point
Commits on Oct 5, 2019
Implement TabError
sanxiyn
committed
f2e04c0
View commit details
Copy full SHA for f2e04c0
View code at this point
Browse repository at this point
Commits on Oct 3, 2019
Disable a Clippy warning
sanxiyn
committed
3f1009e
View commit details
Copy full SHA for 3f1009e
View code at this point
Browse repository at this point
Do not panic in parser
sanxiyn
committed
bdb6208
View commit details
Copy full SHA for bdb6208
View code at this point
Browse repository at this point
Commits on Sep 28, 2019
Merge pull request #1430 from HyeockJinKim/issue1422
Show description for 188ff0e
windelbouwman
authored
188ff0e
View commit details
Copy full SHA for 188ff0e
View code at this point
Browse repository at this point
Generate SyntaxError at integer starting with 0
Show description for c8d0f5c
HyeockJinKim
committed
c8d0f5c
View commit details
Copy full SHA for c8d0f5c
View code at this point
Browse repository at this point
Commits on Sep 27, 2019
Merge pull request #1407 from vazrupe/dup-kargs-error
Show description for 215eefe
windelbouwman
authored
215eefe
View commit details
Copy full SHA for 215eefe
View code at this point
Browse repository at this point
Commits on Sep 26, 2019
Add duplicate keyword argument error
Show description for 21669a0
vazrupe
committed
21669a0
View commit details
Copy full SHA for 21669a0
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
Commits on Sep 13, 2019
impl fmt::Display for Tok
coolreader18
authored and
windelbouwman
committed
f73ea1c
View commit details
Copy full SHA for f73ea1c
View code at this point
Browse repository at this point
Commits on Sep 12, 2019
Add Positional argument error to LexicalError
Show description for 0ab46fd
vazrupe
committed
0ab46fd
View commit details
Copy full SHA for 0ab46fd
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.