summaryrefslogtreecommitdiffstats
path: root/Tools/peg_generator/scripts
Commit message (Expand)AuthorAgeFilesLines
* bpo-40939: Clean and adapt the peg_generator directory after deleting the old...Pablo Galindo2020-06-124-287/+25
* Refactor scripts in Tools/peg_generator/scripts (GH-20401)Lysandros Nikolaou2020-06-065-130/+127
* bpo-40688: Use the correct parser in the peg_generator scripts (GH-20235)Lysandros Nikolaou2020-05-254-105/+46
* bpo-40669: Install PEG benchmarking dependencies in a venv (GH-20183)Lysandros Nikolaou2020-05-181-2/+7
* Clean up unused imports for the peg generator module (GH-19891)Anthony Shaw2020-05-044-8/+0
* Fix some scripts in the peg generator folder (GH-19853)Pablo Galindo2020-05-024-12/+23
* Fix the Tools/peg_generator/scripts/benchmark.py script (GH-19848)Pablo Galindo2020-05-011-2/+3
* bpo-40334: Refactor peg_generator to receive a Tokens file when building c co...Pablo Galindo2020-04-281-5/+12
* bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)Pablo Galindo2020-04-2210-0/+1000