summaryrefslogtreecommitdiffstats
path: root/Misc/ACKS
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | merge headsBenjamin Peterson2011-06-101-0/+1
|\ \ \ | |/ /
| * | Don’t try to install something when running from uninstalled source (#12246).Éric Araujo2011-06-101-0/+1
* | | merge 3.2 (#12009)Benjamin Peterson2011-06-101-0/+1
|\ \ \ | |/ / |/| / | |/
| * merge 3.1 (#12009)Benjamin Peterson2011-06-101-0/+1
| |\
| | * fix regression in netrc comment handling (closes #12009)Benjamin Peterson2011-06-101-0/+1
* | | Issue #12021: Make mmap's read() method argument optional. Patch by PetriCharles-François Natali2011-06-081-0/+1
* | | Remove duplicate entry for JosipÉric Araujo2011-06-011-1/+0
* | | (Merge 3.2) Close #12085: Fix an attribute error in subprocess.Popen destructorVictor Stinner2011-05-311-0/+1
|\ \ \ | |/ /
| * | Close #12085: Fix an attribute error in subprocess.Popen destructor if theVictor Stinner2011-05-311-0/+1
* | | Tidy up the additional string module tests added at the Pycon sprints (closes...Nick Coghlan2011-05-311-0/+1
* | | Update the ACKS file with the packaging contributorsAlexis Metaireau2011-05-301-0/+38
* | | Issue #985064: Make plistlib more resilient to faulty input plists.Ned Deily2011-05-281-0/+1
|\ \ \ | |/ /
| * | Issue #985064: Make plistlib more resilient to faulty input plists.Ned Deily2011-05-281-0/+1
| |\ \ | | |/
| | * Issue #985064: Make plistlib more resilient to faulty input plists.Ned Deily2011-05-281-0/+1
* | | add ack from 2.7Benjamin Peterson2011-05-261-0/+1
* | | Issue #9971: Write an optimized implementation of BufferedReader.readinto().Antoine Pitrou2011-05-111-0/+1
* | | Issue #8498: In socket.accept(), allow to specify 0 as a backlog value inAntoine Pitrou2011-05-101-0/+1
|\ \ \ | |/ /
| * | Issue #8498: In socket.accept(), allow to specify 0 as a backlog value inAntoine Pitrou2011-05-101-0/+1