2010-08-02 22:53:22 +00:00
|
|
|
This directory contains a collection of executable Python scripts that are
|
2022-10-04 10:49:00 +02:00
|
|
|
useful while building, extending or managing Python.
|
1995-03-02 15:56:30 +00:00
|
|
|
|
2013-08-18 20:04:34 -04:00
|
|
|
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
|
2021-04-29 11:33:14 +02:00
|
|
|
stable_abi.py Stable ABI checks and file generators.
|