| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Refactor scripts in Tools/peg_generator/scripts (GH-20401) | Miss Islington (bot) | 2020-06-06 | 1 | -8/+13 |
| | | | | | | (cherry picked from commit ba6fd87e41dceb01dcdacc57c722aca12cde42a9) Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com> | ||||
| * | bpo-40688: Use the correct parser in the peg_generator scripts (GH-20235) | Miss Islington (bot) | 2020-05-25 | 1 | -11/+7 |
| | | | | | | | | | | | 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. (cherry picked from commit 9645930b5bc1833ef495891d22052d1ba65ab7ea) Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com> | ||||
| * | Fix some scripts in the peg generator folder (GH-19853) | Pablo Galindo | 2020-05-02 | 1 | -1/+4 |
| | | |||||
| * | bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503) | Pablo Galindo | 2020-04-22 | 1 | -0/+117 |
| Co-authored-by: Guido van Rossum <guido@python.org> Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com> | |||||
