cpython/Tools/scripts
2023-01-16 12:35:21 +00:00
..
2to3
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
run_tests.py
summarize_stats.py GH-100982: Add COMPARE_AND_BRANCH instruction (GH-100983) 2023-01-16 12:35:21 +00:00
var_access_benchmark.py

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

2to3                      Main script for running the 2to3 conversion tool
combinerefs.py            A helper for analyzing PYTHONDUMPREFS output
idle3                     Main program to start IDLE
parse_html5_entities.py   Utility for parsing HTML5 entity definitions
pydoc3                    Python documentation browser
run_tests.py              Run the test suite with more sensible default options
stable_abi.py             Stable ABI checks and file generators.