cpython/Misc
Georg Brandl dbd8339a01 Bug #854823: socketmodule now builds on Sun platforms even when
INET_ADDRSTRLEN is not defined.
2006-02-20 09:42:33 +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 Patch #1422385: Changes to nis module to support multiple NIS domains 2006-02-04 19:12:37 +00:00
AIX-NOTES The fix to use . was incorporated 2003-06-08 02:25:17 +00:00
BeOS-NOTES
BeOS-setup.py Remove mpz, rotor, xreadlines modules 2004-08-31 13:37:25 +00:00
build.sh Ignore the tests which report leaks sporadically. 2006-02-19 18:48:19 +00:00
cheatsheet fix typos, mostly in comments 2005-10-28 14:39:47 +00:00
developers.txt Update general copyright years to 2006. 2006-02-11 15:30:36 +00:00
find_recursionlimit.py Whitespace normalization, via reindent.py. 2004-07-18 06:16:08 +00:00
gdbinit break sets a breakpoint rather than stopping the loop. 2005-09-05 16:16:49 +00:00
HISTORY SF bug#1038917 fix typos (Contributed by George Yoshida.) 2004-10-02 11:02:59 +00:00
indent.pro
NEWS Bug #854823: socketmodule now builds on Sun platforms even when 2006-02-20 09:42:33 +00:00
NEWS.help Bug #1014775: update NEWS.help for changes in docutils. 2004-08-30 14:33:25 +00:00
Porting
PURIFY.README
pymemcompat.h
python-mode.el Sync with python-mode project. Adds two changes: 2003-12-18 21:53:33 +00:00
python.man fix two typos in python(1) 2005-03-20 14:16:03 +00:00
README Add some doc about using valgrind 2004-06-06 19:58:40 +00:00
README.OpenBSD Add some notes about a recurring problem with OpenBSD 2006-01-09 07:29:03 +00:00
README.valgrind Fix a few more memory leaks 2005-11-20 23:58:38 +00:00
RFD
setuid-prog.c
SpecialBuilds.txt Fix typo in envvar name. 2005-11-07 21:42:42 +00:00
valgrind-python.supp Updated gentoo to 2005.0 2005-11-13 18:58:32 +00:00
vgrindefs
vimrc Add comment about optional option for keeping indentation level from previous 2005-03-21 20:41:51 +00:00

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