cpython/Misc/README

31 lines
1.3 KiB
Plaintext
Raw Normal View History

1994-01-26 06:20:16 -04:00
Python Misc subdirectory
========================
2001-10-26 12:01:16 -03:00
This directory contains files that wouldn't fit in elsewhere. Some
1996-08-20 17:54:15 -03:00
documents are only of historic importance.
1994-01-26 06:20:16 -04:00
Files found here
----------------
1994-01-26 11:39:28 -04:00
ACKS Acknowledgements
2001-10-26 12:01:16 -03: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 11:39:28 -04:00
HISTORY News from previous releases -- oldest last
1994-09-14 11:06:46 -03: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 13:38:58 -03: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 06:20:16 -04:00
README The file you're reading now
1994-01-26 11:39:28 -04:00
RFD Request For Discussion about a Python newsgroup
2001-10-26 12:01:16 -03:00
RPM (Old) tools to build RPMs
SpecialBuilds.txt Describes extra symbols you can set for debug builds
1995-08-28 00:09:31 -03:00
setuid-prog.c C helper program for set-uid Python scripts
1997-11-07 15:58:10 -04:00
vgrindefs Python configuration for vgrind (a generic pretty printer)