blob: d12820af64805a39221450655426003298c058c5 [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 Xiclunafe17fd42010-08-14 17:15:31 +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
Florent Xiclunafe17fd42010-08-14 17:15:31 +000023python-config.in Python script template for python-config
24python.man UNIX man page for the python interpreter
25python-mode.el Emacs mode for editing Python programs
26python.pc.in Package configuration info template for pkg-config
27python-wing.wpr Wing IDE project file
28README The file you're reading now
29README.coverity Information about running Coverity's Prevent on Python
30README.klocwork Information about running Klocwork's K7 on Python
31README.OpenBSD Help for building problems on OpenBSD
32README.valgrind Information for Valgrind users, see valgrind-python.supp
Florent Xiclunafe17fd42010-08-14 17:15:31 +000033RPM (Old) tools to build RPMs
Florent Xiclunafe17fd42010-08-14 17:15:31 +000034SpecialBuilds.txt Describes extra symbols you can set for debug builds
35TextMate A TextMate bundle for Python development
36valgrind-python.supp Valgrind suppression file, see README.valgrind
37vgrindefs Python configuration for vgrind (a generic pretty printer)
38Vim Python development utilities for the Vim editor