cpython/Misc
Ned Deily 22c336645c Add self to mac platform area in maintainers.rst. 2011-01-15 05:53:33 +00:00
..
RPM Bump to 3.2b2. 2010-12-19 10:30:28 +00:00
TextMate/Python-Dev.tmbundle
Vim
ACKS Issue #4953: add the author of the patch 2011-01-14 14:11:45 +00:00
AIX-NOTES
HISTORY
NEWS #10843: Update third-party library versions used in OS X 32-bit 2011-01-15 05:29:12 +00:00
PURIFY.README
Porting
README Issue #10710: `Misc/setuid-prog.c` is removed from the source tree. 2010-12-16 18:25:24 +00:00
README.Emacs Fix issue 10214 by removing the out of date python-mode.el and replacing it with a README. Will backport to 3.1 and 2.7. 2010-10-29 14:01:42 +00:00
README.OpenBSD
README.coverity
README.klocwork
README.valgrind
SpecialBuilds.txt Remove history; adapt a bit more to reST, since this will once be part of the dev guide. 2010-12-28 11:38:12 +00:00
build.sh
cheatsheet
developers.txt developers.txt entry for Eli (at Brett's request) 2011-01-11 02:42:15 +00:00
gdbinit A newline in lineno output breaks pyframe output. 2010-11-03 07:41:00 +00:00
indent.pro #10460: an even better indent.pro. 2010-11-20 14:08:53 +00:00
maintainers.rst Add self to mac platform area in maintainers.rst. 2011-01-15 05:53:33 +00:00
python-config.in
python-wing3.wpr
python-wing4.wpr Issue 10611. Issue 9857. Improve the way exception handling, including test skipping, is done inside TestCase.run 2010-12-19 03:19:47 +00:00
python.man #1772833: add -q command line option. 2010-12-04 10:47:18 +00:00
python.pc.in Final patch for issue 9807. 2010-11-24 19:43:47 +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.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
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
RPM                     (Old) tools to build RPMs
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