• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..30-Aug-2021-

2to3H A D30-Aug-202196 63

READMEH A D30-Aug-20214.5 KiB6866

abitype.pyH A D30-Aug-20215.4 KiB203161

analyze_dxp.pyH A D30-Aug-20214.1 KiB13097

byext.pyH A D30-Aug-20213.8 KiB133113

byteyears.pyH A D03-May-20221.6 KiB6241

checkpip.pyH A D30-Aug-2021793 3324

checkpyc.pyH A D03-May-20222.2 KiB7057

cleanfuture.pyH A D30-Aug-20218.4 KiB276211

combinerefs.pyH A D30-Aug-20214.3 KiB13091

copytime.pyH A D03-May-2022666 2720

crlf.pyH A D03-May-2022635 2419

db2pickle.pyH A D30-Aug-20213.5 KiB136118

diff.pyH A D30-Aug-20212.2 KiB6148

dutree.docH A D30-Aug-20212.2 KiB5545

dutree.pyH A D03-May-20221.6 KiB6150

eptags.pyH A D30-Aug-20211.5 KiB5848

find-uname.pyH A D30-Aug-20211.2 KiB4134

find_recursionlimit.pyH A D30-Aug-20213.9 KiB12998

finddiv.pyH A D30-Aug-20212.5 KiB9077

findlinksto.pyH A D30-Aug-20211 KiB4434

findnocoding.pyH A D30-Aug-20212.9 KiB10877

fixcid.pyH A D30-Aug-20219.9 KiB317234

fixdiv.pyH A D30-Aug-202113.9 KiB379333

fixheader.pyH A D30-Aug-20211.3 KiB5042

fixnotice.pyH A D30-Aug-20213 KiB11087

fixps.pyH A D30-Aug-2021892 3223

generate_opcode_h.pyH A D30-Aug-20211.7 KiB6448

generate_symbol_py.pyH A D30-Aug-20211.5 KiB5447

generate_token.pyH A D30-Aug-20216.6 KiB269206

get-remote-certificate.pyH A D30-Aug-20212.6 KiB8266

google.pyH A D30-Aug-2021501 2617

gprof2html.pyH A D30-Aug-20212.2 KiB8877

h2py.pyH A D30-Aug-20215.6 KiB172131

highlight.pyH A D30-Aug-20218.9 KiB266224

idle3H A D30-Aug-202196 63

ifdef.pyH A D30-Aug-20213.6 KiB11279

import_diagnostics.pyH A D30-Aug-2021999 3829

lfcr.pyH A D03-May-2022643 2519

linktree.pyH A D30-Aug-20212.4 KiB8163

lll.pyH A D30-Aug-2021748 2818

mailerdaemon.pyH A D30-Aug-20217.9 KiB247203

make_ctype.pyH A D30-Aug-20212.2 KiB9576

md5sum.pyH A D30-Aug-20212.5 KiB9482

mkreal.pyH A D30-Aug-20211.6 KiB6651

ndiff.pyH A D30-Aug-20213.7 KiB13492

nm2def.pyH A D30-Aug-20212.4 KiB10579

objgraph.pyH A D30-Aug-20215.8 KiB212143

parse_html5_entities.pyH A D30-Aug-20213.9 KiB10681

parseentities.pyH A D30-Aug-20211.7 KiB6551

patchcheck.pyH A D30-Aug-20219.6 KiB286224

pathfix.pyH A D30-Aug-20216.6 KiB227162

pdeps.pyH A D30-Aug-20213.9 KiB16593

pep384_macrocheck.pyH A D30-Aug-20214.6 KiB149130

pickle2db.pyH A D30-Aug-20213.9 KiB148129

pindent.pyH A D30-Aug-202116.7 KiB507310

ptags.pyH A D03-May-20221.3 KiB5536

pydoc3H A D30-Aug-202180 63

pysource.pyH A D30-Aug-20213.8 KiB13195

reindent-rst.pyH A D30-Aug-2021279 156

reindent.pyH A D30-Aug-202111.4 KiB334247

rgrep.pyH A D30-Aug-20211.5 KiB6857

run_tests.pyH A D30-Aug-20211.8 KiB5440

serve.pyH A D30-Aug-20211.2 KiB3731

smelly.pyH A D30-Aug-20212.2 KiB8456

suff.pyH A D30-Aug-2021510 2714

texi2html.pyH A D30-Aug-202168.7 KiB2,0721,551

untabify.pyH A D03-May-20221.3 KiB5646

update_file.pyH A D30-Aug-2021762 2922

var_access_benchmark.pyH A D30-Aug-202111.6 KiB298253

which.pyH A D30-Aug-20211.6 KiB6146

win_add2path.pyH A D30-Aug-20211.6 KiB5948

README

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