summaryrefslogtreecommitdiffstats
path: root/Misc/ACKS
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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 #12560: Build libpython.so on OpenBSD. Patch by Stefan Sperling.Charles-François Natali2011-07-241-0/+1
* Issue #12587: Correct faulty test file and reference in test_tokenize.Ned Deily2011-07-191-0/+1
* Closes #12579. Positional fields with str.format_map() now raise a ValueError...Eric V. Smith2011-07-181-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
* #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 #4608: urllib.request.urlopen does not return an iterable objectRaymond Hettinger2011-06-261-0/+1
* #10206: add test for previously fixed bug.R David Murray2011-06-241-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
* | Close #12085: Fix an attribute error in subprocess.Popen destructor if theVictor Stinner2011-05-311-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
* | Issue #8498: In socket.accept(), allow to specify 0 as a backlog value inAntoine Pitrou2011-05-101-0/+1
* | Merge: Issue #11927: SMTP_SSL now uses port 465 by default as documented.Antoine Pitrou2011-05-071-0/+1
|\ \ | |/
| * Issue #11927: SMTP_SSL now uses port 465 by default as documented. Patch by ...Antoine Pitrou2011-05-071-0/+1
| * Issue #9756: credit the author, Andreas Stührk (Trundle)Victor Stinner2011-05-011-0/+1
* | Issue #12000: When a SSL certificate has a subjectAltName without anyAntoine Pitrou2011-05-061-0/+1
* | Issue #11647: allow contextmanager objects to be used as decorators as descri...Nick Coghlan2011-05-051-0/+1
* | Closes #11324: ConfigParser(interpolation=None) doesn't work.Łukasz Langa2011-04-281-0/+1
* | Added Yuxiao Zeng for finding and resolving #11858. Thanks!Łukasz Langa2011-04-281-0/+1
* | Merge #11901: add description of how bitfields are laid out to hexversion docsR David Murray2011-04-251-0/+1
|\ \ | |/
| * #11901: add description of how bitfields are laid out to hexversion docsR David Murray2011-04-251-0/+1
* | pybench prep_times calculation error (closes #11895)Jesus Cea2011-04-251-0/+1
|\ \ | |/
| * pybench prep_times calculation error (closes #11895)Jesus Cea2011-04-251-0/+1
* | MERGE: startswith and endswith don't accept None as slice index. Patch by Tor...Jesus Cea2011-04-201-0/+1
|\ \ | |/
| * startswith and endswith don't accept None as slice index. Patch by Torsten Be...Jesus Cea2011-04-201-0/+1
* | Issue #7796: Add link to Jan Kaliszewski's alternate constructor and ABC for ...Raymond Hettinger2011-03-311-0/+1
* | merge #11696Martin v. Löwis2011-03-271-0/+1
|\ \ | |/
| * Closes #11696: Fix ID generation in msilib.Martin v. Löwis2011-03-271-0/+1
* | Merge #9696Mark Dickinson2011-03-271-0/+1
|\ \ | |/
| * Issue #9696: Fix exception incorrectly raised by xdrlib.Packer.pack_int when ...Mark Dickinson2011-03-271-0/+1
* | Merge with 3.1Ross Lagerwall2011-03-261-0/+1
|\ \ | |/
| * Issue #11659: Fix ResourceWarning in test_subprocess introduced by #11459.Ross Lagerwall2011-03-261-0/+1
| * Issue #5421: Fix misleading error message when one of socket.sendto()'sAntoine Pitrou2011-03-171-0/+1
* | Close #11577: Improve binhex test coverage and fix ResourceWarningNick Coghlan2011-03-171-0/+1
* | Merge #9298 fix.R David Murray2011-03-161-0/+1
|\ \ | |/
| * #9298: restore proper folding of base64 encoded bodies.R David Murray2011-03-161-0/+1
* | Backport improved test coverage for string.pyNick Coghlan2011-03-161-0/+1
* | Merge with 3.1Ronald Oussoren2011-03-161-0/+1
|\ \ | |/
| * Issue #11569: use absolute path to the sysctl command in multiprocessing toRonald Oussoren2011-03-161-0/+1
| * On behalf of Tarek: Issue #11501: disutils.archive_utils.make_zipfile noAntoine Pitrou2011-03-151-0/+1
| * #11515: fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-151-0/+1
| * Fix #11491. When dbm.open was called with a file which already exists andbriancurtin2011-03-141-0/+1