mirror of
https://github.com/python/cpython.git
synced 2026-01-04 14:32:21 +00:00
Remove outdated example scripts of the Tools/scripts/ directory: * gprof2html.py * md5sum.py * nm2def.py * pathfix.py * win_add2path.py Remove test_gprof2html, test_md5sum and test_pathfix of test_tools.
14 lines
895 B
Text
14 lines
895 B
Text
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
|
|
abitype.py Converts a C file to use the PEP 384 type definition API
|
|
combinerefs.py A helper for analyzing PYTHONDUMPREFS output
|
|
idle3 Main program to start IDLE
|
|
parse_html5_entities.py Utility for parsing HTML5 entity definitions
|
|
patchcheck.py Perform common checks and cleanup before committing
|
|
pydoc3 Python documentation browser
|
|
reindent.py Change .py files to use 4-space indents
|
|
run_tests.py Run the test suite with more sensible default options
|
|
stable_abi.py Stable ABI checks and file generators.
|
|
untabify.py Replace tabs with spaces in argument files
|