summaryrefslogtreecommitdiffstats
path: root/Tools/peg_generator/pegen/build.py
Commit message (Expand)AuthorAgeFilesLines
* Clean up unused imports for the peg generator module (GH-19891)Anthony Shaw2020-05-041-2/+1
* Fix some scripts in the peg generator folder (GH-19853)Pablo Galindo2020-05-021-3/+8
* bpo-40334: use the TOKENS file when checking dangling rules (GH-19849)Pablo Galindo2020-05-011-5/+10
* Fix the Tools/peg_generator/scripts/benchmark.py script (GH-19848)Pablo Galindo2020-05-011-1/+1
* bpo-40334: Refactor peg_generator to receive a Tokens file when building c co...Pablo Galindo2020-04-281-23/+78
* bpo-40334: Rewrite test_c_parser to avoid memory leaks (GH-19694)Lysandros Nikolaou2020-04-241-0/+1
* bpo-40334: Allow to run make regen-pegen without distutils (GH-19684)Pablo Galindo2020-04-231-6/+6
* bpo-40370: Use the same compile and link args as the interpreter used in test...Pablo Galindo2020-04-231-3/+12
* bpo-40334: Fix build errors and warnings in test_peg_generator (GH-19672)Pablo Galindo2020-04-231-0/+2
* Compile extensions in test_peg_generator with C99 (GH-19668)Pablo Galindo2020-04-231-0/+3
* bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)Pablo Galindo2020-04-221-0/+169