diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2006-07-31 16:27:57 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2006-07-31 16:27:57 (GMT) |
commit | fe5004fc860c0e40772c8991ed40cc090a706cf9 (patch) | |
tree | 4769013405936ba53d5b63018043c68dd9534c59 /Tools/scripts | |
parent | b7697a50fb3a0f5b2ced27244d453d08c44955be (diff) | |
download | cpython-fe5004fc860c0e40772c8991ed40cc090a706cf9.zip cpython-fe5004fc860c0e40772c8991ed40cc090a706cf9.tar.gz cpython-fe5004fc860c0e40772c8991ed40cc090a706cf9.tar.bz2 |
Update list of files; fix a typo
Diffstat (limited to 'Tools/scripts')
-rw-r--r-- | Tools/scripts/README | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Tools/scripts/README b/Tools/scripts/README index 56aa391..9c7b40e 100644 --- a/Tools/scripts/README +++ b/Tools/scripts/README @@ -27,7 +27,6 @@ fixheader.py Add some cpp magic to a C include file fixnotice.py Fix the copyright notice in source files fixps.py Fix Python scripts' first line (if #!) ftpmirror.py FTP mirror script -gencodec.py Create Python codecs from Unicode mapping files google.py Open a webbrowser with Google. gprof2html.py Transform gprof(1) output into useful HTML. h2py.py Translate #define's into Python assignments @@ -53,14 +52,14 @@ pindent.py Indent Python code, giving block-closing comments ptags.py Create vi tags file for Python modules pydoc Python documentation browser. pysource.py Find Python source files -redemo.py Basic regular expression demostration facility +redemo.py Basic regular expression demonstration facility reindent.py Change .py files to use 4-space indents. rgrep.py Reverse grep through a file (useful for big logfiles) setup.py Install all scripts listed here. suff.py Sort a list of files by suffix +svneol.py Sets svn:eol-style on all files in directory. texcheck.py Validate Python LaTeX formatting (Raymond Hettinger) texi2html.py Convert GNU texinfo files into HTML -trace.py Trace Python program or function execution treesync.py Synchronize source trees (very ideosyncratic) untabify.py Replace tabs with spaces in argument files which.py Find a program in $PATH |