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
stack-size-calculation
User selector
All users
All time
Commit history
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
Commits on Aug 19, 2019
Require at least finally or except on a try statement.
windelbouwman
committed
19112ce
View commit details
Copy full SHA for 19112ce
View code at this point
Browse repository at this point
Repair try-except-else syntax. Fixes #1300.
windelbouwman
committed
3ed7130
View commit details
Copy full SHA for 3ed7130
View code at this point
Browse repository at this point
Commits on Aug 12, 2019
Merge pull request #1234 from RustPython/short-circuit-evaluation
Show description for d83cfb4
windelbouwman
authored
d83cfb4
View commit details
Copy full SHA for d83cfb4
View code at this point
Browse repository at this point
Commits on Aug 11, 2019
Improve the situation regarding boolean operations.
windelbouwman
committed
36d8147
View commit details
Copy full SHA for 36d8147
View code at this point
Browse repository at this point
Implement clippy hint.
windelbouwman
committed
dbc562c
View commit details
Copy full SHA for dbc562c
View code at this point
Browse repository at this point
Improve lexing of numbers with underscores.
windelbouwman
committed
a400f66
View commit details
Copy full SHA for a400f66
View code at this point
Browse repository at this point
Commits on Aug 9, 2019
Merge pull request #1215 from RustPython/syntax-fixes
Show description for fc8aba1
windelbouwman
authored
fc8aba1
View commit details
Copy full SHA for fc8aba1
View code at this point
Browse repository at this point
Commits on Aug 7, 2019
Add parser support for async for loop. Add yield expression inside parentheses.
windelbouwman
committed
2fdfcb9
View commit details
Copy full SHA for 2fdfcb9
View code at this point
Browse repository at this point
Add variable annotation syntax. Simplify grammar for comprehensions. Add capital J suffix for complex numbers.
windelbouwman
committed
ded9d5b
View commit details
Copy full SHA for ded9d5b
View code at this point
Browse repository at this point
Fix import syntax to require at least one imported symbol. Fixes #1211.
windelbouwman
committed
de89349
View commit details
Copy full SHA for de89349
View code at this point
Browse repository at this point
Commits on Aug 4, 2019
Merge pull request #1199 from RustPython/set-star-expr
Show description for 6fc7027
windelbouwman
authored
6fc7027
View commit details
Copy full SHA for 6fc7027
View code at this point
Browse repository at this point
Commits on Aug 2, 2019
Add star expression in set literals.
windelbouwman
committed
19dd58c
View commit details
Copy full SHA for 19dd58c
View code at this point
Browse repository at this point
Fix lexing of 1else.
windelbouwman
committed
b2d0729
View commit details
Copy full SHA for b2d0729
View code at this point
Browse repository at this point
Commits on Jul 27, 2019
Add support for star expression in tuple.
windelbouwman
committed
1024281
View commit details
Copy full SHA for 1024281
View code at this point
Browse repository at this point
Commits on Jul 25, 2019
Implement review comments and improve parsing a bit.
windelbouwman
committed
1fddce4
View commit details
Copy full SHA for 1fddce4
View code at this point
Browse repository at this point
Commits on Jul 24, 2019
Add an example usecase of the parser.
windelbouwman
committed
a06bd3e
View commit details
Copy full SHA for a06bd3e
View code at this point
Browse repository at this point
Commits on Jul 21, 2019
Minor tweak on lexer to fix the REPL.
windelbouwman
committed
255b744
View commit details
Copy full SHA for 255b744
View code at this point
Browse repository at this point
Fix trailing newline issue #17
windelbouwman
committed
e922a6a
View commit details
Copy full SHA for e922a6a
View code at this point
Browse repository at this point
Refactor the lexer code to bring some more sanity and reduce function size.
windelbouwman
committed
8c199ee
View commit details
Copy full SHA for 8c199ee
View code at this point
Browse repository at this point
Commits on Jul 20, 2019
Suppress clippy warning.
windelbouwman
committed
ccd7d89
View commit details
Copy full SHA for ccd7d89
View code at this point
Browse repository at this point
Add location to expressions. Change symboltable to use flags for symbols.
windelbouwman
committed
d6c19c1
View commit details
Copy full SHA for d6c19c1
View code at this point
Browse repository at this point
Commits on Jul 15, 2019
Address relative import with 3 dots. Closes #1052.
windelbouwman
committed
ff762d7
View commit details
Copy full SHA for ff762d7
View code at this point
Browse repository at this point
Simplify import AST in line with CPython.
windelbouwman
committed
0741c36
View commit details
Copy full SHA for 0741c36
View code at this point
Browse repository at this point
Commits on Jul 14, 2019
Implement more nodes in the ast. Add script to walk over AST of sourcecode.
windelbouwman
committed
e06de30
View commit details
Copy full SHA for e06de30
View code at this point
Browse repository at this point
Commits on Jul 9, 2019
Add #![doc(html_logo_url = ...)] to crates
coolreader18
committed
0893076
View commit details
Copy full SHA for 0893076
View code at this point
Browse repository at this point
Commits on Jul 7, 2019
Merge pull request #1115 from RustPython/fstring-fix
Show description for 18bb563
windelbouwman
authored
18bb563
View commit details
Copy full SHA for 18bb563
View code at this point
Browse repository at this point
Merge pull request #1112 from RustPython/parser-error-cleaning
Show description for e4322f5
palaviv
authored
e4322f5
View commit details
Copy full SHA for e4322f5
View code at this point
Browse repository at this point
Merge pull request #1114 from mkurnikov/fix-clippy-1.36
Show description for dbc263c
windelbouwman
authored
dbc263c
View commit details
Copy full SHA for dbc263c
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.