cpython/Misc
Benjamin Peterson 6c18ff0808 news note 2011-07-22 10:41:44 -05:00
..
RPM bump to 2.7.2 final 2011-06-11 09:42:44 -05:00
TextMate/Python-Dev.tmbundle Add a snippet for the deprecation directive for docs. 2008-05-15 04:36:53 +00:00
Vim Update the Vim syntax highlight file. 2010-05-02 21:51:23 +00:00
ACKS Issue #12574: correct capitalization of the Queue module. Patch by Rafe Kettler 2011-07-17 05:54:06 +03:00
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 In a number of places code still revers 2010-05-05 19:09:31 +00:00
HISTORY Merged revisions 77593,77702-77703,77858,77887,78113-78115,78117,78245,78385-78386,78496,78760,78771-78773,78802 via svnmerge from 2010-03-21 19:29:04 +00:00
NEWS news note 2011-07-22 10:41:44 -05:00
Porting Merged revisions 78859-78860,78952,79168-79169,79173,79176,79178-79179,79181,79184-79185,79192,79212 via svnmerge from 2010-03-21 19:34:26 +00:00
README Merged revisions 84025,84028,84032 via svnmerge from 2010-08-14 22:23:27 +00:00
README.AIX Merged revisions 88430,88438,88440 via svnmerge from 2011-02-25 11:09:02 +00:00
README.Emacs Fix issue 10214 by removing the out of date python-mode.el and replacing it 2010-10-29 14:07:38 +00:00
README.OpenBSD Add some notes about a recurring problem with OpenBSD 2006-01-09 07:29:03 +00:00
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.valgrind Add some notes about a couple of poorly behaved tests 2006-04-17 01:49:14 +00:00
RFD Initial revision 1994-01-26 10:20:16 +00:00
SpecialBuilds.txt Merged revisions 87050,87101,87146,87156,87172,87175,87371,87378,87522-87524,87526,87530-87535 via svnmerge from 2011-02-25 10:50:32 +00:00
build.sh Merged revisions 78880 via svnmerge from 2010-03-12 21:29:25 +00:00
cheatsheet In a number of places code still revers 2010-05-05 19:09:31 +00:00
developers.txt Merged revisions 85843,85849-85850,85867,85907,85914,86134,86187,86315-86316,86390,86424-86425,86428 via svnmerge from 2010-11-26 08:20:18 +00:00
gdbinit Merged revisions 85843,85849-85850,85867,85907,85914,86134,86187,86315-86316,86390,86424-86425,86428 via svnmerge from 2010-11-26 08:20:18 +00:00
indent.pro Merged revisions 86561-86562,86564-86565,86705,86708,86713 via svnmerge from 2010-11-26 08:28:05 +00:00
maintainers.rst Typos 2011-02-26 14:49:04 +00:00
pymemcompat.h Merged revisions 84470-84471,84566-84567,84759 via svnmerge from 2010-09-13 07:46:37 +00:00
python-config.in Make python-config support multiple option flags on the same command line, rather than requiring one invocation per flag. 2010-03-19 00:08:44 +00:00
python-wing3.wpr Adding Wing 4 (IDE) project file 2010-11-20 17:47:30 +00:00
python-wing4.wpr Changes for Wing Project file caused by mercurial transition. Plus ignoring python.exe-gdb.py. 2011-03-16 22:28:08 -04:00
python.man #11971: fix man page; it's -OO not -O0 2011-05-01 11:12:35 -04:00
python.pc.in Issue #3585: Add pkg-config support. 2009-05-24 20:23:57 +00:00
setuid-prog.c Recorded merge of revisions 81029 via svnmerge from 2010-05-09 15:15:40 +00:00
valgrind-python.supp Fix: 2008-08-24 05:04:52 +00:00
vgrindefs Add 'yield' as a keyword 2001-08-06 17:42:53 +00:00

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
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