• Home
Name Date Size #Lines LOC

..--

READMED04-Jul-2025903 1614

checkpip.pyD04-Jul-2025793 3324

combinerefs.pyD04-Jul-20254.3 KiB13091

divmod_threshold.pyD04-Jul-20251.2 KiB5742

idle3D04-Jul-202595 63

pydoc3D04-Jul-202580 63

sortperf.pyD04-Jul-20255.7 KiB198130

summarize_stats.pyD04-Jul-202548.2 KiB1,4471,235

var_access_benchmark.pyD04-Jul-202511.6 KiB298253

README

1This directory contains a collection of executable Python scripts that are
2useful while building, extending or managing Python.
3
4checkpip.py               Checks the version of the projects bundled in ensurepip
5                          are the latest available
6combinerefs.py            A helper for analyzing PYTHONDUMPREFS output
7divmod_threshold.py       Determine threshold for switching from longobject.c
8                          divmod to _pylong.int_divmod()
9idle3                     Main program to start IDLE
10pydoc3                    Python documentation browser
11run_tests.py              Run the test suite with more sensible default options
12summarize_stats.py        Summarize specialization stats for all files in the
13                          default stats folders
14var_access_benchmark.py   Show relative speeds of local, nonlocal, global,
15                          and built-in access
16