Name Date Size

..25-Oct-20244 KiB

2to3H A D25-Oct-202496

abitype.pyH A D25-Oct-20245.4 KiB

analyze_dxp.pyH A D25-Oct-20244.1 KiB

byext.pyH A D25-Oct-20243.8 KiB

byteyears.pyH A D25-Oct-20241.6 KiB

checkpip.pyH A D25-Oct-2024793

cleanfuture.pyH A D25-Oct-20248.4 KiB

combinerefs.pyH A D25-Oct-20244.3 KiB

copytime.pyH A D25-Oct-2024663

crlf.pyH A D25-Oct-2024632

db2pickle.pyH A D25-Oct-20243.5 KiB

deepfreeze.pyH A D25-Oct-202419.4 KiB

diff.pyH A D25-Oct-20242.2 KiB

dutree.docH A D25-Oct-20242.2 KiB

dutree.pyH A D25-Oct-20241.6 KiB

eptags.pyH A D25-Oct-20241.5 KiB

find-uname.pyH A D25-Oct-20241.2 KiB

find_recursionlimit.pyH A D25-Oct-20243.9 KiB

finddiv.pyH A D25-Oct-20242.5 KiB

findlinksto.pyH A D25-Oct-20241 KiB

findnocoding.pyH A D25-Oct-20242.9 KiB

fixcid.pyH A D25-Oct-20249.9 KiB

fixdiv.pyH A D25-Oct-202413.9 KiB

fixheader.pyH A D25-Oct-20241.3 KiB

fixnotice.pyH A D25-Oct-20243 KiB

fixps.pyH A D25-Oct-2024892

freeze_modules.pyH A D25-Oct-202423.7 KiB

generate_global_objects.pyH A D25-Oct-20249.8 KiB

generate_opcode_h.pyH A D25-Oct-20245 KiB

generate_re_casefix.pyH A D25-Oct-20242.6 KiB

generate_sre_constants.pyH A D25-Oct-20242.1 KiB

generate_stdlib_module_names.pyH A D25-Oct-20244.7 KiB

generate_token.pyH A D25-Oct-20246.8 KiB

get-remote-certificate.pyH A D25-Oct-20242.3 KiB

google.pyH A D25-Oct-2024501

gprof2html.pyH A D25-Oct-20242.3 KiB

highlight.pyH A D25-Oct-20248.9 KiB

idle3H A D25-Oct-202496

ifdef.pyH A D25-Oct-20243.6 KiB

import_diagnostics.pyH A D25-Oct-2024999

lfcr.pyH A D25-Oct-2024640

linktree.pyH A D25-Oct-20242.4 KiB

lll.pyH A D25-Oct-2024748

mailerdaemon.pyH A D25-Oct-20247.9 KiB

make_ctype.pyH A D25-Oct-20242.2 KiB

md5sum.pyH A D25-Oct-20242.5 KiB

mkreal.pyH A D25-Oct-20241.6 KiB

ndiff.pyH A D25-Oct-20243.7 KiB

nm2def.pyH A D25-Oct-20242.4 KiB

objgraph.pyH A D25-Oct-20245.8 KiB

parse_html5_entities.pyH A D25-Oct-20243.9 KiB

parseentities.pyH A D25-Oct-20241.7 KiB

patchcheck.pyH A D25-Oct-202410.6 KiB

pathfix.pyH A D25-Oct-20246.6 KiB

pdeps.pyH A D25-Oct-20243.9 KiB

pep384_macrocheck.pyH A D25-Oct-20244.6 KiB

pickle2db.pyH A D25-Oct-20243.9 KiB

pindent.pyH A D25-Oct-202416.7 KiB

ptags.pyH A D25-Oct-20241.3 KiB

pydoc3H A D25-Oct-202480

pysource.pyH A D25-Oct-20243.8 KiB

READMEH A D25-Oct-20244.4 KiB

reindent-rst.pyH A D25-Oct-2024279

reindent.pyH A D25-Oct-202411.4 KiB

rgrep.pyH A D25-Oct-20241.5 KiB

run_tests.pyH A D25-Oct-20243.1 KiB

smelly.pyH A D25-Oct-20244.9 KiB

stable_abi.pyH A D25-Oct-202424.5 KiB

startuptime.pyH A D25-Oct-2024435

suff.pyH A D25-Oct-2024510

summarize_stats.pyH A D25-Oct-202412.8 KiB

texi2html.pyH A D25-Oct-202468.7 KiB

umarshal.pyH A D25-Oct-20249.6 KiB

untabify.pyH A D25-Oct-20241.3 KiB

update_file.pyH A D25-Oct-20242.7 KiB

var_access_benchmark.pyH A D25-Oct-202411.6 KiB

verify_ensurepip_wheels.pyH A D25-Oct-20243.1 KiB

which.pyH A D25-Oct-20241.6 KiB

win_add2path.pyH A D25-Oct-20241.6 KiB

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