blob: ddb8f3f975904a4c181c09852923b0b219609ee9 [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 +000011gdbinit Handy stuff to put in your .gdbinit file, if you use gdb
12HISTORY News from previous releases -- oldest last
13indent.pro GNU indent profile approximating my C style
Florent Xiclunafe17fd42010-08-14 17:15:31 +000014NEWS News for this release (for some meaning of "this")
Florent Xiclunafe17fd42010-08-14 17:15:31 +000015Porting Mini-FAQ on porting to new platforms
Florent Xiclunafe17fd42010-08-14 17:15:31 +000016python-config.in Python script template for python-config
17python.man UNIX man page for the python interpreter
Florent Xiclunafe17fd42010-08-14 17:15:31 +000018python.pc.in Package configuration info template for pkg-config
Brett Cannonc0729bf2011-01-20 19:36:12 +000019python-wing*.wpr Wing IDE project file
Florent Xiclunafe17fd42010-08-14 17:15:31 +000020README The file you're reading now
Ned Deily87b7cde2012-03-17 10:52:08 -070021README.AIX Information about using Python on AIX
22README.coverity Information about running Coverity's Prevent on Python
Florent Xiclunafe17fd42010-08-14 17:15:31 +000023README.valgrind Information for Valgrind users, see valgrind-python.supp
Florent Xiclunafe17fd42010-08-14 17:15:31 +000024SpecialBuilds.txt Describes extra symbols you can set for debug builds
Ezio Melotti0e0ccf72013-08-06 19:52:25 +030025svnmap.txt Map of old SVN revs and branches to hg changeset ids
Florent Xiclunafe17fd42010-08-14 17:15:31 +000026valgrind-python.supp Valgrind suppression file, see README.valgrind
27vgrindefs Python configuration for vgrind (a generic pretty printer)