Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
2to3 | 06-Dec-2017 | 101 | |
analyze_dxp.py | 06-Dec-2017 | 4.2K | |
byext.py | 06-Dec-2017 | 4K | |
byteyears.py | 06-Dec-2017 | 1.7K | |
checkappend.py | 06-Dec-2017 | 4.7K | |
checkpyc.py | 06-Dec-2017 | 2K | |
classfix.py | 06-Dec-2017 | 6K | |
cleanfuture.py | 06-Dec-2017 | 8.6K | |
combinerefs.py | 06-Dec-2017 | 4.4K | |
copytime.py | 06-Dec-2017 | 690 | |
crlf.py | 06-Dec-2017 | 634 | |
cvsfiles.py | 06-Dec-2017 | 1.8K | |
db2pickle.py | 06-Dec-2017 | 3.6K | |
diff.py | 06-Dec-2017 | 2K | |
dutree.doc | 06-Dec-2017 | 2.2K | |
dutree.py | 06-Dec-2017 | 1.6K | |
eptags.py | 06-Dec-2017 | 1.5K | |
find_recursionlimit.py | 06-Dec-2017 | 3.5K | |
finddiv.py | 06-Dec-2017 | 2.5K | |
findlinksto.py | 06-Dec-2017 | 1.1K | |
findnocoding.py | 06-Dec-2017 | 2.7K | |
fixcid.py | 06-Dec-2017 | 10.1K | |
fixdiv.py | 06-Dec-2017 | 13.9K | |
fixheader.py | 06-Dec-2017 | 1.2K | |
fixnotice.py | 06-Dec-2017 | 3.1K | |
fixps.py | 06-Dec-2017 | 926 | |
ftpmirror.py | 06-Dec-2017 | 12.9K | |
google.py | 06-Dec-2017 | 543 | |
gprof2html.py | 06-Dec-2017 | 2.2K | |
h2py.py | 06-Dec-2017 | 5.8K | |
hotshotmain.py | 06-Dec-2017 | 1.5K | |
idle | 06-Dec-2017 | 100 | |
ifdef.py | 06-Dec-2017 | 3.7K | |
lfcr.py | 06-Dec-2017 | 643 | |
linktree.py | 06-Dec-2017 | 2.4K | |
lll.py | 06-Dec-2017 | 775 | |
logmerge.py | 06-Dec-2017 | 5.6K | |
mailerdaemon.py | 06-Dec-2017 | 8K | |
md5sum.py | 06-Dec-2017 | 2.4K | |
methfix.py | 06-Dec-2017 | 5.5K | |
mkreal.py | 06-Dec-2017 | 1.7K | |
ndiff.py | 06-Dec-2017 | 3.8K | |
nm2def.py | 06-Dec-2017 | 2.5K | |
objgraph.py | 06-Dec-2017 | 6.1K | |
parseentities.py | 06-Dec-2017 | 1.7K | |
patchcheck.py | 06-Dec-2017 | 4.8K | |
pathfix.py | 06-Dec-2017 | 4.4K | |
pdeps.py | 06-Dec-2017 | 4K | |
pickle2db.py | 06-Dec-2017 | 4K | |
pindent.py | 06-Dec-2017 | 18K | |
ptags.py | 06-Dec-2017 | 1.2K | |
pydoc | 06-Dec-2017 | 84 | |
pydocgui.pyw | 06-Dec-2017 | 222 | |
pysource.py | 06-Dec-2017 | 3.9K | |
README | 06-Dec-2017 | 3.7K | |
redemo.py | 06-Dec-2017 | 5.8K | |
reindent-rst.py | 06-Dec-2017 | 292 | |
reindent.py | 06-Dec-2017 | 10.5K | |
rgrep.py | 06-Dec-2017 | 1.5K | |
serve.py | 06-Dec-2017 | 1.2K | |
setup.py | 06-Dec-2017 | 441 | |
suff.py | 06-Dec-2017 | 652 | |
svneol.py | 06-Dec-2017 | 3K | |
texcheck.py | 06-Dec-2017 | 9.3K | |
texi2html.py | 06-Dec-2017 | 70.2K | |
treesync.py | 06-Dec-2017 | 5.8K | |
untabify.py | 06-Dec-2017 | 1.2K | |
which.py | 06-Dec-2017 | 1.7K | |
win_add2path.py | 06-Dec-2017 | 1.6K | |
xxci.py | 06-Dec-2017 | 2.8K |
1 This directory contains a collection of executable Python scripts that 2 are useful while building, extending or managing Python. Some (e.g., 3 dutree or lll) are also generally useful UNIX tools. 4 5 See also the Demo/scripts directory! 6 7 analyze_dxp.py Analyzes the result of sys.getdxp() 8 byext.py Print lines/words/chars stats of files by extension 9 byteyears.py Print product of a file's size and age 10 checkappend.py Search for multi-argument .append() calls 11 checkpyc.py Check presence and validity of ".pyc" files 12 classfix.py Convert old class syntax to new 13 cleanfuture.py Fix reduntant Python __future__ statements 14 combinerefs.py A helper for analyzing PYTHONDUMPREFS output. 15 copytime.py Copy one file's atime and mtime to another 16 crlf.py Change CRLF line endings to LF (Windows to Unix) 17 cvsfiles.py Print a list of files that are under CVS 18 db2pickle.py Dump a database file to a pickle 19 diff.py Print file diffs in context, unified, or ndiff formats 20 dutree.py Format du(1) output as a tree sorted by size 21 eptags.py Create Emacs TAGS file for Python modules 22 find_recursionlimit.py Find the maximum recursion limit on this machine 23 finddiv.py A grep-like tool that looks for division operators 24 findlinksto.py Recursively find symbolic links to a given path prefix 25 findnocoding.py Find source files which need an encoding declaration 26 fixcid.py Massive identifier substitution on C source files 27 fixdiv.py Tool to fix division operators. 28 fixheader.py Add some cpp magic to a C include file 29 fixnotice.py Fix the copyright notice in source files 30 fixps.py Fix Python scripts' first line (if #!) 31 ftpmirror.py FTP mirror script 32 google.py Open a webbrowser with Google 33 gprof2html.py Transform gprof(1) output into useful HTML 34 h2py.py Translate #define's into Python assignments 35 hotshotmain.py Main program to run script under control of hotshot 36 idle Main program to start IDLE 37 ifdef.py Remove #if(n)def groups from C sources 38 lfcr.py Change LF line endings to CRLF (Unix to Windows) 39 linktree.py Make a copy of a tree with links to original files 40 lll.py Find and list symbolic links in current directory 41 logmerge.py Consolidate CVS/RCS logs read from stdin 42 mailerdaemon.py parse error messages from mailer daemons (Sjoerd&Jack) 43 md5sum.py Print MD5 checksums of argument files. 44 methfix.py Fix old method syntax def f(self, (a1, ..., aN)): 45 mkreal.py Turn a symbolic link into a real file or directory 46 ndiff.py Intelligent diff between text files (Tim Peters) 47 nm2def.py Create a template for PC/python_nt.def (Marc Lemburg) 48 objgraph.py Print object graph from nm output on a library 49 parseentities.py Utility for parsing HTML entity definitions 50 pathfix.py Change #!/usr/local/bin/python into something else 51 pdeps.py Print dependencies between Python modules 52 pickle2db.py Load a pickle generated by db2pickle.py to a database 53 pindent.py Indent Python code, giving block-closing comments 54 ptags.py Create vi tags file for Python modules 55 pydoc Python documentation browser. 56 pysource.py Find Python source files 57 redemo.py Basic regular expression demonstration facility 58 reindent.py Change .py files to use 4-space indents. 59 rgrep.py Reverse grep through a file (useful for big logfiles) 60 serve.py Small wsgiref-based web server, used in make serve in Doc 61 setup.py Install all scripts listed here 62 suff.py Sort a list of files by suffix 63 svneol.py Sets svn:eol-style on all files in directory 64 texcheck.py Validate Python LaTeX formatting (Raymond Hettinger) 65 texi2html.py Convert GNU texinfo files into HTML 66 treesync.py Synchronize source trees (very ideosyncratic) 67 untabify.py Replace tabs with spaces in argument files 68 which.py Find a program in $PATH 69 xxci.py Wrapper for rcsdiff and ci 70