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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
https-github-com-nzysoft
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Parser
pegen.h
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 13, 2023
gh-110805: Allow the repl to show source code and complete tracebacks (#110775)
pablogsal
authored
e1d8c65
View commit details
Copy full SHA for e1d8c65
View code at this point
Browse repository at this point
Commits on Aug 22, 2023
gh-108179: Add error message for parser stack overflows (#108256)
sweeneyde
authored
8661751
View commit details
Copy full SHA for 8661751
View code at this point
Browse repository at this point
Commits on Jul 26, 2023
gh-107015: Remove async_hacks from the tokenizer (#107018)
pablogsal
authored
da8f87b
View commit details
Copy full SHA for da8f87b
View code at this point
Browse repository at this point
Commits on Jul 2, 2023
gh-104922: remove PY_SSIZE_T_CLEAN (#106315)
methane
authored
d5bd32f
View commit details
Copy full SHA for d5bd32f
View code at this point
Browse repository at this point
Commits on Jun 2, 2023
gh-105194: Fix format specifier escaped characters in f-strings (#105231)
pablogsal
authored
41de543
View commit details
Copy full SHA for 41de543
View code at this point
Browse repository at this point
Commits on Apr 27, 2023
gh-103656: Transfer f-string buffers to parser to avoid use-after-free (GH-103896)
Show description for 9169a56
lysnikolaou
and
pablogsal
authored
9169a56
View commit details
Copy full SHA for 9169a56
View code at this point
Browse repository at this point
Commits on Apr 19, 2023
gh-102856: Initial implementation of PEP 701 (#102855)
Show description for 1ef61cf
5 people
authored
1ef61cf
View commit details
Copy full SHA for 1ef61cf
View code at this point
Browse repository at this point
Commits on Jan 18, 2023
gh-100940: Change "char *str" to "const char *str" in KeywordToken: It is an immutable string. (#100936)
StepfenShawn
authored
a1e051a
View commit details
Copy full SHA for a1e051a
View code at this point
Browse repository at this point
Commits on May 24, 2022
gh-93103: Parser uses PyConfig.parser_debug instead of Py_DebugFlag (#93106)
Show description for 5115a16
vstinner
authored
5115a16
View commit details
Copy full SHA for 5115a16
View code at this point
Browse repository at this point
Commits on May 11, 2022
gh-92651: Remove the Include/token.h header file (#92652)
Show description for da5727a
vstinner
authored
da5727a
View commit details
Copy full SHA for da5727a
View code at this point
Browse repository at this point
Commits on Apr 5, 2022
bpo-47212: Improve error messages for un-parenthesized generator expressions (GH-32302)
MatthieuDartiailh
authored
aa0f056
View commit details
Copy full SHA for aa0f056
View code at this point
Browse repository at this point
Commits on Feb 10, 2022
Allow the parser to avoid nested processing of invalid rules (GH-31252)
pablogsal
authored
390459d
View commit details
Copy full SHA for 390459d
View code at this point
Browse repository at this point
Commits on Feb 8, 2022
bpo-46521: Fix codeop to use a new partial-input mode of the parser (GH-31010)
pablogsal
authored
69e1097
View commit details
Copy full SHA for 69e1097
View code at this point
Browse repository at this point
Commits on Dec 7, 2021
bpo-46004: Fix error location for loops with invalid targets (GH-29959)
pablogsal
authored
1c7a1c3
View commit details
Copy full SHA for 1c7a1c3
View code at this point
Browse repository at this point
Commits on Nov 24, 2021
bpo-45727: Only trigger the 'did you forgot a comma' error suggestion if inside parentheses (GH-29757)
pablogsal
authored
24c10d2
View commit details
Copy full SHA for 24c10d2
View code at this point
Browse repository at this point
Commits on Nov 21, 2021
Refactor parser compilation units into specific components (GH-29676)
pablogsal
authored
c9c4444
View commit details
Copy full SHA for c9c4444
View code at this point
Browse repository at this point
Commits on Sep 27, 2021
bpo-43914: Correctly highlight SyntaxError exceptions for invalid generator expression in function calls (GH-28576)
pablogsal
authored
e5f13ce
View commit details
Copy full SHA for e5f13ce
View code at this point
Browse repository at this point
Commits on Aug 12, 2021
Update pegen to use the latest upstream developments (GH-27586)
pablogsal
authored
953d272
View commit details
Copy full SHA for 953d272
View code at this point
Browse repository at this point
Commits on Jul 27, 2021
bpo-34013: Generalize the invalid legacy statement error message (GH-27389)
pablogsal
authored
6948964
View commit details
Copy full SHA for 6948964
View code at this point
Browse repository at this point
Commits on Jul 4, 2021
bpo-43950: Print columns in tracebacks (PEP 657) (GH-26958)
Show description for 5644c7b
3 people
authored
5644c7b
View commit details
Copy full SHA for 5644c7b
View code at this point
Browse repository at this point
Commits on Jun 24, 2021
bpo-44456: Improve the syntax error when mixing keyword and positional patterns (GH-26793)
pablogsal
authored
0acc258
View commit details
Copy full SHA for 0acc258
View code at this point
Browse repository at this point
Commits on Jun 12, 2021
Add more const modifiers. (GH-26691)
serhiy-storchaka
authored
be8b631
View commit details
Copy full SHA for be8b631
View code at this point
Browse repository at this point
Commits on May 21, 2021
bpo-44180: Fix edge cases in invalid assigment rules in the parser (GH-26283)
Show description for c878a97
pablogsal
authored
c878a97
View commit details
Copy full SHA for c878a97
View code at this point
Browse repository at this point
Commits on Apr 30, 2021
bpo-43892: Validate the first term of complex literal value patterns (GH-25735)
brandtbucher
authored
dbe60ee
View commit details
Copy full SHA for dbe60ee
View code at this point
Browse repository at this point
Commits on Apr 29, 2021
bpo-43892: Make match patterns explicit in the AST (GH-25585)
Show description for 1e7b858
ncoghlan
and
brandtbucher
authored
1e7b858
View commit details
Copy full SHA for 1e7b858
View code at this point
Browse repository at this point
Commits on Apr 23, 2021
bpo-43914: Highlight invalid ranges in SyntaxErrors (#25525)
Show description for a77aac4
pablogsal
authored
a77aac4
View commit details
Copy full SHA for a77aac4
View code at this point
Browse repository at this point
Commits on Apr 15, 2021
bpo-43822: Improve syntax errors for missing commas (GH-25377)
pablogsal
authored
b280248
View commit details
Copy full SHA for b280248
View code at this point
Browse repository at this point
Commits on Apr 10, 2021
bpo-43798: Add source location attributes to alias (GH-25324)
Show description for 75a06f0
3 people
authored
75a06f0
View commit details
Copy full SHA for 75a06f0
View code at this point
Browse repository at this point
Commits on Apr 9, 2021
Sanitize macros and debug functions in pegen.c (GH-25291)
pablogsal
authored
58bafe4
View commit details
Copy full SHA for 58bafe4
View code at this point
Browse repository at this point
Commits on Mar 24, 2021
bpo-43244: Remove parser_interface.h header file (GH-25001)
Show description for 57364ce
vstinner
authored
57364ce
View commit details
Copy full SHA for 57364ce
View code at this point
Browse repository at this point
Commits on Mar 23, 2021
bpo-43244: Remove ast.h, asdl.h, Python-ast.h headers (GH-24933)
Show description for 94faa07
vstinner
authored
94faa07
View commit details
Copy full SHA for 94faa07
View code at this point
Browse repository at this point
Commits on Mar 22, 2021
bpo-43555: Report the column offset for invalid line continuation character (GH-24939)
pablogsal
authored
96eeff5
View commit details
Copy full SHA for 96eeff5
View code at this point
Browse repository at this point
Commits on Feb 17, 2021
bpo-35134: Move Include/{pyarena.h,pyctype.h} to Include/cpython/ (GH-24550)
Show description for 366dc3a
nw0
authored
366dc3a
View commit details
Copy full SHA for 366dc3a
View code at this point
Browse repository at this point
Commits on Feb 2, 2021
bpo-42997: Improve error message for missing : before suites (GH-24292)
Show description for 58fb156
pablogsal
authored
58fb156
View commit details
Copy full SHA for 58fb156
View code at this point
Browse repository at this point
Commits on Oct 30, 2020
bpo-42214: Fix check for NOTEQUAL token in the PEG parser for the barry_as_flufl rule (GH-23048)
pablogsal
authored
06f8c33
View commit details
Copy full SHA for 06f8c33
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.