cpython/Tools/scripts
2025-10-30 11:50:16 +01:00
..
combinerefs.py
divmod_threshold.py
idle3
long_conv_tables.py gh-130599: use static constants str-to-int conversion (gh-130714) 2025-03-03 19:00:50 -08:00
pydoc3
README gh-139198: Remove Tools/scripts/checkpip.py script (GH-139199) 2025-10-30 11:50:16 +01:00
sortperf.py
summarize_stats.py Doc: fix duplicated words (#136086) 2025-06-29 18:04:02 -04:00
var_access_benchmark.py

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

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