Changeset 391 for python/trunk/Tools/scripts/README
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Tools/scripts/README
r2 r391 5 5 See also the Demo/scripts directory! 6 6 7 analyze_dxp.py Analyzes the result of sys.getdxp() 7 8 byext.py Print lines/words/chars stats of files by extension 8 9 byteyears.py Print product of a file's size and age … … 19 20 dutree.py Format du(1) output as a tree sorted by size 20 21 eptags.py Create Emacs TAGS file for Python modules 21 finddiv.py A grep-like tool that looks for division operators. 22 find_recursionlimit.py Find the maximum recursion limit on this machine 23 finddiv.py A grep-like tool that looks for division operators 22 24 findlinksto.py Recursively find symbolic links to a given path prefix 23 25 findnocoding.py Find source files which need an encoding declaration … … 28 30 fixps.py Fix Python scripts' first line (if #!) 29 31 ftpmirror.py FTP mirror script 30 google.py Open a webbrowser with Google .31 gprof2html.py Transform gprof(1) output into useful HTML .32 google.py Open a webbrowser with Google 33 gprof2html.py Transform gprof(1) output into useful HTML 32 34 h2py.py Translate #define's into Python assignments 33 35 hotshotmain.py Main program to run script under control of hotshot … … 56 58 reindent.py Change .py files to use 4-space indents. 57 59 rgrep.py Reverse grep through a file (useful for big logfiles) 58 setup.py Install all scripts listed here. 60 serve.py Small wsgiref-based web server, used in make serve in Doc 61 setup.py Install all scripts listed here 59 62 suff.py Sort a list of files by suffix 60 svneol.py Sets svn:eol-style on all files in directory .63 svneol.py Sets svn:eol-style on all files in directory 61 64 texcheck.py Validate Python LaTeX formatting (Raymond Hettinger) 62 65 texi2html.py Convert GNU texinfo files into HTML
Note:
See TracChangeset
for help on using the changeset viewer.