Guido van Rossum | a7925f1 | 1994-01-26 10:20:16 +0000 | [diff] [blame] | 1 | Python Misc subdirectory |
| 2 | ======================== |
| 3 | |
Guido van Rossum | 3eedf71 | 2001-10-26 15:01:16 +0000 | [diff] [blame] | 4 | This directory contains files that wouldn't fit in elsewhere. Some |
Guido van Rossum | b4d3779 | 1996-08-20 20:54:15 +0000 | [diff] [blame] | 5 | documents are only of historic importance. |
Guido van Rossum | a7925f1 | 1994-01-26 10:20:16 +0000 | [diff] [blame] | 6 | |
| 7 | Files found here |
| 8 | ---------------- |
| 9 | |
Florent Xicluna | fe17fd4 | 2010-08-14 17:15:31 +0000 | [diff] [blame] | 10 | ACKS Acknowledgements |
Florent Xicluna | fe17fd4 | 2010-08-14 17:15:31 +0000 | [diff] [blame] | 11 | gdbinit Handy stuff to put in your .gdbinit file, if you use gdb |
| 12 | HISTORY News from previous releases -- oldest last |
| 13 | indent.pro GNU indent profile approximating my C style |
Florent Xicluna | fe17fd4 | 2010-08-14 17:15:31 +0000 | [diff] [blame] | 14 | NEWS News for this release (for some meaning of "this") |
Florent Xicluna | fe17fd4 | 2010-08-14 17:15:31 +0000 | [diff] [blame] | 15 | Porting Mini-FAQ on porting to new platforms |
Florent Xicluna | fe17fd4 | 2010-08-14 17:15:31 +0000 | [diff] [blame] | 16 | python-config.in Python script template for python-config |
| 17 | python.man UNIX man page for the python interpreter |
Florent Xicluna | fe17fd4 | 2010-08-14 17:15:31 +0000 | [diff] [blame] | 18 | python.pc.in Package configuration info template for pkg-config |
Brett Cannon | c0729bf | 2011-01-20 19:36:12 +0000 | [diff] [blame] | 19 | python-wing*.wpr Wing IDE project file |
Florent Xicluna | fe17fd4 | 2010-08-14 17:15:31 +0000 | [diff] [blame] | 20 | README The file you're reading now |
Ned Deily | 87b7cde | 2012-03-17 10:52:08 -0700 | [diff] [blame] | 21 | README.AIX Information about using Python on AIX |
| 22 | README.coverity Information about running Coverity's Prevent on Python |
Florent Xicluna | fe17fd4 | 2010-08-14 17:15:31 +0000 | [diff] [blame] | 23 | README.valgrind Information for Valgrind users, see valgrind-python.supp |
Florent Xicluna | fe17fd4 | 2010-08-14 17:15:31 +0000 | [diff] [blame] | 24 | SpecialBuilds.txt Describes extra symbols you can set for debug builds |
Ezio Melotti | 0e0ccf7 | 2013-08-06 19:52:25 +0300 | [diff] [blame] | 25 | svnmap.txt Map of old SVN revs and branches to hg changeset ids |
Florent Xicluna | fe17fd4 | 2010-08-14 17:15:31 +0000 | [diff] [blame] | 26 | valgrind-python.supp Valgrind suppression file, see README.valgrind |
| 27 | vgrindefs Python configuration for vgrind (a generic pretty printer) |