| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | bpo-40939: Clean and adapt the peg_generator directory after deleting the ↵ | Pablo Galindo | 2020-06-12 | 1 | -50/+16 |
| | | | | | old parser (GH-20822) | ||||
| * | Refactor scripts in Tools/peg_generator/scripts (GH-20401) | Lysandros Nikolaou | 2020-06-06 | 1 | -9/+22 |
| | | |||||
| * | bpo-40688: Use the correct parser in the peg_generator scripts (GH-20235) | Lysandros Nikolaou | 2020-05-25 | 1 | -30/+11 |
| | | | | | | | | 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. | ||||
| * | bpo-40669: Install PEG benchmarking dependencies in a venv (GH-20183) | Lysandros Nikolaou | 2020-05-18 | 1 | -2/+7 |
| | | | | | | | | | Create a `make venv` target, that creates a virtual environment and installs the dependency in that venv. `make time` and all the related targets are changed to use the virtual environment python. Automerge-Triggered-By: @pablogsal | ||||
| * | Clean up unused imports for the peg generator module (GH-19891) | Anthony Shaw | 2020-05-04 | 1 | -1/+0 |
| | | |||||
| * | Fix some scripts in the peg generator folder (GH-19853) | Pablo Galindo | 2020-05-02 | 1 | -4/+1 |
| | | |||||
| * | Fix the Tools/peg_generator/scripts/benchmark.py script (GH-19848) | Pablo Galindo | 2020-05-01 | 1 | -2/+3 |
| | | |||||
| * | bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503) | Pablo Galindo | 2020-04-22 | 1 | -0/+140 |
| Co-authored-by: Guido van Rossum <guido@python.org> Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com> | |||||
