1 Python Misc subdirectory
2 ========================
4 This directory contains files that wouldn't fit in elsewhere. Some
5 documents are only of historic importance.
11 AIX-NOTES Notes for building Python on AIX
12 build.sh Script to build and test latest Python from the repository
13 cheatsheet Quick summary of Python by Ken Manheimer
14 developers.txt A history of who got developer permissions, and why
15 gdbinit Handy stuff to put in your .gdbinit file, if you use gdb
16 HISTORY News from previous releases -- oldest last
17 indent.pro GNU indent profile approximating my C style
18 maintainers.txt A list of maintainers for library modules
19 NEWS News for this release (for some meaning of "this")
20 NEWS.help How to edit NEWS
21 Porting Mini-FAQ on porting to new platforms
22 PURIFY.README Information for Purify users
23 pymemcompat.h Memory interface compatibility file.
24 python.man UNIX man page for the python interpreter
25 python-mode.el Emacs mode for editing Python programs
26 python.pc.in Package configuration info template for pkg-config
27 python-wing.wpr Wing IDE project file
28 README The file you're reading now
29 README.coverity Information about running Coverity's Prevent on Python
30 README.klocwork Information about running Klocwork's K7 on Python
31 README.OpenBSD Help for building problems on OpenBSD
32 README.valgrind Information for Valgrind users, see valgrind-python.supp
33 RFD Request For Discussion about a Python newsgroup
34 RPM (Old) tools to build RPMs
35 setuid-prog.c C helper program for set-uid Python scripts
36 SpecialBuilds.txt Describes extra symbols you can set for debug builds
37 TextMate A TextMate bundle for Python development
38 valgrind-python.supp Valgrind suppression file, see README.valgrind
39 vgrindefs Python configuration for vgrind (a generic pretty printer)
40 Vim Python development utilities for the Vim editor