COMMITS
/ Tools/peg_generator/pegen/build.py February 3, 2022
G
[3.10] bpo-46576: bpo-46524: Disable compiler optimization within test_peg_generator. (GH-31015) (GH-31089)
Gregory P. Smith 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