summaryrefslogtreecommitdiffstats
path: root/Misc/ACKS
Commit message (Expand)AuthorAgeFilesLines
* merge #4147: minidom's toprettyxml no longer adds whitespace to text nodes.R David Murray2011-10-011-0/+1
|\
| * #4147: minidom's toprettyxml no longer adds whitespace to text nodes.R David Murray2011-10-011-0/+1
* | Issue #13058: ossaudiodev: fix a file descriptor leak on error. Patch by ThomasCharles-François Natali2011-09-291-0/+1
|\ \ | |/
| * Issue #13058: ossaudiodev: fix a file descriptor leak on error. Patch by ThomasCharles-François Natali2011-09-291-0/+1
* | Enhance Py_ARRAY_LENGTH(): fail at build time if the argument is not an arrayVictor Stinner2011-09-281-0/+1
* | Issue #13013: ctypes: Fix a reference leak in PyCArrayType_from_ctype.Meador Inge2011-09-281-0/+1
|\ \ | |/
| * Issue #13013: ctypes: Fix a reference leak in PyCArrayType_from_ctype.Meador Inge2011-09-281-0/+1
* | Issue #9871: Prevent IDLE 3 crash when given byte stingsNed Deily2011-09-141-0/+1
|\ \ | |/
| * Issue #9871: Prevent IDLE 3 crash when given byte stingsNed Deily2011-09-141-0/+1
* | #12888: merge with 3.2.Ezio Melotti2011-09-051-0/+1
|\ \ | |/
| * #12888: Fix a bug in HTMLParser.unescape that prevented it to escape more tha...Ezio Melotti2011-09-051-0/+1
* | Merge: #12839: Fix crash in zlib module due to version mismatch.Nadeem Vawda2011-08-281-0/+1
|\ \ | |/
| * Issue #12839: Fix crash in zlib module due to version mismatch.Nadeem Vawda2011-08-281-0/+1
| * Issue #12678: Fix distutils sdist test on Windows.Nadeem Vawda2011-08-211-0/+1
* | Issue #12803: SSLContext.load_cert_chain() now accepts a password argumentAntoine Pitrou2011-08-251-0/+1
* | Issue12810: Remove check for negative unsigned value in socketmodule.c. PatchCharles-François Natali2011-08-241-0/+1
* | Close #12826: fix socketmodule.c for OpenBSD, include sys/uio.hVictor Stinner2011-08-231-0/+1
* | Fix #12811 by closing files promptly in tabnanny.check. Patch by Anthony Briggs.Nick Coghlan2011-08-221-0/+1
* | Merge fixes for #9860, #11104/#8688 and #12331 from 3.2Éric Araujo2011-07-311-0/+2
|\ \ | |/
| * Fix regression with distutils MANIFEST handing (#11104, #8688).Éric Araujo2011-07-311-0/+2
| * Issue #12464: tempfile.TemporaryDirectory.cleanup() should not follow symlinks:Charles-François Natali2011-07-291-0/+1
* | Issue 12514: Use try/finally to assure that timeit restores GC when done.Raymond Hettinger2011-07-291-0/+1
|\ \ | |/
| * Issue 12514: Use try/finally to assure that timeit restores GC when done.Raymond Hettinger2011-07-291-0/+1
* | Issue #11784: Improve multiprocessing.Process.join() documentation. Patch byCharles-François Natali2011-07-251-0/+1
* | Issue #12560: Build libpython.so on OpenBSD. Patch by Stefan Sperling.Charles-François Natali2011-07-241-0/+1
|\ \ | |/
| * Issue #12560: Build libpython.so on OpenBSD. Patch by Stefan Sperling.Charles-François Natali2011-07-241-0/+1
* | Issue #12551: Provide a get_channel_binding() method on SSL sockets so asAntoine Pitrou2011-07-201-0/+1
* | Issue #12587: Correct faulty test file and reference in test_tokenize.Ned Deily2011-07-191-0/+1
|\ \ | |/
| * Issue #12587: Correct faulty test file and reference in test_tokenize.Ned Deily2011-07-191-0/+1
* | Merge from 3.2.Eric V. Smith2011-07-181-0/+1
|\ \ | |/
| * Closes #12579. Positional fields with str.format_map() now raise a ValueError...Eric V. Smith2011-07-181-0/+1
* | Close #6755: Add get_wch() method to curses.window classVictor Stinner2011-07-141-0/+1
* | (merge 3.2) Close #4376: ctypes now supports nested structures in a endianVictor Stinner2011-07-131-0/+1
|\ \ | |/
| * Close #4376: ctypes now supports nested structures in a endian different thanVictor Stinner2011-07-131-0/+1
* | Issue #12149: Update the method cache after a type's dictionnary getsAntoine Pitrou2011-07-121-0/+1
|\ \ | |/
| * Issue #12149: Update the method cache after a type's dictionnary getsAntoine Pitrou2011-07-121-0/+1
* | Close file handles in a timely manner in packaging.database (#12504).Éric Araujo2011-07-081-0/+1
* | Factor out code used by packaging commands for HTTP requests (#12169).Éric Araujo2011-07-081-0/+1
* | Fix #11512. Add an initial test suite for the cgitb, providing 75% coverage.Brian Curtin2011-07-061-0/+1
* | merge #12147: make send_message correctly handle Sender and Resent- headers.R David Murray2011-07-031-0/+1
|\ \ | |/
| * #12147: make send_message correctly handle Sender and Resent- headers.R David Murray2011-07-031-0/+1
* | Issue #8746: Correct faulty configure checks so that os.chflags() andNed Deily2011-06-281-0/+1
|\ \ | |/
| * Issue #8746: Correct faulty configure checks so that os.chflags() andNed Deily2011-06-281-0/+1
* | Issue #4608: urllib.request.urlopen does not return an iterable objectRaymond Hettinger2011-06-261-0/+1
|\ \ | |/
| * Issue #4608: urllib.request.urlopen does not return an iterable objectRaymond Hettinger2011-06-261-0/+1
* | Merge #10206: add test for previously fixed bug.R David Murray2011-06-241-0/+1
|\ \ | |/
| * #10206: add test for previously fixed bug.R David Murray2011-06-241-0/+1
* | ACKS update for devguide patch (closes #12278)Nick Coghlan2011-06-191-0/+1
* | Branch mergeÉric Araujo2011-06-111-0/+1
|\ \
| * | Fix assorted bugs in packaging.util.cfg_to_args (#11595).Éric Araujo2011-06-101-0/+1