2010-08-02 19:53:22 -03:00
|
|
|
This directory contains a collection of executable Python scripts that are
|
2022-10-04 05:49:00 -03:00
|
|
|
useful while building, extending or managing Python.
|
1995-03-02 11:56:30 -04:00
|
|
|
|
2023-03-30 17:49:07 -03:00
|
|
|
checkpip.py Checks the version of the projects bundled in ensurepip
|
|
|
|
are the latest available
|
2013-08-18 21:04:34 -03:00
|
|
|
combinerefs.py A helper for analyzing PYTHONDUMPREFS output
|
2023-03-30 17:49:07 -03:00
|
|
|
divmod_threshold.py Determine threshold for switching from longobject.c
|
|
|
|
divmod to _pylong.int_divmod()
|
2013-08-18 21:04:34 -03:00
|
|
|
idle3 Main program to start IDLE
|
|
|
|
pydoc3 Python documentation browser
|
|
|
|
run_tests.py Run the test suite with more sensible default options
|
2023-03-30 17:49:07 -03:00
|
|
|
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
|