blob: bcd4c1bdb4f7b76eaf3fe75a5eb3b5b81889e3fb [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 +000012gdbinit Handy stuff to put in your .gdbinit file, if you use gdb
13HISTORY News from previous releases -- oldest last
14indent.pro GNU indent profile approximating my C style
Florent Xiclunafe17fd42010-08-14 17:15:31 +000015NEWS News for this release (for some meaning of "this")
Florent Xiclunafe17fd42010-08-14 17:15:31 +000016Porting Mini-FAQ on porting to new platforms
Florent Xiclunafe17fd42010-08-14 17:15:31 +000017python-config.in Python script template for python-config
18python.man UNIX man page for the python interpreter
Florent Xiclunafe17fd42010-08-14 17:15:31 +000019python.pc.in Package configuration info template for pkg-config
Brett Cannonc0729bf2011-01-20 19:36:12 +000020python-wing*.wpr Wing IDE project file
Florent Xiclunafe17fd42010-08-14 17:15:31 +000021README The file you're reading now
Florent Xiclunafe17fd42010-08-14 17:15:31 +000022README.valgrind Information for Valgrind users, see valgrind-python.supp
Florent Xiclunafe17fd42010-08-14 17:15:31 +000023RPM (Old) tools to build RPMs
Antoine Pitrou533c79d2011-03-05 17:46:03 +010024svnmap.txt Map of old SVN revs and branches to hg changeset ids
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