cpython/Misc
Ned Deily 55966193f2 Issue #21323: Fix http.server to again handle scripts in CGI subdirectories,
broken by the fix for security issue #19435.  Patch by Zach Byrne.
2014-07-12 22:20:15 -07:00
..
RPM Version bump for 3.4.1. 2014-05-17 21:46:35 -07:00
ACKS Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, 2014-07-12 22:20:15 -07:00
HISTORY Move 3.3 items of Misc/NEWS to Misc/HISTORY 2014-03-17 22:33:49 +01:00
NEWS Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, 2014-07-12 22:20:15 -07:00
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 #18443: remove the TextMate entry now that the bundle has been removed and fix ordering. Patch by Févry Thibault. 2013-08-06 19:52:25 +03:00
README.AIX Merged revisions 88430,88438,88440 via svnmerge from 2011-02-25 11:09:02 +00:00
README.coverity
README.valgrind
SpecialBuilds.txt update notes to talk about -X showrefcount 2014-03-30 17:16:09 -04:00
coverity_model.c Coverity: model PyLong_From*() functions 2013-07-26 18:00:12 +02:00
gdbinit Merged revisions 86134,86315-86316,86390,86424-86425,86428,86550,86561-86562,86564-86565,86705,86708,86713 via svnmerge from 2010-11-26 09:05:43 +00:00
indent.pro Merged revisions 86134,86315-86316,86390,86424-86425,86428,86550,86561-86562,86564-86565,86705,86708,86713 via svnmerge from 2010-11-26 09:05:43 +00:00
python-config.in - Issue #18257: Fix readlink usage in python-config. Install the python 2013-08-01 15:32:49 +02:00
python-config.sh.in - Issue #18257: Fix readlink usage in python-config. Install the python 2013-08-01 15:32:49 +02: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-wing5.wpr Issue 17457: extend test discovery to support namespace packages 2013-11-23 13:29:23 +00:00
python.man Issue #16400: Add command line option for isolated mode. 2013-08-10 16:36:18 +02:00
python.pc.in Final patch for issue 9807. 2010-11-24 19:43:47 +00:00
svnmap.txt Add the map of SVN revision numbers to changeset ids. 2011-03-05 17:46:03 +01:00
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
SpecialBuilds.txt       Describes extra symbols you can set for debug builds
svnmap.txt              Map of old SVN revs and branches to hg changeset ids
valgrind-python.supp    Valgrind suppression file, see README.valgrind
vgrindefs               Python configuration for vgrind (a generic pretty printer)