Skip to content
Branch: 3.7
Find file History
Pull request Compare This branch is 2537 commits ahead, 5058 commits behind master.
2 authors and brettcannon bpo-36406: Handle namespace packages in doctest (GH-12520) (GH-17592)
(cherry picked from commit 8289e27)

Co-authored-by: Xtreak <tir.karthi@gmail.com>
Latest commit d321203 Dec 13, 2019
Permalink
Type Name Latest commit message Commit time
..
Failed to load latest commit information.
NEWS.d bpo-36406: Handle namespace packages in doctest (GH-12520) (GH-17592) Dec 13, 2019
ACKS bpo-38804: Fix REDoS in http.cookiejar (GH-17157) Nov 22, 2019
HISTORY [3.7] bpo-34906: Doc: Fix typos (2) (GH-9735) Oct 10, 2018
Porting bpo-30737: Update DevGuide links to new URL (GH-3228) Aug 30, 2017
README bpo-32159: Revert Misc/svnmap.txt (#4639) Nov 29, 2017
README.AIX Replace KB unit with KiB (#4293) Nov 8, 2017
README.coverity Merged revisions 46753-51188 via svnmerge from Aug 11, 2006
README.valgrind Add PYTHONMALLOC env var Mar 14, 2016
SpecialBuilds.txt bpo-34426: fix typo (__lltrace__ -> __ltrace__) (GH-8822) Aug 25, 2018
coverity_model.c merge 3.5 (#28184) Sep 20, 2016
gdbinit [3.7] bpo-29673: fix gdb scripts pystack and pystackv (GH-6126) (GH-6399 Apr 6, 2018
indent.pro Merged revisions 86134,86315-86316,86390,86424-86425,86428,86550,8656… Nov 26, 2010
python-config.in bpo-36508: python-config don't export LINKFORSHARED (GH-12661) (GH-12748 Apr 16, 2019
python-config.sh.in bpo-36508: python-config don't export LINKFORSHARED (GH-12661) (GH-12748 Apr 16, 2019
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
python.pc.in Final patch for issue 9807. Nov 24, 2010
svnmap.txt bpo-32159: Revert Misc/svnmap.txt (#4639) Nov 29, 2017
valgrind-python.supp bpo-38118: Ignore Valgrind false alarm in PyUnicode_Decode() (GH-16651) Oct 8, 2019
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,
                        help history-digging
valgrind-python.supp    Valgrind suppression file, see README.valgrind
vgrindefs               Python configuration for vgrind (a generic pretty printer)
You can’t perform that action at this time.