summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issue #10332: multiprocessing: fix a race condition when a Pool is closedCharles-François Natali2011-10-241-0/+3
* Issue #13255: wrong docstrings in array module.Florent Xicluna2011-10-241-0/+2
* Issue 13141: Demonstrate recommended style for socketserver examples.Florent Xicluna2011-10-231-0/+6
* Issue 1294232: Fix errors in metaclass calculation affecting some cases of me...Nick Coghlan2011-10-231-0/+4
* Issue #9168: now smtpd is able to bind privileged port.Florent Xicluna2011-10-201-0/+2
* News entry for Issue12529 and Issue12604Senthil Kumaran2011-10-201-0/+6
* 3.2 - Fix closes Issue6090 - Raise a ValueError, instead of failing with unre...Senthil Kumaran2011-10-191-0/+3
* Fixes #10860: Handle empty port after port delimiter in httplibŁukasz Langa2011-10-181-0/+3
* Issue #13188: When called without an explicit traceback argument,Antoine Pitrou2011-10-181-0/+4
* #12448: smtplib now flushes stdout while running ``python -m smtplib``Ezio Melotti2011-10-181-0/+3
* Issue #13194: zlib.compressobj().copy() and zlib.decompressobj().copy() are n...Nadeem Vawda2011-10-171-0/+3
* Issue #7833: Ext. modules built using distutils on Windows no longer get a ma...Mark Hammond2011-10-171-0/+4
* Issue 13177: Make tracebacks more readable by avoiding chained exceptions in ...Raymond Hettinger2011-10-161-0/+4
* Branch mergeÉric Araujo2011-10-141-0/+1
|\
| * Increase test coverage for distutils.filelist (#11751).Éric Araujo2011-10-111-0/+1
* | Issue #13158: Fix decoding and encoding of base-256 number fields in tarfile.Lars Gustäbel2011-10-141-0/+3
* | Issue #13025: mimetypes is now reading MIME types using the UTF-8 encoding,Victor Stinner2011-10-141-0/+3
* | Issue #10653: On Windows, use strftime() instead of wcsftime() becauseVictor Stinner2011-10-141-0/+3
* | Issue #13159: Replace FileIO's quadratic-time buffer growth algorithm with a ...Nadeem Vawda2011-10-131-0/+3
|/
* Branch mergeÉric Araujo2011-10-092-0/+7
|\
| * As it turns out, this bug was already in the tracker: #11171Éric Araujo2011-10-091-2/+2
| * Fix distutils.sysconfig.get_makefile_filename when prefix != exec-prefixÉric Araujo2011-10-071-0/+3
| * Fix distutils byte-compilation to comply with PEP 3147 (#11254).Éric Araujo2011-10-072-0/+4
* | Branch merge.Barry Warsaw2011-10-071-0/+4
|\ \ | |/
| * Issue #13063: the Windows error ERROR_NO_DATA (numbered 232 and describedAntoine Pitrou2011-10-071-0/+4
* | - Issue #11250: Back port fix from 3.3 branch, so that 2to3 can handle filesBarry Warsaw2011-10-071-0/+7
|/
* Issue #7367: add NEWS item.Ned Deily2011-10-061-0/+3
* Issue #12911: Fix memory consumption when calculating the repr() of huge tupl...Antoine Pitrou2011-10-061-0/+3
* Issue #13070: Fix a crash when a TextIOWrapper caught in a reference cycleCharles-François Natali2011-10-051-0/+4
* Issue #13099: Fix sqlite3.Cursor.lastrowid under a Turkish locale.Antoine Pitrou2011-10-042-0/+4
* Add John to ACKSAntoine Pitrou2011-10-041-0/+1
* Issue #13087: BufferedReader.seek() now always raises UnsupportedOperationAntoine Pitrou2011-10-041-0/+4
* Issue #7689: Allow pickling of dynamically created classes when theirAntoine Pitrou2011-10-042-0/+6
* Issue #12881: ctypes: Fix segfault with large structure field names.Meador Inge2011-10-041-0/+2
* #4147: minidom's toprettyxml no longer adds whitespace to text nodes.R David Murray2011-10-012-0/+3
* Issue #13034: When decoding some SSL certificates, the subjectAltName extensi...Antoine Pitrou2011-10-011-0/+3
* Issue #13058: ossaudiodev: fix a file descriptor leak on error. Patch by ThomasCharles-François Natali2011-09-292-0/+4
* Issue #13013: ctypes: Fix a reference leak in PyCArrayType_from_ctype.Meador Inge2011-09-282-0/+4
* Issue #12973: Fix itertools bug caused by signed integer overflow. Thanks St...Mark Dickinson2011-09-241-3/+3
* Issue #7732: Don't open a directory as a file anymore while importing aVictor Stinner2011-09-231-1/+5
* Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor wa...Jesus Cea2011-09-211-0/+3
* - Issue #13021: Missing decref on an error path. Thanks to Suman Saha forBarry Warsaw2011-09-201-0/+3
* Issue #12973: Fix undefined-behaviour-inducing overflow check in list_repeat.Mark Dickinson2011-09-191-0/+4
* Close #13007: whichdb should recognize gdbm 1.9 magic numbersJesus Cea2011-09-191-0/+2
* Issue #9871: Prevent IDLE 3 crash when given byte stingsNed Deily2011-09-142-0/+5
* Issue #12483: ctypes: Fix a crash when the destruction of a callbackAmaury Forgeot d'Arc2011-09-121-0/+3
* Branch mergeÉric Araujo2011-09-121-0/+4
|\
| * Fix determination of Metadata version (#8933). Patch by Filip Gruszczyński.Éric Araujo2011-09-091-0/+4
* | NEWSJesus Cea2011-09-101-0/+5
|/
* Issue #9561: distutils now reads and writes egg-info files using UTF-8Victor Stinner2011-09-051-1/+4