summaryrefslogtreecommitdiff
path: root/Tools/peg_generator/scripts/test_parse_directory.py
Commit message (Expand)AuthorAgeFilesLines
* gh-84623: Remove unused imports (#94132)Victor Stinner2022-06-221-2/+0
* bpo-41043: Escape literal part of the path for glob(). (GH-20994)Serhiy Storchaka2020-06-201-2/+2
* bpo-40939: Clean and adapt the peg_generator directory after deleting the old...Pablo Galindo2020-06-121-112/+7
* Refactor scripts in Tools/peg_generator/scripts (GH-20401)Lysandros Nikolaou2020-06-051-92/+79
* bpo-40688: Use the correct parser in the peg_generator scripts (GH-20235)Lysandros Nikolaou2020-05-251-54/+26
* Clean up unused imports for the peg generator module (GH-19891)Anthony Shaw2020-05-041-1/+0
* Fix some scripts in the peg generator folder (GH-19853)Pablo Galindo2020-05-021-3/+4
* 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-221-0/+289