| 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 |  | 
| Guido van Rossum | 34e5dca | 1994-01-26 15:39:28 +0000 | [diff] [blame] | 10 | ACKS		Acknowledgements | 
| Guido van Rossum | 3eedf71 | 2001-10-26 15:01:16 +0000 | [diff] [blame] | 11 | AIX-NOTES	Notes for building Python on AIX | 
| Georg Brandl | 93d15cd | 2009-10-11 21:24:34 +0000 | [diff] [blame] | 12 | build.sh	Script to build and test latest Python from the repository | 
| Guido van Rossum | e7017ba | 1995-08-28 03:09:31 +0000 | [diff] [blame] | 13 | cheatsheet	Quick summary of Python by Ken Manheimer | 
| Georg Brandl | 93d15cd | 2009-10-11 21:24:34 +0000 | [diff] [blame] | 14 | developers.txt	A history of who got developer permissions, and why | 
| Guido van Rossum | 3eedf71 | 2001-10-26 15:01:16 +0000 | [diff] [blame] | 15 | gdbinit		Handy stuff to put in your .gdbinit file, if you use gdb | 
| Guido van Rossum | ff34626 | 2002-02-11 01:18:25 +0000 | [diff] [blame] | 16 | HISTORY		News from previous releases -- oldest last | 
| Guido van Rossum | b4d3779 | 1996-08-20 20:54:15 +0000 | [diff] [blame] | 17 | indent.pro	GNU indent profile approximating my C style | 
| Georg Brandl | 93d15cd | 2009-10-11 21:24:34 +0000 | [diff] [blame] | 18 | maintainers.txt	A list of maintainers for library modules | 
| Guido van Rossum | ff34626 | 2002-02-11 01:18:25 +0000 | [diff] [blame] | 19 | NEWS		News for this release (for some meaning of "this") | 
| Georg Brandl | 93d15cd | 2009-10-11 21:24:34 +0000 | [diff] [blame] | 20 | NEWS.help	How to edit NEWS | 
| Guido van Rossum | ff34626 | 2002-02-11 01:18:25 +0000 | [diff] [blame] | 21 | Porting		Mini-FAQ on porting to new platforms | 
 | 22 | PURIFY.README	Information for Purify users | 
| Michael W. Hudson | cc9d004 | 2003-08-11 16:18:43 +0000 | [diff] [blame] | 23 | pymemcompat.h	Memory interface compatibility file. | 
| Guido van Rossum | a7925f1 | 1994-01-26 10:20:16 +0000 | [diff] [blame] | 24 | python.man	UNIX man page for the python interpreter | 
| Guido van Rossum | ff34626 | 2002-02-11 01:18:25 +0000 | [diff] [blame] | 25 | python-mode.el	Emacs mode for editing Python programs | 
| Georg Brandl | 93d15cd | 2009-10-11 21:24:34 +0000 | [diff] [blame] | 26 | python.pc.in	Package configuration info template for pkg-config | 
| Benjamin Peterson | f47ed4a | 2009-04-11 20:45:40 +0000 | [diff] [blame] | 27 | python-wing.wpr Wing IDE project file | 
| Guido van Rossum | ff34626 | 2002-02-11 01:18:25 +0000 | [diff] [blame] | 28 | README		The file you're reading now | 
| Georg Brandl | 93d15cd | 2009-10-11 21:24:34 +0000 | [diff] [blame] | 29 | README.coverity	Information about running Coverity's Prevent on Python | 
 | 30 | README.klocwork	Information about running Klocwork's K7 on Python | 
 | 31 | README.OpenBSD	Help for building problems on OpenBSD | 
| Neal Norwitz | c3cd9df | 2004-06-06 19:58:40 +0000 | [diff] [blame] | 32 | README.valgrind	Information for Valgrind users, see valgrind-python.supp | 
| Guido van Rossum | ff34626 | 2002-02-11 01:18:25 +0000 | [diff] [blame] | 33 | RFD		Request For Discussion about a Python newsgroup | 
 | 34 | RPM		(Old) tools to build RPMs | 
| Guido van Rossum | e7017ba | 1995-08-28 03:09:31 +0000 | [diff] [blame] | 35 | setuid-prog.c	C helper program for set-uid Python scripts | 
| Georg Brandl | 93d15cd | 2009-10-11 21:24:34 +0000 | [diff] [blame] | 36 | SpecialBuilds.txt     Describes extra symbols you can set for debug builds | 
 | 37 | TextMate	A TextMate bundle for Python development | 
 | 38 | valgrind-python.supp  Valgrind suppression file, see README.valgrind | 
| Guido van Rossum | 1abbd7f | 1997-11-07 19:58:10 +0000 | [diff] [blame] | 39 | vgrindefs	Python configuration for vgrind (a generic pretty printer) | 
| Georg Brandl | 93d15cd | 2009-10-11 21:24:34 +0000 | [diff] [blame] | 40 | Vim		Python development utilities for the Vim editor |