• Home
Name Date Size #Lines LOC

..--

2to3D03-May-202496 63

READMED03-May-20243.7 KiB7067

analyze_dxp.pyD03-May-20244.1 KiB13197

byext.pyD03-May-20243.9 KiB131115

byteyears.pyD03-May-20241.6 KiB6241

checkappend.pyD03-May-20244.5 KiB168131

checkpip.pyD03-May-2024758 3223

checkpyc.pyD03-May-20242 KiB6759

classfix.pyD03-May-20245.8 KiB191121

cleanfuture.pyD03-May-20248.4 KiB277212

combinerefs.pyD03-May-20244.3 KiB12890

copytime.pyD03-May-2024664 2720

crlf.pyD03-May-2024611 2419

cvsfiles.pyD03-May-20241.7 KiB7362

db2pickle.pyD03-May-20243.5 KiB136118

diff.pyD03-May-20242 KiB5340

dutree.docD03-May-20242.2 KiB5545

dutree.pyD03-May-20241.6 KiB6150

eptags.pyD03-May-20241.4 KiB5747

find_recursionlimit.pyD03-May-20243.4 KiB11892

finddiv.pyD03-May-20242.5 KiB9077

findlinksto.pyD03-May-20241 KiB4434

findnocoding.pyD03-May-20242.7 KiB10777

fixcid.pyD03-May-20249.8 KiB317234

fixdiv.pyD03-May-202413.5 KiB379333

fixheader.pyD03-May-20241.2 KiB5042

fixnotice.pyD03-May-20243 KiB11491

fixps.pyD03-May-2024893 3425

google.pyD03-May-2024520 2419

gprof2html.pyD03-May-20242.1 KiB8071

h2py.pyD03-May-20245.8 KiB182140

hotshotmain.pyD03-May-20241.4 KiB5638

idleD03-May-202495 63

ifdef.pyD03-May-20243.6 KiB11380

lfcr.pyD03-May-2024619 2519

linktree.pyD03-May-20242.4 KiB8163

lll.pyD03-May-2024747 2919

logmerge.pyD03-May-20245.4 KiB186164

mailerdaemon.pyD03-May-20247.8 KiB239197

md5sum.pyD03-May-20242.3 KiB9179

methfix.pyD03-May-20245.3 KiB172120

mkreal.pyD03-May-20241.6 KiB6752

ndiff.pyD03-May-20243.7 KiB13492

nm2def.pyD03-May-20242.4 KiB10479

objgraph.pyD03-May-20245.9 KiB216147

parseentities.pyD03-May-20241.7 KiB6553

patchcheck.pyD03-May-20247.5 KiB236178

pathfix.pyD03-May-20244.2 KiB150112

pdeps.pyD03-May-20243.8 KiB16896

pickle2db.pyD03-May-20243.8 KiB148129

pindent.pyD03-May-202416.8 KiB509311

ptags.pyD03-May-20241.2 KiB5435

pydocD03-May-202479 63

pydocgui.pywD03-May-2024215 86

pysource.pyD03-May-20243.8 KiB13195

redemo.pyD03-May-20245.7 KiB173142

reindent-rst.pyD03-May-2024278 156

reindent.pyD03-May-202411.2 KiB334253

rgrep.pyD03-May-20241.5 KiB6557

serve.pyD03-May-20241.1 KiB3630

setup.pyD03-May-2024421 2119

suff.pyD03-May-2024622 3121

svneol.pyD03-May-20242.9 KiB9264

texcheck.pyD03-May-20249 KiB234189

texi2html.pyD03-May-202468.2 KiB2,0791,558

treesync.pyD03-May-20245.6 KiB206181

untabify.pyD03-May-20241.2 KiB5345

which.pyD03-May-20241.6 KiB6146

win_add2path.pyD03-May-20241.6 KiB5847

xxci.pyD03-May-20242.7 KiB11793

README

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