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

..--

2to3D25-Apr-202596 63

READMED25-Apr-20254.4 KiB6664

abitype.pyD25-Apr-20255.4 KiB203161

analyze_dxp.pyD25-Apr-20254.1 KiB13097

byext.pyD25-Apr-20253.8 KiB133113

byteyears.pyD25-Apr-20251.6 KiB6241

checkpip.pyD25-Apr-2025793 3324

cleanfuture.pyD25-Apr-20258.4 KiB276211

combinerefs.pyD25-Apr-20254.3 KiB13091

copytime.pyD25-Apr-2025663 2720

crlf.pyD25-Apr-2025632 2419

db2pickle.pyD25-Apr-20253.5 KiB136118

deepfreeze.pyD25-Apr-202519.4 KiB513443

diff.pyD25-Apr-20252.2 KiB6148

dutree.docD25-Apr-20252.2 KiB5545

dutree.pyD25-Apr-20251.6 KiB6150

eptags.pyD25-Apr-20251.5 KiB5848

find-uname.pyD25-Apr-20251.2 KiB4134

find_recursionlimit.pyD25-Apr-20253.9 KiB12998

finddiv.pyD25-Apr-20252.5 KiB9077

findlinksto.pyD25-Apr-20251 KiB4434

findnocoding.pyD25-Apr-20252.9 KiB10877

fixcid.pyD25-Apr-20259.9 KiB317234

fixdiv.pyD25-Apr-202513.9 KiB379333

fixheader.pyD25-Apr-20251.3 KiB5042

fixnotice.pyD25-Apr-20253 KiB11087

fixps.pyD25-Apr-2025892 3223

freeze_modules.pyD25-Apr-202523.7 KiB735587

generate_global_objects.pyD25-Apr-20259.8 KiB321256

generate_opcode_h.pyD25-Apr-20255 KiB178141

generate_re_casefix.pyD25-Apr-20252.6 KiB9675

generate_sre_constants.pyD25-Apr-20252.1 KiB7962

generate_stdlib_module_names.pyD25-Apr-20254.7 KiB184137

generate_token.pyD25-Apr-20256.8 KiB273210

get-remote-certificate.pyD25-Apr-20252.3 KiB7154

google.pyD25-Apr-2025501 2617

gprof2html.pyD25-Apr-20252.3 KiB8877

highlight.pyD25-Apr-20258.9 KiB266224

idle3D25-Apr-202596 63

ifdef.pyD25-Apr-20253.6 KiB11279

import_diagnostics.pyD25-Apr-2025999 3829

lfcr.pyD25-Apr-2025640 2519

linktree.pyD25-Apr-20252.4 KiB8163

lll.pyD25-Apr-2025748 2818

mailerdaemon.pyD25-Apr-20257.9 KiB247203

make_ctype.pyD25-Apr-20252.2 KiB9576

md5sum.pyD25-Apr-20252.5 KiB9482

mkreal.pyD25-Apr-20251.6 KiB6651

ndiff.pyD25-Apr-20253.7 KiB13492

nm2def.pyD25-Apr-20252.4 KiB10579

objgraph.pyD25-Apr-20255.8 KiB212143

parse_html5_entities.pyD25-Apr-20253.9 KiB10681

parseentities.pyD25-Apr-20251.7 KiB6551

patchcheck.pyD25-Apr-202510.6 KiB313248

pathfix.pyD25-Apr-20256.6 KiB227162

pdeps.pyD25-Apr-20253.9 KiB16593

pep384_macrocheck.pyD25-Apr-20254.6 KiB149130

pickle2db.pyD25-Apr-20253.9 KiB148129

pindent.pyD25-Apr-202516.7 KiB507310

ptags.pyD25-Apr-20251.3 KiB5536

pydoc3D25-Apr-202580 63

pysource.pyD25-Apr-20253.8 KiB13195

reindent-rst.pyD25-Apr-2025279 156

reindent.pyD25-Apr-202511.4 KiB334247

rgrep.pyD25-Apr-20251.5 KiB6857

run_tests.pyD25-Apr-20253.1 KiB9367

smelly.pyD25-Apr-20254.9 KiB174115

stable_abi.pyD25-Apr-202524.5 KiB756605

startuptime.pyD25-Apr-2025435 2315

suff.pyD25-Apr-2025510 2714

summarize_stats.pyD25-Apr-202512.8 KiB356324

texi2html.pyD25-Apr-202568.7 KiB2,0721,551

umarshal.pyD25-Apr-20259.6 KiB326277

untabify.pyD25-Apr-20251.3 KiB5646

update_file.pyD25-Apr-20252.7 KiB9376

var_access_benchmark.pyD25-Apr-202511.6 KiB298253

verify_ensurepip_wheels.pyD25-Apr-20253.1 KiB9973

which.pyD25-Apr-20251.6 KiB6247

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