cpython/Misc
Greg Ward 0e0c9f4740 Bug #1498146: fix optparse to handle Unicode strings in option help,
description, and epilog.
2006-06-11 16:24:11 +00:00
..
RPM 2.5a2 2006-04-27 02:13:13 +00:00
Vim Change C spacing to 4 spaces by default to match PEP 7 for new C files. 2006-05-26 19:04:47 +00:00
ACKS Bug #1334662 / patch #1335972: int(string, base) wrong answers. 2006-05-23 18:45:30 +00:00
AIX-NOTES
BeOS-NOTES
BeOS-setup.py Remove regsub, reconvert, regex, regex_syntax and everything under lib-old. 2006-03-16 06:50:13 +00:00
HISTORY moved older releases into HISTORY 2006-03-20 06:30:41 +00:00
NEWS Bug #1498146: fix optparse to handle Unicode strings in option help, 2006-06-11 16:24:11 +00:00
NEWS.help
PURIFY.README
Porting
README
README.OpenBSD Add some notes about a recurring problem with OpenBSD 2006-01-09 07:29:03 +00:00
README.valgrind Add some notes about a couple of poorly behaved tests 2006-04-17 01:49:14 +00:00
RFD
SpecialBuilds.txt In a PYMALLOC_DEBUG build obmalloc adds extra debugging info 2006-06-04 03:26:02 +00:00
build.sh At least test_threading_local doesn't leak any more. 2006-04-18 03:02:10 +00:00
cheatsheet Remove regsub, reconvert, regex, regex_syntax and everything under lib-old. 2006-03-16 06:50:13 +00:00
developers.txt Add SoC name, and reorganize this section a bit 2006-05-30 12:52:01 +00:00
find_recursionlimit.py
gdbinit
indent.pro
pymemcompat.h
python-config.in Patch #1161914: Add python-config. 2006-04-15 08:13:05 +00:00
python-mode.el
python.man
setuid-prog.c
valgrind-python.supp
vgrindefs

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