blob: b7a3befbae629a460b4770056f0b41121ce66ce3 [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
Guido van Rossum34e5dca1994-01-26 15:39:28 +000010ACKS Acknowledgements
Guido van Rossum3eedf712001-10-26 15:01:16 +000011AIX-NOTES Notes for building Python on AIX
Guido van Rossume7017ba1995-08-28 03:09:31 +000012cheatsheet Quick summary of Python by Ken Manheimer
Guido van Rossum46981de2000-09-01 23:22:12 +000013find_recursionlimit.py Script to find a value for sys.maxrecursionlimit
Guido van Rossum3eedf712001-10-26 15:01:16 +000014gdbinit Handy stuff to put in your .gdbinit file, if you use gdb
Guido van Rossumff346262002-02-11 01:18:25 +000015HISTORY News from previous releases -- oldest last
16HPUX-NOTES Notes about dynamic loading under HP-UX
Guido van Rossumb4d37791996-08-20 20:54:15 +000017indent.pro GNU indent profile approximating my C style
Guido van Rossumff346262002-02-11 01:18:25 +000018NEWS News for this release (for some meaning of "this")
19Porting Mini-FAQ on porting to new platforms
20PURIFY.README Information for Purify users
Michael W. Hudsoncc9d0042003-08-11 16:18:43 +000021pymemcompat.h Memory interface compatibility file.
Guido van Rossuma7925f11994-01-26 10:20:16 +000022python.man UNIX man page for the python interpreter
Guido van Rossumff346262002-02-11 01:18:25 +000023python-mode.el Emacs mode for editing Python programs
24README The file you're reading now
Neal Norwitzc3cd9df2004-06-06 19:58:40 +000025README.valgrind Information for Valgrind users, see valgrind-python.supp
Guido van Rossumff346262002-02-11 01:18:25 +000026RFD Request For Discussion about a Python newsgroup
27RPM (Old) tools to build RPMs
Guido van Rossum715a0c62002-07-11 01:01:49 +000028SpecialBuilds.txt Describes extra symbols you can set for debug builds
Guido van Rossume7017ba1995-08-28 03:09:31 +000029setuid-prog.c C helper program for set-uid Python scripts
Guido van Rossum1abbd7f1997-11-07 19:58:10 +000030vgrindefs Python configuration for vgrind (a generic pretty printer)
Neal Norwitzc3cd9df2004-06-06 19:58:40 +000031valgrind-python.supp Valgrind suppression file, see README.valgrind