cpython/Tools/peg_generator/scripts
Lysandros Nikolaou dc31800f86
bpo-40669: Install PEG benchmarking dependencies in a venv (GH-20183)
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
2020-05-18 11:27:40 -07:00
..
__init__.py bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503) 2020-04-22 23:29:27 +01:00
ast_timings.py Clean up unused imports for the peg generator module (GH-19891) 2020-05-04 03:03:05 +01:00
benchmark.py bpo-40669: Install PEG benchmarking dependencies in a venv (GH-20183) 2020-05-18 11:27:40 -07:00
download_pypi_packages.py bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503) 2020-04-22 23:29:27 +01:00
find_max_nesting.py Clean up unused imports for the peg generator module (GH-19891) 2020-05-04 03:03:05 +01:00
grammar_grapher.py bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503) 2020-04-22 23:29:27 +01:00
joinstats.py bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503) 2020-04-22 23:29:27 +01:00
show_parse.py Fix some scripts in the peg generator folder (GH-19853) 2020-05-02 05:23:06 +01:00
test_parse_directory.py Clean up unused imports for the peg generator module (GH-19891) 2020-05-04 03:03:05 +01:00
test_pypi_packages.py Fix some scripts in the peg generator folder (GH-19853) 2020-05-02 05:23:06 +01:00