Victor Stinner
47e35625ff
gh-84623: Remove unused imports ( #94132 )
2022-06-22 19:14:27 +02:00
Serhiy Storchaka
9355868458
bpo-41043: Escape literal part of the path for glob(). (GH-20994)
2020-06-20 11:10:31 +03:00
Pablo Galindo
756180b4bf
bpo-40939: Clean and adapt the peg_generator directory after deleting the old parser (GH-20822)
2020-06-12 01:55:35 +01:00
Lysandros Nikolaou
ba6fd87e41
Refactor scripts in Tools/peg_generator/scripts (GH-20401)
2020-06-05 21:21:40 -07:00
Lysandros Nikolaou
9645930b5b
bpo-40688: Use the correct parser in the peg_generator scripts (GH-20235)
...
The scripts in `Tools/peg_generator/scripts` mostly assume that
`ast.parse` and `compile` use the old parser, since this was the
state of things, while we were developing them. They need to be
updated to always use the correct parser. `_peg_parser` is being
extended to support both parsing and compiling with both parsers.
2020-05-25 20:51:58 +01:00
Anthony Shaw
c95e691c90
Clean up unused imports for the peg generator module (GH-19891)
2020-05-04 03:03:05 +01:00
Pablo Galindo
9dbaa8d9f0
Fix some scripts in the peg generator folder (GH-19853)
2020-05-02 05:23:06 +01:00
Pablo Galindo
5b9f4988c9
bpo-40334: Refactor peg_generator to receive a Tokens file when building c code (GH-19745)
2020-04-28 13:11:55 +01:00
Pablo Galindo
c5fc156852
bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)
...
Co-authored-by: Guido van Rossum <guido@python.org>
Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
2020-04-22 23:29:27 +01:00