cpython/Misc
Serhiy Storchaka fe03583380 [3.6] Fix spaces added after hyphens in news entries. (GH-7579) (GH-7584)
Seems they were added by double applying blurb.
(cherry picked from commit 98a0e466cd)
2018-06-10 14:54:07 -04:00
..
NEWS.d [3.6] Fix spaces added after hyphens in news entries. (GH-7579) (GH-7584) 2018-06-10 14:54:07 -04:00
ACKS [3.6] bpo-33542: Ignore DUID in uuid.get_node on Windows. (GH-6922) (GH-7014) 2018-05-21 15:20:55 +03:00
HISTORY Update Misc/NEWS and Misc/HISTORY from current 3.5 and 3.4 branches. 2017-01-20 10:35:46 -05:00
Porting [3.6] bpo-30737: Update DevGuide links to new URL (GH-3228) (GH-3390) 2017-09-06 14:29:04 -07:00
README merge 3.3 2015-02-18 08:55:38 -05:00
README.AIX Merged revisions 88430,88438,88440 via svnmerge from 2011-02-25 11:09:02 +00:00
README.coverity
README.valgrind Add PYTHONMALLOC env var 2016-03-14 12:04:26 +01:00
SpecialBuilds.txt remove ceval timestamp support 2016-09-09 14:57:58 -07:00
coverity_model.c merge 3.5 (#28184) 2016-09-19 22:17:16 -07:00
gdbinit [3.6] bpo-29673: fix gdb scripts pystack and pystackv (GH-6126) (GH-6400) 2018-04-06 18:15:34 -04:00
indent.pro
python-config.in - Issue #18096: Fix library order returned by python-config. 2014-10-02 02:00:14 +02:00
python-config.sh.in [3.6] closes bpo-22140: Prevent double substitution of prefix in python-config.sh (GH-3769) (#3793) 2017-09-27 20:27:41 -07:00
python-wing3.wpr
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 bpo-17232: Clarify docs for -O and -OO command line options (GH-5839) 2018-02-24 19:46:16 -08:00
python.pc.in
svnmap.txt Add the map of SVN revision numbers to changeset ids. 2011-03-05 17:46:03 +01:00
valgrind-python.supp bpo-32889: update valgrind suppressions (GH-5779) 2018-02-20 22:31:54 -08: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
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)