diff options
author | Georg Brandl <georg@python.org> | 2005-08-24 21:42:14 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2005-08-24 21:42:14 (GMT) |
commit | 256372c88cbd203e92950129c228c1df82d65f3e (patch) | |
tree | e9c4478514551cb8790888e17a1b469bc46fce78 /Tools | |
parent | a5a2088dd7ea5f4434a4266995b194da91b28b77 (diff) | |
download | cpython-256372c88cbd203e92950129c228c1df82d65f3e.zip cpython-256372c88cbd203e92950129c228c1df82d65f3e.tar.gz cpython-256372c88cbd203e92950129c228c1df82d65f3e.tar.bz2 |
Add findnocoding.py and pysource.py.
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/scripts/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tools/scripts/README b/Tools/scripts/README index ab6d83e..56aa391 100644 --- a/Tools/scripts/README +++ b/Tools/scripts/README @@ -20,6 +20,7 @@ dutree.py Format du(1) output as a tree sorted by size eptags.py Create Emacs TAGS file for Python modules finddiv.py A grep-like tool that looks for division operators. findlinksto.py Recursively find symbolic links to a given path prefix +findnocoding.py Find source files which need an encoding declaration fixcid.py Massive identifier substitution on C source files fixdiv.py Tool to fix division operators. fixheader.py Add some cpp magic to a C include file @@ -51,6 +52,7 @@ pickle2db.py Load a pickle generated by db2pickle.py to a database 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 reindent.py Change .py files to use 4-space indents. rgrep.py Reverse grep through a file (useful for big logfiles) |