cpython/Misc
Florent Xicluna ba8a98600e Fix xml.etree.ElementInclude to include the tail of the current node. Issue #6231 2010-08-08 23:08:41 +00:00
..
RPM #5776: fix mistakes in python specfile. (Nobody probably uses it anyway.) 2010-08-01 18:38:26 +00:00
TextMate/Python-Dev.tmbundle
Vim Trailing whitespace is bad for .rst files. 2010-07-03 21:50:52 +00:00
ACKS Issue #8814: function annotations (the `__annotations__` attribute) 2010-08-04 18:28:02 +00:00
AIX-NOTES
HISTORY
NEWS Fix xml.etree.ElementInclude to include the tail of the current node. Issue #6231 2010-08-08 23:08:41 +00:00
NEWS.help
PURIFY.README
Porting
README
README.OpenBSD
README.coverity
README.klocwork
README.valgrind
RFD
SpecialBuilds.txt
build.sh
cheatsheet
developers.txt Add Terry Reedy. 2010-08-04 19:08:20 +00:00
gdbinit
indent.pro
maintainers.rst Add xml subpackages, since they are likely to have different maintainers. 2010-08-06 21:18:49 +00:00
pymemcompat.h
python-config.in
python-mode.el
python-wing.wpr Issue #4686 - add .args to exceptions in the configparsermodule 2010-07-25 23:09:25 +00:00
python.man
python.pc.in
setuid-prog.c Recorded merge of revisions 81029 via svnmerge from 2010-05-09 15:52:27 +00:00
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
build.sh	Script to build and test latest Python from the repository
cheatsheet	Quick summary of Python by Ken Manheimer
developers.txt	A history of who got developer permissions, and why
gdbinit		Handy stuff to put in your .gdbinit file, if you use gdb
HISTORY		News from previous releases -- oldest last
indent.pro	GNU indent profile approximating my C style
maintainers.txt	A list of maintainers for library modules
NEWS		News for this release (for some meaning of "this")
NEWS.help	How to edit NEWS
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
python.pc.in	Package configuration info template for pkg-config
python-wing.wpr Wing IDE project file
README		The file you're reading now
README.coverity	Information about running Coverity's Prevent on Python
README.klocwork	Information about running Klocwork's K7 on Python
README.OpenBSD	Help for building problems on OpenBSD
README.valgrind	Information for Valgrind users, see valgrind-python.supp
RFD		Request For Discussion about a Python newsgroup
RPM		(Old) tools to build RPMs
setuid-prog.c	C helper program for set-uid Python scripts
SpecialBuilds.txt     Describes extra symbols you can set for debug builds
TextMate	A TextMate bundle for Python development
valgrind-python.supp  Valgrind suppression file, see README.valgrind
vgrindefs	Python configuration for vgrind (a generic pretty printer)
Vim		Python development utilities for the Vim editor