cpython/Misc
2010-08-30 14:52:00 +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 #9700: define HAVE_BROKEN_POSIX_SEMAPHORES under AIX 6.x. Patch by 2010-08-30 14:52:00 +00:00
AIX-NOTES Merged revisions 69846 via svnmerge from 2009-02-21 20:59:32 +00:00
build.sh Merged revisions 78880 via svnmerge from 2010-03-12 21:29:28 +00:00
cheatsheet Merged revisions 73544 via svnmerge from 2009-06-24 06:42:05 +00:00
developers.txt Add Daniel Stutzbach. 2010-08-22 08:46:19 +00:00
gdbinit Make similar changes to 3.x version. 2010-01-14 01:14:50 +00:00
HISTORY Merged revisions 78760,78771-78773,78802,78922,78952 via svnmerge from 2010-03-14 10:56:14 +00:00
indent.pro
maintainers.rst Added myself to Misc/maintainers.rst for topics on which I'd like to be added to the nosy list 2010-08-22 19:41:04 +00:00
NEWS Issue #9700: define HAVE_BROKEN_POSIX_SEMAPHORES under AIX 6.x. Patch by 2010-08-30 14:52:00 +00:00
NEWS.help
Porting Merged revisions 78966,78970,79018,79026-79027,79055,79156,79159,79163-79164,79173,79176,79194,79208,79212 via svnmerge from 2010-03-21 23:13:07 +00:00
PURIFY.README
pymemcompat.h
python-config.in Fix python-config to use the new sysconfig module; silences deprecation warnings. 2010-04-06 21:30:42 +00:00
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 Merged revisions 79878-79880 via svnmerge from 2010-04-07 04:04:10 +00:00
python.pc.in Merged revisions 72898 via svnmerge from 2009-05-24 20:39:11 +00:00
README Convert to spaces. 2010-08-14 17:15:31 +00:00
README.coverity
README.klocwork
README.OpenBSD
README.valgrind
RFD
setuid-prog.c Recorded merge of revisions 81029 via svnmerge from 2010-05-09 15:52:27 +00:00
SpecialBuilds.txt Merged revisions 78760,78771-78773,78802,78922,78952 via svnmerge from 2010-03-14 10:56:14 +00:00
valgrind-python.supp #3791: remove last traces of bsddb. 2009-06-04 09:30:30 +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
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.rst         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-config.in        Python script template for python-config
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