blob: 1d8c22df0c148a135eba741c5bb4f637e56f2c94 [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 Rossum3eedf712001-10-26 15:01:16 +000015gdbinit Handy stuff to put in your .gdbinit file, if you use gdb
Guido van Rossumff346262002-02-11 01:18:25 +000016HISTORY News from previous releases -- oldest last
17HPUX-NOTES Notes about dynamic loading under HP-UX
Guido van Rossumb4d37791996-08-20 20:54:15 +000018indent.pro GNU indent profile approximating my C style
Guido van Rossumff346262002-02-11 01:18:25 +000019NEWS News for this release (for some meaning of "this")
20Porting Mini-FAQ on porting to new platforms
21PURIFY.README Information for Purify users
Michael W. Hudsoncc9d0042003-08-11 16:18:43 +000022pymemcompat.h Memory interface compatibility file.
Guido van Rossuma7925f11994-01-26 10:20:16 +000023python.man UNIX man page for the python interpreter
Guido van Rossumff346262002-02-11 01:18:25 +000024python-mode.el Emacs mode for editing Python programs
Michael Foord449b7d92009-04-01 18:25:38 +000025python-wing.wpr Wing IDE project file
Guido van Rossumff346262002-02-11 01:18:25 +000026README 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