COMMITS
/ Tools/peg_generator/pegen/python_generator.py September 4, 2025
S
[3.14] gh-138281: Run `ruff` on `Tools/peg_generator` (GH-138282) (#138469)
sobolevn committed
October 29, 2024
P
gh-125588: Teach the python PEG generator the new f-string tokens (#125589)
Pablo Galindo Salgado committed
October 22, 2024
M
gh-124889: Rework Python generator cache (#125816)
Mikhail Efimov committed
June 19, 2024
Y
Fix types in pegen parser generator (GH-120720)
yf-yang committed
July 26, 2023
P
gh-107015: Remove async_hacks from the tokenizer (#107018)
Pablo Galindo Salgado committed
November 26, 2021
V
bpo-45866: pegen strips directory of "generated from" header (GH-29777)
Victor Stinner committed
November 3, 2021
September 5, 2021
P
Extract visitors from the grammar nodes and call makers in the peg generator (GH-28172)
Pablo Galindo Salgado committed
August 12, 2021
P
Update pegen to use the latest upstream developments (GH-27586)
Pablo Galindo Salgado committed
April 21, 2021
P
bpo-38605: Revert making 'from __future__ import annotations' the default (GH-25490)
Pablo Galindo committed
March 17, 2021
E
Remove unnecessary imports in the grammar parser (GH-24904)
Elisha Hollander committed
September 3, 2020
P
Fix 'gather' rules in the python parser generator (GH-22021)
Pablo Galindo committed
June 20, 2020
B
bpo-41044: Generate valid PEG python parsers for opt+seq rules (GH-20995)
Batuhan Taskaya committed
May 1, 2020
P
bpo-40334: use the TOKENS file when checking dangling rules (GH-19849)
Pablo Galindo committed
April 29, 2020
P
bpo-40334: refactor and cleanup for the PEG generators (GH-19775)
Pablo Galindo committed
April 22, 2020
P
bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)
Pablo Galindo committed