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