cpython/Tools/scripts
2023-10-05 16:12:06 +01:00
..
checkpip.py
combinerefs.py
divmod_threshold.py gh-90716: add _pylong.py module (#96673) 2022-10-25 22:00:50 -07:00
idle3
pydoc3
README gh-104780: Remove 2to3 program and lib2to3 module (#104781) 2023-05-23 19:40:02 +02:00
summarize_stats.py gh-109329: Add stat for "trace too short" (GH-110402) 2023-10-05 16:12:06 +01:00
var_access_benchmark.py

This directory contains a collection of executable Python scripts that are
useful while building, extending or managing Python.

checkpip.py               Checks the version of the projects bundled in ensurepip
                          are the latest available
combinerefs.py            A helper for analyzing PYTHONDUMPREFS output
divmod_threshold.py       Determine threshold for switching from longobject.c
                          divmod to _pylong.int_divmod()
idle3                     Main program to start IDLE
pydoc3                    Python documentation browser
run_tests.py              Run the test suite with more sensible default options
summarize_stats.py        Summarize specialization stats for all files in the
                          default stats folders
var_access_benchmark.py   Show relative speeds of local, nonlocal, global,
                          and built-in access