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