Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
2to3 | 21-Aug-2018 | 96 | |
abitype.py | 21-Aug-2018 | 5.4K | |
analyze_dxp.py | 21-Aug-2018 | 4.1K | |
byext.py | 21-Aug-2018 | 3.8K | |
byteyears.py | 21-Aug-2018 | 1.6K | |
checkpip.py | 21-Aug-2018 | 800 | |
checkpyc.py | 21-Aug-2018 | 2.2K | |
cleanfuture.py | 21-Aug-2018 | 8.4K | |
combinerefs.py | 21-Aug-2018 | 4.3K | |
copytime.py | 21-Aug-2018 | 663 | |
crlf.py | 21-Aug-2018 | 632 | |
db2pickle.py | 21-Aug-2018 | 3.5K | |
diff.py | 21-Aug-2018 | 2.2K | |
dutree.doc | 21-Aug-2018 | 2.2K | |
dutree.py | 21-Aug-2018 | 1.6K | |
eptags.py | 21-Aug-2018 | 1.5K | |
find-uname.py | 21-Aug-2018 | 1.2K | |
find_recursionlimit.py | 21-Aug-2018 | 3.9K | |
finddiv.py | 21-Aug-2018 | 2.4K | |
findlinksto.py | 21-Aug-2018 | 1K | |
findnocoding.py | 21-Aug-2018 | 2.9K | |
fixcid.py | 21-Aug-2018 | 9.8K | |
fixdiv.py | 21-Aug-2018 | 13.6K | |
fixheader.py | 21-Aug-2018 | 1.2K | |
fixnotice.py | 21-Aug-2018 | 3K | |
fixps.py | 21-Aug-2018 | 899 | |
generate_opcode_h.py | 21-Aug-2018 | 1.5K | |
get-remote-certificate.py | 21-Aug-2018 | 2.7K | |
google.py | 21-Aug-2018 | 522 | |
gprof2html.py | 21-Aug-2018 | 2.2K | |
h2py.py | 21-Aug-2018 | 5.5K | |
highlight.py | 21-Aug-2018 | 8.9K | |
idle3 | 21-Aug-2018 | 96 | |
ifdef.py | 21-Aug-2018 | 3.6K | |
import_diagnostics.py | 21-Aug-2018 | 999 | |
lfcr.py | 21-Aug-2018 | 640 | |
linktree.py | 21-Aug-2018 | 2.4K | |
lll.py | 21-Aug-2018 | 752 | |
mailerdaemon.py | 21-Aug-2018 | 7.9K | |
make_ctype.py | 21-Aug-2018 | 2.2K | |
md5sum.py | 21-Aug-2018 | 2.4K | |
mkreal.py | 21-Aug-2018 | 1.6K | |
ndiff.py | 21-Aug-2018 | 3.7K | |
nm2def.py | 21-Aug-2018 | 2.4K | |
objgraph.py | 21-Aug-2018 | 5.8K | |
parse_html5_entities.py | 21-Aug-2018 | 3.9K | |
parseentities.py | 21-Aug-2018 | 1.7K | |
patchcheck.py | 21-Aug-2018 | 6.5K | |
pathfix.py | 21-Aug-2018 | 4.8K | |
pdeps.py | 21-Aug-2018 | 3.8K | |
pickle2db.py | 21-Aug-2018 | 3.9K | |
pindent.py | 21-Aug-2018 | 16.7K | |
ptags.py | 21-Aug-2018 | 1.2K | |
pydoc3 | 21-Aug-2018 | 80 | |
pysource.py | 21-Aug-2018 | 3.8K | |
pyvenv | 21-Aug-2018 | 437 | |
README | 21-Aug-2018 | 4.7K | |
reindent-rst.py | 21-Aug-2018 | 279 | |
reindent.py | 21-Aug-2018 | 11.2K | |
rgrep.py | 21-Aug-2018 | 1.4K | |
run_tests.py | 21-Aug-2018 | 1.9K | |
serve.py | 21-Aug-2018 | 1.1K | |
suff.py | 21-Aug-2018 | 510 | |
svneol.py | 21-Aug-2018 | 3.4K | |
texi2html.py | 21-Aug-2018 | 68.5K | |
treesync.py | 21-Aug-2018 | 5.8K | |
untabify.py | 21-Aug-2018 | 1.3K | |
which.py | 21-Aug-2018 | 1.6K | |
win_add2path.py | 21-Aug-2018 | 1.6K |
1 This directory contains a collection of executable Python scripts that are 2 useful while building, extending or managing Python. Some (e.g., dutree or lll) 3 are also generally useful UNIX tools. 4 5 2to3 Main script for running the 2to3 conversion tool 6 abitype.py Converts a C file to use the PEP 384 type definition API 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 checkpyc.py Check presence and validity of ".pyc" files 11 cleanfuture.py Fix redundant Python __future__ statements 12 combinerefs.py A helper for analyzing PYTHONDUMPREFS output 13 copytime.py Copy one file's atime and mtime to another 14 crlf.py Change CRLF line endings to LF (Windows to Unix) 15 db2pickle.py Dump a database file to a pickle 16 diff.py Print file diffs in context, unified, or ndiff formats 17 dutree.py Format du(1) output as a tree sorted by size 18 eptags.py Create Emacs TAGS file for Python modules 19 finddiv.py A grep-like tool that looks for division operators 20 findlinksto.py Recursively find symbolic links to a given path prefix 21 findnocoding.py Find source files which need an encoding declaration 22 find_recursionlimit.py Find the maximum recursion limit on this machine 23 find-uname.py Look for the given arguments in the sets of all Unicode names 24 fixcid.py Massive identifier substitution on C source files 25 fixdiv.py Tool to fix division operators. 26 fixheader.py Add some cpp magic to a C include file 27 fixnotice.py Fix the copyright notice in source files 28 fixps.py Fix Python scripts' first line (if #!) 29 ftpmirror.py FTP mirror script 30 get-remote-certificate.py Fetch the certificate that the server(s) are providing in PEM form 31 google.py Open a webbrowser with Google 32 gprof2html.py Transform gprof(1) output into useful HTML 33 h2py.py Translate #define's into Python assignments 34 highlight.py Python syntax highlighting with HTML output 35 idle3 Main program to start IDLE 36 ifdef.py Remove #if(n)def groups from C sources 37 import_diagnostics.py Miscellaneous diagnostics for the import system 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 mailerdaemon.py Parse error messages from mailer daemons (Sjoerd&Jack) 42 make_ctype.py Generate ctype.h replacement in stringobject.c 43 md5sum.py Print MD5 checksums of argument files 44 mkreal.py Turn a symbolic link into a real file or directory 45 ndiff.py Intelligent diff between text files (Tim Peters) 46 nm2def.py Create a template for PC/python_nt.def (Marc Lemburg) 47 objgraph.py Print object graph from nm output on a library 48 parseentities.py Utility for parsing HTML entity definitions 49 parse_html5_entities.py Utility for parsing HTML5 entity definitions 50 patchcheck.py Perform common checks and cleanup before committing 51 pathfix.py Change #!/usr/local/bin/python into something else 52 pdeps.py Print dependencies between Python modules 53 pickle2db.py Load a pickle generated by db2pickle.py to a database 54 pindent.py Indent Python code, giving block-closing comments 55 ptags.py Create vi tags file for Python modules 56 pydoc3 Python documentation browser 57 pysource.py Find Python source files 58 reindent.py Change .py files to use 4-space indents 59 reindent-rst.py Fix-up reStructuredText file whitespace 60 rgrep.py Reverse grep through a file (useful for big logfiles) 61 run_tests.py Run the test suite with more sensible default options 62 serve.py Small wsgiref-based web server, used in make serve in Doc 63 suff.py Sort a list of files by suffix 64 svneol.py Set svn:eol-style on all files in directory 65 texi2html.py Convert GNU texinfo files into HTML 66 treesync.py Synchronize source trees (very idiosyncratic) 67 untabify.py Replace tabs with spaces in argument files 68 which.py Find a program in $PATH 69 win_add2path.py Add Python to the search path on Windows 70