cpython/Misc
2008-05-11 00:50:51 +00:00
..
RPM Bump to 2.6a3 2008-05-08 13:16:19 +00:00
TextMate/Python-Dev.tmbundle Add support for extension modules in 3.0 deprection command. 2008-05-09 22:52:28 +00:00
Vim Update Vim syntax highlighting to specify what revision was used to generate 2008-01-29 04:18:04 +00:00
ACKS Revert r62998 as it broke the build (seems distutils.config is missing). 2008-05-10 20:52:01 +00:00
AIX-NOTES
BeOS-NOTES Remove Mikael as the maintainer of BeOS at his request. With no maintainer 2007-08-18 18:30:36 +00:00
BeOS-setup.py Patch #2167 from calvin: Remove unused imports 2008-02-23 17:40:11 +00:00
build.sh test_smtplib sometimes reports leaks too, suppress it 2008-03-05 05:51:20 +00:00
cheatsheet Fix typo of hexidecimal 2008-02-24 08:27:49 +00:00
developers.txt Add Rodrigo and Heiko. 2008-04-29 06:10:53 +00:00
find_recursionlimit.py
gdbinit
HISTORY Fix a few typos and layout glitches (more work is needed). 2008-02-21 19:46:35 +00:00
indent.pro
NEWS The linuxaudidev module has been deprecated for removal in Python 3.0. 2008-05-11 00:50:51 +00:00
NEWS.help
Porting
PURIFY.README Update purify doc some. 2006-08-14 01:49:54 +00:00
pymemcompat.h
python-config.in Bug #1655392: don't add -L/usr/lib/pythonX.Y/config to the LDFLAGS 2007-03-31 18:56:11 +00:00
python-mode.el sync with most recent version from python-mode sf project 2008-02-05 02:32:16 +00:00
python.man
README
README.coverity Add some explanation about Klocwork and Coverity static analysis 2006-08-02 07:09:32 +00:00
README.klocwork Klocwork made another run and found a bunch more problems. 2006-08-12 01:43:40 +00:00
README.OpenBSD
README.valgrind Add some notes about a couple of poorly behaved tests 2006-04-17 01:49:14 +00:00
RFD
setuid-prog.c
SpecialBuilds.txt Fix typo. 2006-11-15 16:23:46 +00:00
valgrind-python.supp Ignore valgrind problems on Ubuntu from ld 2007-06-11 01:22:03 +00:00
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
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