cpython/Misc
Łukasz Langa 71b37a5d6d 100% test coverage, better mapping protocol compatibility, some minor bugfixes 2010-12-17 21:56:32 +00:00
..
RPM Bump to 3.2b1. 2010-12-04 19:09:24 +00:00
TextMate/Python-Dev.tmbundle
Vim Trailing whitespace is bad for .rst files. 2010-07-03 21:50:52 +00:00
ACKS Issue #10714: Limit length of incoming request in http.server to 65536 bytes 2010-12-16 16:48:36 +00:00
AIX-NOTES
HISTORY Merged revisions 78760,78771-78773,78802,78922,78952 via svnmerge from 2010-03-14 10:56:14 +00:00
NEWS 100% test coverage, better mapping protocol compatibility, some minor bugfixes 2010-12-17 21:56:32 +00:00
PURIFY.README
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
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 Encourage --with-pydebug rather than individual setting of debug options. 2010-12-15 15:47:34 +00:00
build.sh Merged revisions 78880 via svnmerge from 2010-03-12 21:29:28 +00:00
cheatsheet Issue #9549: sys.setdefaultencoding() and PyUnicode_SetDefaultEncoding() 2010-09-01 18:54:56 +00:00
developers.txt Add David. 2010-10-27 20:01:51 +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 myself for unittest and fix Alexander username 2010-11-22 01:22:43 +00:00
python-config.in One more change for issue 9807, by Matthias Klose. 2010-10-18 17:09:07 +00:00
python-wing3.wpr Adding Wing IDE version 4 project file 2010-10-13 13:15:02 +00:00
python-wing4.wpr Issue 9732: addition of getattr_static to the inspect module 2010-11-20 15:07:30 +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 #3791: remove last traces of bsddb. 2009-06-04 09:30:30 +00:00
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