blob: c418d90cfd3ac17ff41e58abfd646662ac6d8138 [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
Florent Xiclunafe17fd42010-08-14 17:15:31 +000011build.sh Script to build and test latest Python from the repository
Florent Xiclunafe17fd42010-08-14 17:15:31 +000012developers.txt A history of who got developer permissions, and why
13gdbinit Handy stuff to put in your .gdbinit file, if you use gdb
14HISTORY News from previous releases -- oldest last
15indent.pro GNU indent profile approximating my C style
Florent Xiclunafe17fd42010-08-14 17:15:31 +000016NEWS News for this release (for some meaning of "this")
Florent Xiclunafe17fd42010-08-14 17:15:31 +000017Porting Mini-FAQ on porting to new platforms
Florent Xiclunafe17fd42010-08-14 17:15:31 +000018python-config.in Python script template for python-config
19python.man UNIX man page for the python interpreter
Florent Xiclunafe17fd42010-08-14 17:15:31 +000020python.pc.in Package configuration info template for pkg-config
Brett Cannonc0729bf2011-01-20 19:36:12 +000021python-wing*.wpr Wing IDE project file
Florent Xiclunafe17fd42010-08-14 17:15:31 +000022README The file you're reading now
Florent Xiclunafe17fd42010-08-14 17:15:31 +000023README.valgrind Information for Valgrind users, see valgrind-python.supp
Florent Xiclunafe17fd42010-08-14 17:15:31 +000024RPM (Old) tools to build RPMs
Florent Xiclunafe17fd42010-08-14 17:15:31 +000025SpecialBuilds.txt Describes extra symbols you can set for debug builds
26TextMate A TextMate bundle for Python development
27valgrind-python.supp Valgrind suppression file, see README.valgrind
28vgrindefs Python configuration for vgrind (a generic pretty printer)
29Vim Python development utilities for the Vim editor