cpython/Misc
R David Murray 1e949890f6 #17369: Improve handling of broken RFC2231 values in get_filename.
This fixes a regression relative to python2.
2014-02-07 15:02:19 -05:00
..
RPM Bump to 3.3.3 final. 2013-11-17 07:58:22 +01:00
TextMate/Python-Dev.tmbundle
Vim
ACKS Issue #20367: Fix behavior of concurrent.futures.as_completed() for duplicate 2014-01-27 09:11:48 +01:00
HISTORY #18466: fix more typos. Patch by Févry Thibault. 2013-08-17 16:57:41 +03:00
NEWS #17369: Improve handling of broken RFC2231 values in get_filename. 2014-02-07 15:02:19 -05:00
Porting
README Issue #14347: Update Misc/README list of files. 2012-03-17 10:52:08 -07:00
README.AIX
README.coverity
README.valgrind
SpecialBuilds.txt
gdbinit
indent.pro
python-config.in - Issue #16754: Fix the incorrect shared library extension on linux. Introduce 2013-03-21 13:31:41 -07:00
python-wing3.wpr
python-wing4.wpr
python.man #16937: document that stdin is always buffered, even when -u is used. Patch by Elena Oat. 2013-07-25 05:04:02 +02:00
python.pc.in
svnmap.txt
valgrind-python.supp Valgrind: suppress false positive in _PyOS_GetOpt (getopt.c:84) (Invalid read 2013-11-08 20:18:09 +01: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
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.AIX              Information about using Python on AIX
README.coverity         Information about running Coverity's Prevent on Python
README.valgrind         Information for Valgrind users, see valgrind-python.supp
RPM                     (Old) tools to build RPMs
svnmap.txt              Map of old SVN revs and branches to hg changeset ids
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