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