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 }}
Fidget-Spinner
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
4
Star
1
Code
Issues
0
Pull requests
7
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Tools
peg_generator
on
stackref_debug_real
User selector
All users
All time
Commit history
Commits on Jun 24, 2024
gh-120956: Avoid comparison of int to Py_ssize_t in parser (#120959)
lysnikolaou
authored
3481848
View commit details
Copy full SHA for 3481848
View code at this point
Browse repository at this point
Commits on Jun 19, 2024
Fix types in pegen parser generator (GH-120720)
yf-yang
authored
ace2045
View commit details
Copy full SHA for ace2045
View code at this point
Browse repository at this point
Commits on Jun 3, 2024
gh-116991: Improve `pygen --help` for `python` subparser (#116992)
sobolevn
authored
1e5f615
View commit details
Copy full SHA for 1e5f615
View code at this point
Browse repository at this point
Commits on May 30, 2024
gh-118235: Move RAISE_SYNTAX_ERROR actions to invalid rules and make sure they stay there (GH-119731)
Show description for 48f21b3
encukou
authored
48f21b3
View commit details
Copy full SHA for 48f21b3
View code at this point
Browse repository at this point
Commits on May 28, 2024
Fix typos in comments (#119645)
xyb
authored
bf08f0a
View commit details
Copy full SHA for bf08f0a
View code at this point
Browse repository at this point
Commits on May 8, 2024
gh-118671: Updated dead ActiveState links (#118730)
Show description for c4f9823
3 people
authored
c4f9823
View commit details
Copy full SHA for c4f9823
View code at this point
Browse repository at this point
Commits on Apr 24, 2024
gh-116988: Remove duplicates of `annotated_rhs` in the Grammar (#117004)
Rexicon226
authored
9b280ab
View commit details
Copy full SHA for 9b280ab
View code at this point
Browse repository at this point
Commits on Jan 23, 2024
gh-112984: Fix link error on free-threaded Windows build (GH-114455)
Show description for 5f19978
colesbury
authored
5f19978
View commit details
Copy full SHA for 5f19978
View code at this point
Browse repository at this point
Commits on Jan 10, 2024
gh-58032: Do not use argparse.FileType in module CLIs and scripts (GH-113649)
Show description for b3d2427
serhiy-storchaka
authored
b3d2427
View commit details
Copy full SHA for b3d2427
View code at this point
Browse repository at this point
Commits on Dec 26, 2023
gh-112532: Fix peg generator build.py for mimalloc build (gh-113492)
Show description for e5cce70
corona10
authored
e5cce70
View commit details
Copy full SHA for e5cce70
View code at this point
Browse repository at this point
Commits on Dec 13, 2023
gh-111650: Ensure pyconfig.h includes Py_GIL_DISABLED on Windows (GH-112778)
zooba
authored
79dad03
View commit details
Copy full SHA for 79dad03
View code at this point
Browse repository at this point
Commits on Nov 20, 2023
GH-111807: Lower the parser stack depth under WASI debug builds (#112225)
brettcannon
authored
56e59a4
View commit details
Copy full SHA for 56e59a4
View code at this point
Browse repository at this point
Commits on Oct 13, 2023
gh-110805: Fix test_peg_generator after the change in the parser for REPL tracebacks (#110814)
Show description for 8316769
pablogsal
authored
8316769
View commit details
Copy full SHA for 8316769
View code at this point
Browse repository at this point
Commits on Oct 12, 2023
gh-104169: Fix test_peg_generator after tokenizer refactoring (#110727)
Show description for 17d6554
lysnikolaou
authored
17d6554
View commit details
Copy full SHA for 17d6554
View code at this point
Browse repository at this point
Commits on Sep 22, 2023
gh-109596: Ensure repeated rules in the grammar are not allowed and fix incorrect soft keywords (#109606)
pablogsal
authored
b28ffaa
View commit details
Copy full SHA for b28ffaa
View code at this point
Browse repository at this point
Commits on Sep 8, 2023
gh-108455: peg_generator: enable mypy's `--warn-unreachable` setting and `redundant-expr` error code (#109160)
AlexWaygood
authored
697c9dc
View commit details
Copy full SHA for 697c9dc
View code at this point
Browse repository at this point
Commits on Aug 31, 2023
gh-108455: peg_generator: use `types-setuptools==68.1.0.1` in CI (#108697)
AlexWaygood
authored
b89b838
View commit details
Copy full SHA for b89b838
View code at this point
Browse repository at this point
Commits on Aug 29, 2023
gh-108455: peg_generator: install two stubs packages before running mypy (#108637)
AlexWaygood
authored
77e8f23
View commit details
Copy full SHA for 77e8f23
View code at this point
Browse repository at this point
gh-108455: peg generator: Use `strict_optional=True` for `grammar_parser` (#108629)
sobolevn
authored
f8be2e2
View commit details
Copy full SHA for f8be2e2
View code at this point
Browse repository at this point
gh-108455: peg_generator: make the mypy config slightly stricter (#108627)
Show description for 0d140b8
AlexWaygood
authored
0d140b8
View commit details
Copy full SHA for 0d140b8
View code at this point
Browse repository at this point
gh-108455: Simplify the peg_generator mypy config (#108620)
Show description for c879b9f
AlexWaygood
authored
c879b9f
View commit details
Copy full SHA for c879b9f
View code at this point
Browse repository at this point
Commits on Aug 28, 2023
gh-108455: Run `mypy` on `Tools/peg_generator` (#108456)
Show description for cf7ba83
sobolevn
and
hugovk
authored
cf7ba83
View commit details
Copy full SHA for cf7ba83
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 Jun 1, 2023
gh-105191: Cleanup peg generator; keep only necessary files (#105197)
lysnikolaou
authored
a241003
View commit details
Copy full SHA for a241003
View code at this point
Browse repository at this point
Commits on May 26, 2023
gh-100238: Use setuptools in peg-generator and reenable tests (#104798)
lysnikolaou
authored
afa759f
View commit details
Copy full SHA for afa759f
View code at this point
Browse repository at this point
Commits on May 23, 2023
gh-104780: Remove 2to3 program and lib2to3 module (#104781)
Show description for ae00b81
vstinner
authored
ae00b81
View commit details
Copy full SHA for ae00b81
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 Mar 6, 2023
gh-102416: Do not memoize incorrectly loop rules in the parser (#102467)
pablogsal
authored
f533f21
View commit details
Copy full SHA for f533f21
View code at this point
Browse repository at this point
Commits on Jan 16, 2023
gh-101046: Fix a potential memory leak in the parser when raising MemoryError (#101051)
pablogsal
authored
1de4395
View commit details
Copy full SHA for 1de4395
View code at this point
Browse repository at this point
Commits on Nov 10, 2022
gh-99300: Use Py_NewRef() in Parser/ directory (#99330)
Show description for 4ce2a20
vstinner
authored
4ce2a20
View commit details
Copy full SHA for 4ce2a20
View code at this point
Browse repository at this point
Commits on Jun 22, 2022
gh-84623: Remove unused imports (#94132)
vstinner
authored
47e3562
View commit details
Copy full SHA for 47e3562
View code at this point
Browse repository at this point
Commits on Jun 21, 2022
gh-54781: Move Lib/lib2to3/tests/ to Lib/test/test_lib2to3/ (#94049)
Show description for 616fa34
vstinner
authored
616fa34
View commit details
Copy full SHA for 616fa34
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 19, 2022
gh-90473: Decrease recursion limit and skip tests on WASI (GH-92803)
tiran
authored
137fd3d
View commit details
Copy full SHA for 137fd3d
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.