Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Product
GitHub Copilot
Write better code with AI
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
All features
Documentation
GitHub Skills
Blog
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
RustPython
/
Parser
Public
Notifications
You must be signed in to change notification settings
Fork
34
Star
101
Code
Issues
34
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
main
User selector
All users
Datepicker
All time
Commit History
Commits on Feb 10, 2025
Update malachite-bigint
youknowone
committed
d2f137b
Copy full SHA for d2f137b
Commits on Feb 3, 2025
malachite-bigint v0.2.2 (#132)
youknowone
authored
4588ea5
Copy full SHA for 4588ea5
malachite-bigint 0.2.1
youknowone
committed
328e085
Copy full SHA for 328e085
Commits on Jan 21, 2025
Fix match parsing
youknowone
committed
f07b97c
Copy full SHA for f07b97c
apply clippy suggestions
youknowone
committed
e00297d
Copy full SHA for e00297d
Commits on Oct 31, 2024
Fix inconsistencies with cpython while parsing format strings (#124)
Show description for 5e9d985
kaanyalova
and
youknowone
authored
5e9d985
Copy full SHA for 5e9d985
Commits on Aug 6, 2024
fix clippy warnings (#123)
Show description for a5b0809
youknowone
authored
a5b0809
Copy full SHA for a5b0809
mark 0.4.0
youknowone
committed
8dd2aea
Copy full SHA for 8dd2aea
Commits on Jul 23, 2024
fix formatting issues
dannasman
authored and
youknowone
committed
00d2f1d
Copy full SHA for 00d2f1d
change function name
dannasman
authored and
youknowone
committed
50638bd
Copy full SHA for 50638bd
add underline handling to float parsing
dannasman
authored and
youknowone
committed
cfb9c93
Copy full SHA for cfb9c93
disallow consecutive separators when parsing floats
dannasman
authored and
youknowone
committed
36f34ce
Copy full SHA for 36f34ce
Commits on May 12, 2024
fix for Lib/test/test_future_stmt/test_future.py: test_annotations
hydrogen602
authored and
youknowone
committed
51b5f80
Copy full SHA for 51b5f80
Fix type param order during source location
Show description for 649fdd4
dchiquito
authored and
youknowone
committed
649fdd4
Copy full SHA for 649fdd4
Commits on May 10, 2024
Merge pull request #107 from m-spitfire/fix-unparse
Show description for 6a2aa26
youknowone
authored
6a2aa26
Copy full SHA for 6a2aa26
Commits on Apr 6, 2024
Merge pull request #117 from youknowone/0.3.1
Show description for a95045b
youknowone
authored
a95045b
Copy full SHA for a95045b
0.3.1
youknowone
committed
5c73f63
Copy full SHA for 5c73f63
Remove ast-pyo3 from repository
youknowone
committed
37a1190
Copy full SHA for 37a1190
Commits on Jan 23, 2024
Incorrect f-string parsing (#112)
Show description for 9ce55ae
yt2b
authored
9ce55ae
Copy full SHA for 9ce55ae
Commits on Dec 28, 2023
Added num/malachite features for format crate (#109)
h7kanna
authored
8731e9f
Copy full SHA for 8731e9f
Commits on Dec 27, 2023
remove size assertions to avoid nightly error (#111)
youknowone
authored
29c4728
Copy full SHA for 29c4728
malachite-bigint 0.2.0
youknowone
committed
c0923cb
Copy full SHA for c0923cb
Fix the invalid license name for cargo-deny (#110)
h7kanna
authored
a367239
Copy full SHA for a367239
Commits on Nov 7, 2023
Merge pull request #103 from qingshi163/malachite041
Show description for 52edf45
qingshi163
authored
52edf45
Copy full SHA for 52edf45
Commits on Nov 5, 2023
Bump malachite to 0.4.4
qingshi163
committed
82e1d95
Copy full SHA for 82e1d95
Commits on Nov 1, 2023
Bump malachite to 0.4.1
qingshi163
committed
28eff35
Copy full SHA for 28eff35
Commits on Oct 22, 2023
fix(ast): make unparse module public
m-spitfire
committed
6ff2284
Copy full SHA for 6ff2284
Commits on Oct 3, 2023
Clean up Cargo.toml and bump dependency versions (#104)
Show description for 13cae0a
youknowone
authored
13cae0a
Copy full SHA for 13cae0a
Commits on Aug 29, 2023
0.3.0 (#92)
youknowone
authored
a1e4336
Copy full SHA for a1e4336
vendor text_size and source_location (#102)
youknowone
authored
d09bce8
Copy full SHA for d09bce8
Commits on Jul 29, 2023
Fix `TypeAliasName` to store name instead of load (#99)
Show description for b079666
zanieb
authored
b079666
Copy full SHA for b079666
Commits on Jul 17, 2023
Add parsing of type alias statements i.e. the `type` keyword (#97)
Show description for 704eb40
zanieb
authored
704eb40
Copy full SHA for 704eb40
Commits on Jul 14, 2023
Parse type parameters in function definitions (#96)
Show description for 6980037
zanieb
authored
6980037
Copy full SHA for 6980037
Parse type parameters in class definitions
MichaReiser
authored
c33fbee
Copy full SHA for c33fbee
Commits on Jul 13, 2023
Consolidate tests and add coverage for trailing comma
zanieb
committed
3ec64e1
Copy full SHA for 3ec64e1
Pagination
Previous
Next
You can’t perform that action at this time.