diff options
author | Éric Araujo <aeric@mtlpy.org> | 2012-12-09 03:57:08 (GMT) |
---|---|---|
committer | Éric Araujo <aeric@mtlpy.org> | 2012-12-09 03:57:08 (GMT) |
commit | bb7da03f6e558014d9863cc4501a2ac91c7c2a3a (patch) | |
tree | cae020b28344421abc7c3535d425c63c0b6c7119 /Misc | |
parent | 53f604c79458861553d0ea00db44074b7c4d4333 (diff) | |
parent | 3f7c0e403606f7e888442048ac71cb8f391e8d83 (diff) | |
download | cpython-bb7da03f6e558014d9863cc4501a2ac91c7c2a3a.zip cpython-bb7da03f6e558014d9863cc4501a2ac91c7c2a3a.tar.gz cpython-bb7da03f6e558014d9863cc4501a2ac91c7c2a3a.tar.bz2 |
Merge fixes for #13614, #13512 and #7719 from 3.3
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 3 | ||||
-rw-r--r-- | Misc/NEWS | 9 |
2 files changed, 12 insertions, 0 deletions
@@ -243,6 +243,7 @@ David Costanzo Scott Cotton Greg Couch David Cournapeau +Julien Courteau Steve Cousins Alex Coventry Matthew Dixon Cowles @@ -566,6 +567,7 @@ Julien Jehannet Drew Jenkins Flemming Kjær Jensen Philip H. Jensen +Philip Jenvey MunSic Jeong Chris Jerdonek Jim Jewett @@ -688,6 +690,7 @@ John J. Lee Thomas Lee Tennessee Leeuwenburg Luc Lefebvre +Pierre Paul Lefebvre Glyph Lefkowitz Vincent Legoll Kip Lehman @@ -165,6 +165,15 @@ Library - Issue #16628: Fix a memory leak in ctypes.resize(). +- Issue #13614: Fix setup.py register failure with invalid rst in description. + Patch by Julien Courteau and Pierre Paul Lefebvre. + +- Issue #13512: Create ~/.pypirc securely (CVE-2011-4944). Initial patch by + Philip Jenvey, tested by Mageia and Debian. + +- Issue #7719: Make distutils ignore ``.nfs*`` files instead of choking later + on. Initial patch by SilentGhost and Jeff Ramnani. + - Issue #13120: Allow to call pdb.set_trace() from thread. Patch by Ilya Sandler. |