mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
Add findnocoding.py and pysource.py.
This commit is contained in:
parent
a5a2088dd7
commit
256372c88c
1 changed files with 2 additions and 0 deletions
|
@ -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
|
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
|
||||||
fixcid.py Massive identifier substitution on C source files
|
fixcid.py Massive identifier substitution on C source files
|
||||||
fixdiv.py Tool to fix division operators.
|
fixdiv.py Tool to fix division operators.
|
||||||
fixheader.py Add some cpp magic to a C include file
|
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
|
pindent.py Indent Python code, giving block-closing comments
|
||||||
ptags.py Create vi tags file for Python modules
|
ptags.py Create vi tags file for Python modules
|
||||||
pydoc Python documentation browser.
|
pydoc Python documentation browser.
|
||||||
|
pysource.py Find Python source files
|
||||||
redemo.py Basic regular expression demostration facility
|
redemo.py Basic regular expression demostration facility
|
||||||
reindent.py Change .py files to use 4-space indents.
|
reindent.py Change .py files to use 4-space indents.
|
||||||
rgrep.py Reverse grep through a file (useful for big logfiles)
|
rgrep.py Reverse grep through a file (useful for big logfiles)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue