cpython/Misc/README

30 lines
1.2 KiB
Plaintext
Raw Normal View History

1994-01-26 10:20:16 +00:00
Python Misc subdirectory
========================
2001-10-26 15:01:16 +00:00
This directory contains files that wouldn't fit in elsewhere. Some
1996-08-20 20:54:15 +00:00
documents are only of historic importance.
1994-01-26 10:20:16 +00:00
Files found here
----------------
1994-01-26 15:39:28 +00:00
ACKS Acknowledgements
2001-10-26 15:01:16 +00:00
AIX-NOTES Notes for building Python on AIX
BeOS-NOTES Notes for building on BeOS
BeOS-setup.py setup.py replacement for BeOS, see BeOS-NOTES
cheatsheet Quick summary of Python by Ken Manheimer
find_recursionlimit.py Script to find a value for sys.maxrecursionlimit
gdbinit Handy stuff to put in your .gdbinit file, if you use gdb
1994-01-26 15:39:28 +00:00
HISTORY News from previous releases -- oldest last
1994-09-14 14:06:46 +00:00
HPUX-NOTES Notes about dynamic loading under HP-UX
indent.pro GNU indent profile approximating my C style
NEWS News for this release (for some meaning of "this")
1998-08-10 16:38:58 +00:00
Porting Mini-FAQ on porting to new platforms
PURIFY.README Information for Purify users
python.man UNIX man page for the python interpreter
python-mode.el Emacs mode for editing Python programs
1994-01-26 10:20:16 +00:00
README The file you're reading now
1994-01-26 15:39:28 +00:00
RFD Request For Discussion about a Python newsgroup
2001-10-26 15:01:16 +00:00
RPM (Old) tools to build RPMs
1995-08-28 03:09:31 +00:00
setuid-prog.c C helper program for set-uid Python scripts
1997-11-07 19:58:10 +00:00
vgrindefs Python configuration for vgrind (a generic pretty printer)