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