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 }}
rmliddle
/
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
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
RustPython
parser
on
objtyp
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 31, 2018
Fix and expand function parsing Rust tests
OddBloke
committed
ad0d03b
View commit details
Copy full SHA for ad0d03b
View code at this point
Browse repository at this point
Naively parse keyword arguments
Show description for b466292
OddBloke
committed
b466292
View commit details
Copy full SHA for b466292
View code at this point
Browse repository at this point
Commits on Aug 29, 2018
Update and expand Rust tests for function parsing
OddBloke
committed
cb173c1
View commit details
Copy full SHA for cb173c1
View code at this point
Browse repository at this point
Add support for default argument syntax
Show description for 85d2dd2
OddBloke
committed
85d2dd2
View commit details
Copy full SHA for 85d2dd2
View code at this point
Browse repository at this point
Add support for defaults to bytecode, compiler and VM
OddBloke
committed
2cecd36
View commit details
Copy full SHA for 2cecd36
View code at this point
Browse repository at this point
Commits on Aug 26, 2018
Address review comments
windelbouwman
committed
3f7986c
View commit details
Copy full SHA for 3f7986c
View code at this point
Browse repository at this point
Add filename and row to traceback
windelbouwman
committed
96ee1cc
View commit details
Copy full SHA for 96ee1cc
View code at this point
Browse repository at this point
Commits on Aug 25, 2018
Don't double-count newlines in comments
Show description for 159a524
OddBloke
committed
159a524
View commit details
Copy full SHA for 159a524
View code at this point
Browse repository at this point
Merge branch 'master' of https://github.com/RustPython/RustPython into exceptions
windelbouwman
committed
6aa9c01
View commit details
Copy full SHA for 6aa9c01
View code at this point
Browse repository at this point
Move exceptions to own struct
windelbouwman
committed
882606b
View commit details
Copy full SHA for 882606b
View code at this point
Browse repository at this point
Reject newlines in single-quoted strings
OddBloke
committed
a06044d
View commit details
Copy full SHA for a06044d
View code at this point
Browse repository at this point
Increment lexer row count for newlines in strings
OddBloke
committed
367806f
View commit details
Copy full SHA for 367806f
View code at this point
Browse repository at this point
Commits on Aug 24, 2018
Add unary not support to parser.
cthulahoops
committed
046e5e9
View commit details
Copy full SHA for 046e5e9
View code at this point
Browse repository at this point
Commits on Aug 22, 2018
Add try except to compiler
windelbouwman
committed
04b786f
View commit details
Copy full SHA for 04b786f
View code at this point
Browse repository at this point
Add BaseException class
windelbouwman
committed
5838183
View commit details
Copy full SHA for 5838183
View code at this point
Browse repository at this point
Introduce LocatedStatement after idea from review
windelbouwman
committed
c2550ad
View commit details
Copy full SHA for c2550ad
View code at this point
Browse repository at this point
Add location to statement ast type
windelbouwman
committed
4897e10
View commit details
Copy full SHA for 4897e10
View code at this point
Browse repository at this point
Some formatting
windelbouwman
committed
f6edf87
View commit details
Copy full SHA for f6edf87
View code at this point
Browse repository at this point
Add row and column info to lexer
windelbouwman
committed
3d9b236
View commit details
Copy full SHA for 3d9b236
View code at this point
Browse repository at this point
Commits on Aug 20, 2018
fix #34
windelbouwman
committed
17a952d
View commit details
Copy full SHA for 17a952d
View code at this point
Browse repository at this point
Fix cast test snippet
windelbouwman
committed
823730f
View commit details
Copy full SHA for 823730f
View code at this point
Browse repository at this point
Add float type
windelbouwman
committed
15e2742
View commit details
Copy full SHA for 15e2742
View code at this point
Browse repository at this point
Commits on Aug 19, 2018
Specify bases in normal class definitions.
cthulahoops
committed
a9c3349
View commit details
Copy full SHA for a9c3349
View code at this point
Browse repository at this point
Commits on Aug 12, 2018
Parse trailing commas in lists/dicts
OddBloke
committed
19c9db2
View commit details
Copy full SHA for 19c9db2
View code at this point
Browse repository at this point
Commits on Aug 11, 2018
Run `cargo fmt` to format the entire project
OddBloke
committed
2a90df8
View commit details
Copy full SHA for 2a90df8
View code at this point
Browse repository at this point
Commits on Aug 10, 2018
Move lexer::lex_source in to tests module
Show description for 76a19d3
OddBloke
committed
76a19d3
View commit details
Copy full SHA for 76a19d3
View code at this point
Browse repository at this point
Merge pull request #54 from OddBloke/import
Show description for 816038c
windelbouwman
authored
816038c
View commit details
Copy full SHA for 816038c
View code at this point
Browse repository at this point
Merge pull request #50 from OddBloke/triple_quotes
Show description for a7f1830
windelbouwman
authored
a7f1830
View commit details
Copy full SHA for a7f1830
View code at this point
Browse repository at this point
Commits on Aug 9, 2018
Implement complex import handling
Show description for a7428e3
Daniel Watkins
authored and
OddBloke
committed
a7428e3
View commit details
Copy full SHA for a7428e3
View code at this point
Browse repository at this point
Add support for parsing classes to ast.
cthulahoops
committed
4022306
View commit details
Copy full SHA for 4022306
View code at this point
Browse repository at this point
Implement triple-quotes for strings
Show description for 3861fd8
Daniel Watkins
committed
3861fd8
View commit details
Copy full SHA for 3861fd8
View code at this point
Browse repository at this point
Commits on Aug 8, 2018
Implement simple dict literals
Daniel Watkins
committed
d1acf5e
View commit details
Copy full SHA for d1acf5e
View code at this point
Browse repository at this point
Implement 0-size dict literal
Daniel Watkins
committed
1b259d5
View commit details
Copy full SHA for 1b259d5
View code at this point
Browse repository at this point
Commits on Aug 6, 2018
Merge pull request #41 from OddBloke/function_args
Show description for a40ef57
windelbouwman
authored
a40ef57
View commit details
Copy full SHA for a40ef57
View code at this point
Browse repository at this point
Commits on Aug 5, 2018
Support creation of single-element tuples
Show description for 36f6fb2
Daniel Watkins
committed
36f6fb2
View commit details
Copy full SHA for 36f6fb2
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.