cpython/Misc
2008-01-15 02:01:20 +00:00
..
RPM
Vim Merged revisions 59595-59604 via svnmerge from 2007-12-28 14:08:13 +00:00
ACKS Merged revisions 59843-59863 via svnmerge from 2008-01-09 00:17:24 +00:00
AIX-NOTES
build.sh Merged revisions 57125-57128 via svnmerge from 2007-08-17 04:19:37 +00:00
cheatsheet
developers.txt Copied doc for reload() from trunk's function.rst to imp.rst 2008-01-07 17:19:16 +00:00
find_recursionlimit.py Run 2to3's print fixer over some places that had been missed. 2007-08-30 18:39:28 +00:00
gdbinit Get gdb macros working with unicode and PyVarObject change 2007-08-27 02:49:29 +00:00
HISTORY Fixing the spelling of "writeable" to "writable", particularly PyBUF_WRITEABLE. 2007-09-17 17:55:36 +00:00
indent.pro
NEWS long(float('nan')) raises an OverflowError as discussed on the mailing list a week ago 2008-01-15 02:01:20 +00:00
NEWS.help
Porting
PURIFY.README
pymemcompat.h
python-config.in Bug #1074: make python-config with Py3k. 2007-09-01 07:27:37 +00:00
python-mode.el
python.man
README Remove support for BeOS 2007-08-17 12:57:41 +00:00
README.coverity
README.klocwork
README.OpenBSD
README.valgrind
RFD
setuid-prog.c Fixing the spelling of "writeable" to "writable", particularly PyBUF_WRITEABLE. 2007-09-17 17:55:36 +00:00
SpecialBuilds.txt
valgrind-python.supp
vgrindefs

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
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