COMMITS
/ Tools/peg_generator/pegen/build.py October 12, 2023
L
gh-104169: Fix test_peg_generator after tokenizer refactoring (#110727)
Lysandros Nikolaou committed
August 31, 2023
A
gh-108455: peg_generator: use `types-setuptools==68.1.0.1` in CI (#108697)
Alex Waygood committed
August 29, 2023
A
gh-108455: peg_generator: install two stubs packages before running mypy (#108637)
Alex Waygood committed
August 28, 2023
N
gh-108455: Run `mypy` on `Tools/peg_generator` (#108456)
Nikita Sobolev committed
June 1, 2023
L
gh-105191: Cleanup peg generator; keep only necessary files (#105197)
Lysandros Nikolaou committed
May 26, 2023
L
gh-100238: Use setuptools in peg-generator and reenable tests (#104798)
Lysandros Nikolaou committed
April 6, 2022
J
February 2, 2022
G
bpo-46576: bpo-46524: Disable compiler optimization within test_peg_generator. (#31015)
Gregory P. Smith committed
November 21, 2021
P
Refactor parser compilation units into specific components (GH-29676)
Pablo Galindo Salgado committed
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
March 18, 2021
V
bpo-43244: Fix test_peg_generator for PyAST_Validate() (GH-24912)
Victor Stinner committed
June 11, 2020
P
bpo-40939: Remove the old parser (GH-20768)
Pablo Galindo committed
May 4, 2020
A
Clean up unused imports for the peg generator module (GH-19891)
Anthony Shaw committed
May 2, 2020
P
Fix some scripts in the peg generator folder (GH-19853)
Pablo Galindo committed
May 1, 2020
P
bpo-40334: use the TOKENS file when checking dangling rules (GH-19849)
Pablo Galindo committed
P
Fix the Tools/peg_generator/scripts/benchmark.py script (GH-19848)
Pablo Galindo committed
April 28, 2020
P
bpo-40334: Refactor peg_generator to receive a Tokens file when building c code (GH-19745)
Pablo Galindo committed
April 24, 2020
L
bpo-40334: Rewrite test_c_parser to avoid memory leaks (GH-19694)
Lysandros Nikolaou committed
April 23, 2020
P
bpo-40334: Allow to run make regen-pegen without distutils (GH-19684)
Pablo Galindo committed
P
P
bpo-40334: Fix build errors and warnings in test_peg_generator (GH-19672)
Pablo Galindo committed
P
Compile extensions in test_peg_generator with C99 (GH-19668)
Pablo Galindo committed
April 22, 2020
P
bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)
Pablo Galindo committed