Latest commit fba79dc Feb 24, 2017 @warsaw warsaw committed with haypo bpo-25008: Deprecate smtpd and point to aiosmtpd (#274)
* bpo-25008: Deprecate smtpd and point to aiosmtpd.

* Simplify the aiosmtpd URL.
Permalink
..
Failed to load latest commit information.
ACKS bpo-29521 update Misc/ACKS (#106) Feb 15, 2017
HISTORY Update Misc/NEWS and Misc/HISTORY from current 3.5 and 3.4 branches. Jan 20, 2017
NEWS bpo-25008: Deprecate smtpd and point to aiosmtpd (#274) Feb 24, 2017
Porting Issue #10708: Add a link to devguide in Misc/Porting. Aug 25, 2015
README merge 3.3 Feb 18, 2015
README.AIX Merged revisions 88430,88438,88440 via svnmerge from Feb 25, 2011
README.coverity Merged revisions 46753-51188 via svnmerge from Aug 11, 2006
README.valgrind Add PYTHONMALLOC env var Mar 14, 2016
SpecialBuilds.txt Issue #28799: Update Misc/SpecialBuilds.txt Nov 28, 2016
coverity_model.c merge 3.5 (#28184) Sep 20, 2016
gdbinit Removed unintentional trailing spaces in text files. Mar 29, 2015
indent.pro Merged revisions 86134,86315-86316,86390,86424-86425,86428,86550,8656… Nov 26, 2010
python-config.in - Issue #18096: Fix library order returned by python-config. Oct 2, 2014
python-config.sh.in - Issue #25440: Fix output of python-config --extension-suffix. Oct 19, 2015
python-wing3.wpr Adding Wing IDE version 4 project file Oct 13, 2010
python-wing4.wpr Wing project file update for mercurial Mar 15, 2011
python-wing5.wpr Issue 17457: extend test discovery to support namespace packages Nov 23, 2013
python.man Issue #28532: Show sys.version when -V option is supplied twice Nov 21, 2016
python.pc.in Final patch for issue 9807. Nov 24, 2010
svnmap.txt Add the map of SVN revision numbers to changeset ids. Mar 5, 2011
valgrind-python.supp Valgrind: suppress false positive in _PyOS_GetOpt (getopt.c:84) (Inva… Nov 8, 2013
vgrindefs Patch #1550800: make exec a function. Sep 6, 2006

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
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)