0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 11:15:56 +01:00
cpython/Misc/README

31 lines
1.3 KiB
Plaintext
Raw Normal View History

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