cpython/Misc
Raymond Hettinger 96229b1918 Add two new functions, any() and all(). 2005-03-11 06:49:40 +00:00
..
RPM Changing the idle wrapper to use Python and execvp() to pass arguments to 2004-12-21 02:22:29 +00:00
ACKS Modified test for tzset to not rely on tm->tm_zone's existence. Also added 2005-02-10 20:48:03 +00:00
AIX-NOTES
BeOS-NOTES
BeOS-setup.py Remove mpz, rotor, xreadlines modules 2004-08-31 13:37:25 +00:00
HISTORY SF bug#1038917 fix typos (Contributed by George Yoshida.) 2004-10-02 11:02:59 +00:00
NEWS Add two new functions, any() and all(). 2005-03-11 06:49:40 +00:00
NEWS.help Bug #1014775: update NEWS.help for changes in docutils. 2004-08-30 14:33:25 +00:00
PURIFY.README
Porting
README
README.valgrind
RFD
SpecialBuilds.txt tweaks, small updates 2005-01-18 15:53:59 +00:00
cheatsheet Typo fix: 'comparisions' is not a word 2004-09-10 12:59:54 +00:00
find_recursionlimit.py
gdbinit Add definitions for "up" and "down" commands that print/display the current 2005-01-08 21:56:43 +00:00
indent.pro
pymemcompat.h
python-mode.el
python.man Add helpful comment 2004-10-07 12:30:54 +00:00
setuid-prog.c
valgrind-python.supp
vgrindefs
vimrc Add a highlight group for denoting bad whitespace. Also added a match rule for 2005-03-05 05:52:21 +00:00

README

Python Misc subdirectory
========================

This directory contains files that wouldn't fit in elsewhere.  Some
documents are only of historic importance.

Files found here
----------------

ACKS		Acknowledgements
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
HISTORY		News from previous releases -- oldest last
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")
Porting		Mini-FAQ on porting to new platforms
PURIFY.README	Information for Purify users
pymemcompat.h	Memory interface compatibility file.
python.man	UNIX man page for the python interpreter
python-mode.el	Emacs mode for editing Python programs
README		The file you're reading now
README.valgrind	Information for Valgrind users, see valgrind-python.supp
RFD		Request For Discussion about a Python newsgroup
RPM		(Old) tools to build RPMs
SpecialBuilds.txt     Describes extra symbols you can set for debug builds
setuid-prog.c	C helper program for set-uid Python scripts
vgrindefs	Python configuration for vgrind (a generic pretty printer)
valgrind-python.supp	Valgrind suppression file, see README.valgrind