index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Tools
/
peg_generator
/
scripts
/
benchmark.py
Commit message (
Expand
)
Author
Age
*
gh-105191: Cleanup peg generator; keep only necessary files (#105197)
Lysandros Nikolaou
2023-06-01
*
gh-104780: Remove 2to3 program and lib2to3 module (#104781)
Victor Stinner
2023-05-23
*
gh-54781: Move Lib/lib2to3/tests/ to Lib/test/test_lib2to3/ (#94049)
Victor Stinner
2022-06-21
*
Update pegen to use the latest upstream developments (GH-27586)
Pablo Galindo Salgado
2021-08-12
*
bpo-40939: Clean and adapt the peg_generator directory after deleting the old...
Pablo Galindo
2020-06-12
*
Refactor scripts in Tools/peg_generator/scripts (GH-20401)
Lysandros Nikolaou
2020-06-05
*
bpo-40688: Use the correct parser in the peg_generator scripts (GH-20235)
Lysandros Nikolaou
2020-05-25
*
bpo-40669: Install PEG benchmarking dependencies in a venv (GH-20183)
Lysandros Nikolaou
2020-05-18
*
Clean up unused imports for the peg generator module (GH-19891)
Anthony Shaw
2020-05-04
*
Fix some scripts in the peg generator folder (GH-19853)
Pablo Galindo
2020-05-02
*
Fix the Tools/peg_generator/scripts/benchmark.py script (GH-19848)
Pablo Galindo
2020-05-01
*
bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)
Pablo Galindo
2020-04-22