Kaydet (Commit) f3a2e9f9 authored tarafından Andrew Kuchling's avatar Andrew Kuchling

#18445: update Tools/scripts/README.

- document abitype.py, analyze_dxp.py, get-remote-certificate.py,
  import_diagnostics.py, parse_html5_entities.py.
- remove redemo.py which was moved to Tools/Demo.
- sort list into alphabetical order

Patch by Seydou Dia.
üst d36b5159
...@@ -2,64 +2,68 @@ This directory contains a collection of executable Python scripts that are ...@@ -2,64 +2,68 @@ This directory contains a collection of executable Python scripts that are
useful while building, extending or managing Python. Some (e.g., dutree or lll) useful while building, extending or managing Python. Some (e.g., dutree or lll)
are also generally useful UNIX tools. are also generally useful UNIX tools.
2to3 Main script for running the 2to3 conversion tool 2to3 Main script for running the 2to3 conversion tool
analyze_dxp.py Analyzes the result of sys.getdxp() abitype.py Converts a C file to use the PEP 384 type definition API
byext.py Print lines/words/chars stats of files by extension analyze_dxp.py Analyzes the result of sys.getdxp()
byteyears.py Print product of a file's size and age byext.py Print lines/words/chars stats of files by extension
checkpyc.py Check presence and validity of ".pyc" files byteyears.py Print product of a file's size and age
cleanfuture.py Fix redundant Python __future__ statements checkpyc.py Check presence and validity of ".pyc" files
combinerefs.py A helper for analyzing PYTHONDUMPREFS output cleanfuture.py Fix redundant Python __future__ statements
copytime.py Copy one file's atime and mtime to another combinerefs.py A helper for analyzing PYTHONDUMPREFS output
crlf.py Change CRLF line endings to LF (Windows to Unix) copytime.py Copy one file's atime and mtime to another
db2pickle.py Dump a database file to a pickle crlf.py Change CRLF line endings to LF (Windows to Unix)
diff.py Print file diffs in context, unified, or ndiff formats db2pickle.py Dump a database file to a pickle
dutree.py Format du(1) output as a tree sorted by size diff.py Print file diffs in context, unified, or ndiff formats
eptags.py Create Emacs TAGS file for Python modules dutree.py Format du(1) output as a tree sorted by size
find_recursionlimit.py Find the maximum recursion limit on this machine eptags.py Create Emacs TAGS file for Python modules
finddiv.py A grep-like tool that looks for division operators finddiv.py A grep-like tool that looks for division operators
findlinksto.py Recursively find symbolic links to a given path prefix findlinksto.py Recursively find symbolic links to a given path prefix
findnocoding.py Find source files which need an encoding declaration findnocoding.py Find source files which need an encoding declaration
fixcid.py Massive identifier substitution on C source files find_recursionlimit.py Find the maximum recursion limit on this machine
fixdiv.py Tool to fix division operators. find-uname.py Look for the given arguments in the sets of all Unicode names
fixheader.py Add some cpp magic to a C include file fixcid.py Massive identifier substitution on C source files
fixnotice.py Fix the copyright notice in source files fixdiv.py Tool to fix division operators.
fixps.py Fix Python scripts' first line (if #!) fixheader.py Add some cpp magic to a C include file
ftpmirror.py FTP mirror script fixnotice.py Fix the copyright notice in source files
google.py Open a webbrowser with Google fixps.py Fix Python scripts' first line (if #!)
gprof2html.py Transform gprof(1) output into useful HTML ftpmirror.py FTP mirror script
h2py.py Translate #define's into Python assignments get-remote-certificate.py Fetch the certificate that the server(s) are providing in PEM form
highlight.py Python syntax highlighting with HTML output google.py Open a webbrowser with Google
idle3 Main program to start IDLE gprof2html.py Transform gprof(1) output into useful HTML
ifdef.py Remove #if(n)def groups from C sources h2py.py Translate #define's into Python assignments
lfcr.py Change LF line endings to CRLF (Unix to Windows) highlight.py Python syntax highlighting with HTML output
linktree.py Make a copy of a tree with links to original files idle3 Main program to start IDLE
lll.py Find and list symbolic links in current directory ifdef.py Remove #if(n)def groups from C sources
mailerdaemon.py Parse error messages from mailer daemons (Sjoerd&Jack) import_diagnostics.py Miscellaneous diagnostics for the import system
make_ctype.py Generate ctype.h replacement in stringobject.c lfcr.py Change LF line endings to CRLF (Unix to Windows)
md5sum.py Print MD5 checksums of argument files linktree.py Make a copy of a tree with links to original files
mkreal.py Turn a symbolic link into a real file or directory lll.py Find and list symbolic links in current directory
ndiff.py Intelligent diff between text files (Tim Peters) mailerdaemon.py Parse error messages from mailer daemons (Sjoerd&Jack)
nm2def.py Create a template for PC/python_nt.def (Marc Lemburg) make_ctype.py Generate ctype.h replacement in stringobject.c
objgraph.py Print object graph from nm output on a library md5sum.py Print MD5 checksums of argument files
parseentities.py Utility for parsing HTML entity definitions mkreal.py Turn a symbolic link into a real file or directory
patchcheck.py Perform common checks and cleanup before committing ndiff.py Intelligent diff between text files (Tim Peters)
pathfix.py Change #!/usr/local/bin/python into something else nm2def.py Create a template for PC/python_nt.def (Marc Lemburg)
pdeps.py Print dependencies between Python modules objgraph.py Print object graph from nm output on a library
pickle2db.py Load a pickle generated by db2pickle.py to a database parseentities.py Utility for parsing HTML entity definitions
pindent.py Indent Python code, giving block-closing comments parse_html5_entities.py Utility for parsing HTML5 entity definitions
ptags.py Create vi tags file for Python modules patchcheck.py Perform common checks and cleanup before committing
pydoc3 Python documentation browser pathfix.py Change #!/usr/local/bin/python into something else
pysource.py Find Python source files pdeps.py Print dependencies between Python modules
redemo.py Basic regular expression demonstration facility pickle2db.py Load a pickle generated by db2pickle.py to a database
reindent.py Change .py files to use 4-space indents pindent.py Indent Python code, giving block-closing comments
reindent-rst.py Fix-up reStructuredText file whitespace ptags.py Create vi tags file for Python modules
rgrep.py Reverse grep through a file (useful for big logfiles) pydoc3 Python documentation browser
run_tests.py Run the test suite with more sensible default options pysource.py Find Python source files
serve.py Small wsgiref-based web server, used in make serve in Doc reindent.py Change .py files to use 4-space indents
suff.py Sort a list of files by suffix reindent-rst.py Fix-up reStructuredText file whitespace
svneol.py Set svn:eol-style on all files in directory rgrep.py Reverse grep through a file (useful for big logfiles)
texi2html.py Convert GNU texinfo files into HTML run_tests.py Run the test suite with more sensible default options
treesync.py Synchronize source trees (very idiosyncratic) serve.py Small wsgiref-based web server, used in make serve in Doc
untabify.py Replace tabs with spaces in argument files suff.py Sort a list of files by suffix
win_add2path.py Add Python to the search path on Windows svneol.py Set svn:eol-style on all files in directory
which.py Find a program in $PATH texi2html.py Convert GNU texinfo files into HTML
treesync.py Synchronize source trees (very idiosyncratic)
untabify.py Replace tabs with spaces in argument files
which.py Find a program in $PATH
win_add2path.py Add Python to the search path on Windows
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment