cpython/Misc
Senthil Kumaran 6b102f251f Issue #12411: Fix to cgi.parse_multipart to correctly use bytes boundaries and
bytes data. Patch by Jonas Wagner.
2013-01-23 02:50:15 -08:00
..
RPM Bump to 3.2.3 final. 2012-04-10 19:28:09 +02:00
TextMate/Python-Dev.tmbundle
Vim
ACKS Issue #16953: Fix socket module compilation on platforms with HAVE_BROKEN_POLL. 2013-01-19 12:19:10 +01:00
HISTORY Issue #15444: Use proper spelling for non-ASCII contributor names. 2012-08-11 16:51:50 +02:00
NEWS Issue #12411: Fix to cgi.parse_multipart to correctly use bytes boundaries and 2013-01-23 02:50:15 -08:00
Porting
README
README.AIX
README.coverity
README.valgrind
SpecialBuilds.txt
gdbinit
indent.pro
python-config.in Issue #14197: For OS X framework builds, ensure links to the shared 2012-07-24 03:31:48 -07:00
python-wing3.wpr
python-wing4.wpr
python.man merge with 3.2 2012-02-21 22:36:37 +01:00
python.pc.in
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
build.sh                Script to build and test latest Python from the repository
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
NEWS                    News for this release (for some meaning of "this")
Porting                 Mini-FAQ on porting to new platforms
python-config.in        Python script template for python-config
python.man              UNIX man page for the python interpreter
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.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