cpython/Misc
Benjamin Peterson 4e9cefaf86 add a default limit for the amount of data xmlrpclib.gzip_decode will return (closes #16043) 2014-12-05 20:15:15 -05:00
..
RPM Bump to 3.2.6 2014-10-12 08:50:38 +02:00
TextMate/Python-Dev.tmbundle
Vim
ACKS Issue #19855: uuid.getnode() on Unix now looks on the PATH for the 2014-09-30 19:34:19 +02:00
HISTORY Issue #15444: Use proper spelling for non-ASCII contributor names. 2012-08-11 16:51:50 +02:00
NEWS add a default limit for the amount of data xmlrpclib.gzip_decode will return (closes #16043) 2014-12-05 20:15:15 -05:00
Porting
README Move developers.txt to the devguide. 2011-01-20 19:42:08 +00:00
README.AIX Merged revisions 88438,88440 via svnmerge from 2011-02-25 10:26:14 +00:00
README.coverity
README.valgrind
SpecialBuilds.txt Merged revisions 87101,87146,87156,87172,87175,87371,87378,87522-87524,87526-87528,87530-87536,87581 via svnmerge from 2011-02-25 10:03:34 +00:00
gdbinit
indent.pro
python-config.in - Issue #16754: Fix the incorrect shared library extension on linux. Introduce 2013-03-21 13:21:49 -07:00
python-wing3.wpr
python-wing4.wpr Wing project file update for mercurial 2011-03-15 18:19:58 -04:00
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