mirror of https://github.com/python/cpython.git
![]() Remove diff.py and ndiff.py scripts of Tools/scripts/: move them to Doc/includes/. * diff.py and ndiff.py files are no longer executable. Remove also their shebang ("#!/usr/bin/env python3"). * Remove the -profile command from ndiff.py to simply the code. * Remove ndiff.py copyright and history command. The Python documentation examples are distributed under the "Zero Clause BSD License". |
||
---|---|---|
.. | ||
2to3 | ||
README | ||
abitype.py | ||
check_extension_modules.py | ||
checkpip.py | ||
combinerefs.py | ||
deepfreeze.py | ||
eptags.py | ||
freeze_modules.py | ||
generate_global_objects.py | ||
generate_levenshtein_examples.py | ||
generate_opcode_h.py | ||
generate_re_casefix.py | ||
generate_sre_constants.py | ||
generate_stdlib_module_names.py | ||
generate_token.py | ||
gprof2html.py | ||
idle3 | ||
md5sum.py | ||
nm2def.py | ||
parse_html5_entities.py | ||
patchcheck.py | ||
pathfix.py | ||
pep384_macrocheck.py | ||
ptags.py | ||
pydoc3 | ||
reindent.py | ||
run_tests.py | ||
smelly.py | ||
stable_abi.py | ||
startuptime.py | ||
summarize_stats.py | ||
umarshal.py | ||
untabify.py | ||
update_file.py | ||
var_access_benchmark.py | ||
verify_ensurepip_wheels.py | ||
win_add2path.py |
README
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 diff.py Print file diffs in context, unified, or ndiff formats eptags.py Create Emacs TAGS file for Python modules gprof2html.py Transform gprof(1) output into useful HTML idle3 Main program to start IDLE md5sum.py Print MD5 checksums of argument files ndiff.py Intelligent diff between text files (Tim Peters) nm2def.py Create a template for PC/python_nt.def (Marc Lemburg) parseentities.py Utility for parsing HTML entity definitions parse_html5_entities.py Utility for parsing HTML5 entity definitions patchcheck.py Perform common checks and cleanup before committing pathfix.py Change #!/usr/local/bin/python into something else ptags.py Create vi tags file for Python modules 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 win_add2path.py Add Python to the search path on Windows