blob: e5a134e8d0d127ed1f9a662b60f8a4543d02e260 [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 Rossum34e5dca1994-01-26 15:39:28 +000014HISTORY News from previous releases -- oldest last
Guido van Rossum14421771994-09-14 14:06:46 +000015HPUX-NOTES Notes about dynamic loading under HP-UX
Guido van Rossum34e5dca1994-01-26 15:39:28 +000016NEWS News for this release
Guido van Rossum46981de2000-09-01 23:22:12 +000017PURIFY.README Information for Purify users
Guido van Rossum20392cc1998-08-10 16:38:58 +000018Porting Mini-FAQ on porting to new platforms
Guido van Rossuma7925f11994-01-26 10:20:16 +000019README The file you're reading now
Guido van Rossum34e5dca1994-01-26 15:39:28 +000020RFD Request For Discussion about a Python newsgroup
Guido van Rossum3eedf712001-10-26 15:01:16 +000021RPM (Old) tools to build RPMs
Guido van Rossume7017ba1995-08-28 03:09:31 +000022cheatsheet Quick summary of Python by Ken Manheimer
Guido van Rossum46981de2000-09-01 23:22:12 +000023find_recursionlimit.py Script to find a value for sys.maxrecursionlimit
Guido van Rossum3eedf712001-10-26 15:01:16 +000024gdbinit Handy stuff to put in your .gdbinit file, if you use gdb
Guido van Rossumb4d37791996-08-20 20:54:15 +000025indent.pro GNU indent profile approximating my C style
26python-mode.el Emacs mode for editing Python programs
Guido van Rossuma7925f11994-01-26 10:20:16 +000027python.man UNIX man page for the python interpreter
Guido van Rossume7017ba1995-08-28 03:09:31 +000028setuid-prog.c C helper program for set-uid Python scripts
Guido van Rossum46981de2000-09-01 23:22:12 +000029unicode.txt Marc-Andre Lemburg's specification of the Unicode API
Guido van Rossum1abbd7f1997-11-07 19:58:10 +000030vgrindefs Python configuration for vgrind (a generic pretty printer)