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 |
| 11 | AIX-NOTES Notes for building Python on AIX |
| 12 | build.sh Script to build and test latest Python from the repository |
| 13 | cheatsheet Quick summary of Python by Ken Manheimer |
| 14 | developers.txt A history of who got developer permissions, and why |
| 15 | gdbinit Handy stuff to put in your .gdbinit file, if you use gdb |
| 16 | HISTORY News from previous releases -- oldest last |
| 17 | indent.pro GNU indent profile approximating my C style |
| 18 | maintainers.rst A list of maintainers for library modules |
| 19 | NEWS News for this release (for some meaning of "this") |
| 20 | NEWS.help How to edit NEWS |
| 21 | Porting Mini-FAQ on porting to new platforms |
| 22 | PURIFY.README Information for Purify users |
| 23 | pymemcompat.h Memory interface compatibility file. |
| 24 | python-config.in Python script template for python-config |
| 25 | python.man UNIX man page for the python interpreter |
| 26 | python-mode.el Emacs mode for editing Python programs |
| 27 | python.pc.in Package configuration info template for pkg-config |
| 28 | python-wing.wpr Wing IDE project file |
| 29 | README The file you're reading now |
| 30 | README.coverity Information about running Coverity's Prevent on Python |
| 31 | README.klocwork Information about running Klocwork's K7 on Python |
| 32 | README.OpenBSD Help for building problems on OpenBSD |
| 33 | README.valgrind Information for Valgrind users, see valgrind-python.supp |
| 34 | RFD Request For Discussion about a Python newsgroup |
| 35 | RPM (Old) tools to build RPMs |
| 36 | setuid-prog.c C helper program for set-uid Python scripts |
| 37 | SpecialBuilds.txt Describes extra symbols you can set for debug builds |
| 38 | TextMate A TextMate bundle for Python development |
| 39 | valgrind-python.supp Valgrind suppression file, see README.valgrind |
| 40 | vgrindefs Python configuration for vgrind (a generic pretty printer) |
| 41 | Vim Python development utilities for the Vim editor |