- 59142db Issue #12797: Added custom opener parameter to builtin open() and FileIO.open(). by Ross Lagerwall · 14 years ago
- ab06e3f merge from 3.2 - Fix issue 10817 - Fix urlretrieve function to raise ContentTooShortError by Senthil Kumaran · 14 years ago
- ce26014 Fix issue 10817 - Fix urlretrieve function to raise ContentTooShortError by Senthil Kumaran · 14 years ago
- d1029c4 Issue 13296: Fix IDLE to clear compile __future__ flags on shell restart. by Ned Deily · 14 years ago
- 7aff451 Issue 13296: Fix IDLE to clear compile __future__ flags on shell restart. by Ned Deily · 14 years ago
- 75861df Fix User-Agent for the xmlrpc.client, and catch KeyboardInterrupt for the standalone xmlrpc.server. by Florent Xicluna · 14 years ago
- 9783b44 Merge heads by Florent Xicluna · 14 years ago
- 2b6403e Merge heads by Florent Xicluna · 14 years ago
- f70fd70 Merge 3.2 by Florent Xicluna · 14 years ago
- 93dfee1 Issue #13293: Better error message when trying to marshal bytes using xmlrpc.client. by Florent Xicluna · 14 years ago
- 3fa29f7 Closes #13291: NameError in xmlrpc package. by Florent Xicluna · 14 years ago
- a7a3235 Add Misc/NEWS entry for issue #10519 by Petri Lehtinen · 14 years ago
- cd06a14 Add Misc/NEWS entry for issue #10519 by Petri Lehtinen · 14 years ago
- 6fbbc33 Issue #10363: Deallocate global locks in Py_Finalize(). by Antoine Pitrou · 14 years ago
- 8db076c Issue #10363: Deallocate global locks in Py_Finalize(). by Antoine Pitrou · 14 years ago
- d462119 Issue #5661: Add a test for ECONNRESET/EPIPE handling to test_asyncore. Patch by Charles-François Natali · 14 years ago
- 46ae0ef - Issue #13218: Fix test_ssl failures on Debian/Ubuntu. by Barry Warsaw · 14 years ago
- 5d1155c Closes #13258: Use callable() built-in in the standard library. by Florent Xicluna · 14 years ago
- f50ffa9 #13273: fix a bug that prevented HTMLParser to properly detect some tags when strict=False. by Ezio Melotti · 14 years ago
- 64c1c07 merge heads by Petri Lehtinen · 14 years ago
- a94200e Issue #13018: Fix reference leaks in error paths in dictobject.c. by Petri Lehtinen · 14 years ago
- f8859e1 Issue #10332: multiprocessing: fix a race condition when a Pool is closed by Charles-François Natali · 14 years ago
- c45fb25 Issue #13255: wrong docstrings in array module. by Florent Xicluna · 14 years ago
- 023611f Issue 13141: Demonstrate recommended style for socketserver examples. by Florent Xicluna · 14 years ago
- c21a81b - Issue #13218: Fix test_ssl failures on Debian/Ubuntu. by Barry Warsaw · 14 years ago
- aabbda5 Merge 3.2 by Florent Xicluna · 14 years ago
- 91ec2e8 #13273: merge with 3.2. by Ezio Melotti · 14 years ago
- 41032a6 Issue #11183: Add finer-grained exceptions to the ssl module, so that by Antoine Pitrou · 14 years ago
- 7592d05 Fix the issue number of my cp65001 commit: 13247 => issue #13216 by Victor Stinner · 14 years ago
- 2f3ca9f Close #13247: Add cp65001 codec, the Windows UTF-8 (CP_UTF8) by Victor Stinner · 14 years ago
- 82a647b Fix typo in NEWS by Victor Stinner · 14 years ago
- 8b905bd Issue #13226: Add RTLD_xxx constants to the os module. These constants can by by Victor Stinner · 14 years ago
- e0be423 Close #10278: Add clock_getres(), clock_gettime() and CLOCK_xxx constants to by Victor Stinner · 14 years ago
- 08a95ca merge heads by Petri Lehtinen · 14 years ago
- 24bd5ad Merge 3.2 by Petri Lehtinen · 14 years ago
- feeb3a3 Issue #10332: multiprocessing: fix a race condition when a Pool is closed by Charles-François Natali · 14 years ago
- 6a985c3 Merge 3.2. by Florent Xicluna · 14 years ago
- 39411f6 Issue #13248, issue #8540: Remove deprecated Context._clamp attribute from Decimal module. by Mark Dickinson · 14 years ago
- e9126b5 Merge 3.2 by Florent Xicluna · 14 years ago
- 3664568 Issue #13201: equality for range objects is now based on equality of the underlying sequences. Thanks Sven Marnach for the patch. by Mark Dickinson · 14 years ago
- 9715d26 Merge issue 1294232 patch from 3.2 by Nick Coghlan · 14 years ago
- de31b19 Issue 1294232: Fix errors in metaclass calculation affecting some cases of metaclass inheritance. Patch by Daniel Urban. by Nick Coghlan · 14 years ago
- 931b8aa #12753: Add support for Unicode name aliases and named sequences. by Ezio Melotti · 14 years ago
- 3764a96 Banch merge by Éric Araujo · 14 years ago
- 04d5bc0 Closes #13235: Added deprecation for warn() methods and function in logging. by Vinay Sajip · 14 years ago
- ac65d96 Issue #12170: The count(), find(), rfind(), index() and rindex() methods by Antoine Pitrou · 14 years ago
- 407cfd1 Issue #9168: now smtpd is able to bind privileged port. by Florent Xicluna · 14 years ago
- 711f87c Issue #9168: now smtpd is able to bind privileged port. by Florent Xicluna · 14 years ago
- 00e36e5 News entry for Issue12529 and Issue12604 by Senthil Kumaran · 14 years ago
- fdd4575 News entry for Issue12529 and Issue12604 by Senthil Kumaran · 14 years ago
- cd9fdfd Issue 13227: Option to make the lru_cache() type specific (suggested by Andrew Koenig). by Raymond Hettinger · 14 years ago
- becd568 Issue #13121: Support in-place math operators for collections.Counter(). by Raymond Hettinger · 14 years ago
- 3bb8be6 Branch merge by Éric Araujo · 14 years ago
- 7e3062b default - Fix closes Issue6090 - Raise a ValueError, instead of failing with unrelated by Senthil Kumaran · 14 years ago
- 29fa9d4 3.2 - Fix closes Issue6090 - Raise a ValueError, instead of failing with unrelated by Senthil Kumaran · 14 years ago
- 4f99644 Fix typo by Éric Araujo · 14 years ago
- 3a50e70 Issue #12281: Rewrite the MBCS codec to handle correctly replace and ignore by Victor Stinner · 14 years ago
- a5a9a9c Fixes #10860: Handle empty port after port delimiter in httplib by Łukasz Langa · 14 years ago
- 1e73a24 Issue #13150: sysconfig no longer parses the Makefile and config.h files by Antoine Pitrou · 14 years ago
- cf28eac Issue #13188: When called without an explicit traceback argument, by Antoine Pitrou · 14 years ago
- 551ba20 Issue #13188: When called without an explicit traceback argument, by Antoine Pitrou · 14 years ago
- 3de134b #12448: merge with 3.2. by Ezio Melotti · 14 years ago
- 6bfecd1 #12448: smtplib now flushes stdout while running ``python -m smtplib`` by Ezio Melotti · 14 years ago
- 5c267e2 Close #12454: The mailbox module is now using ASCII, instead of the locale by Victor Stinner · 14 years ago
- 2b9f36c Merge #13194: zlib.compressobj().copy() and zlib.decompressobj().copy() are now available on Windows. by Nadeem Vawda · 14 years ago
- bcb86c5 Issue #13194: zlib.compressobj().copy() and zlib.decompressobj().copy() are now available on Windows. by Nadeem Vawda · 14 years ago
- 707033a Issue #13146: Writing a pyc file is now atomic under POSIX. by Antoine Pitrou · 14 years ago
- a9efb6f Issue #7833: Ext. modules built using distutils on Windows no longer get a manifest by Mark Hammond · 14 years ago
- 6c58b28 Issue #7833: Ext. modules built using distutils on Windows no longer get a manifest by Mark Hammond · 14 years ago
- de49d64 Fix closes issue 1673007 urllib.request to support HEAD requests with a new method arg. by Senthil Kumaran · 14 years ago
- 4b779b3 Issue 13177: Make tracebacks more readable by avoiding chained exceptions in the lru_cache. by Raymond Hettinger · 14 years ago
- d139b99 Fix writing of the RESOURCES file by packaging (#12386) by Éric Araujo · 14 years ago
- ac3d137 Issue #13158: Fix decoding and encoding of base-256 number fields in tarfile. by Lars Gustäbel · 14 years ago
- 01277d1 Merge with 3.2: Issue #13158: Fix decoding and encoding of base-256 number fields in tarfile. by Lars Gustäbel · 14 years ago
- 0e7e715 (Merge 3.2) Issue #13025: mimetypes is now reading MIME types using the UTF-8 by Victor Stinner · 14 years ago
- 82ac9bc Issue #13025: mimetypes is now reading MIME types using the UTF-8 encoding, by Victor Stinner · 14 years ago
- 792b47f (Merge 3.2) Issue #10653: On Windows, use strftime() instead of wcsftime() by Victor Stinner · 14 years ago
- c1f32ca Issue #10653: On Windows, use strftime() instead of wcsftime() because by Victor Stinner · 14 years ago
- 72d6a13 Merge #13159: Replace FileIO's quadratic-time buffer growth algorithm with a linear-time one. by Nadeem Vawda · 14 years ago
- d41a98b Issue #13159: Replace FileIO's quadratic-time buffer growth algorithm with a linear-time one. by Nadeem Vawda · 14 years ago
- 6b4883d PEP 3151 / issue #12555: reworking the OS and IO exception hierarchy. by Antoine Pitrou · 14 years ago
- 10a99b0 Issue #13150: The tokenize module doesn't compile large regular expressions at startup anymore. by Antoine Pitrou · 14 years ago
- afe55bb Add API for static strings, primarily good for identifiers. by Martin v. Löwis · 14 years ago
- 67df285 Merge 3.2 by Éric Araujo · 14 years ago
- 9255464 Branch merge by Éric Araujo · 14 years ago
- a5bc34f Branch merge by Éric Araujo · 14 years ago
- 8af607b As it turns out, this bug was already in the tracker: #11171 by Éric Araujo · 14 years ago
- a29e4f6 Fix packaging byte-compilation to comply with PEP 3147 (#11254). by Éric Araujo · 14 years ago
- 6ebea15 Merge fixes for #10526, #10359, #11254, #9100 and the bug without number by Éric Araujo · 14 years ago
- fea2d04 Fix distutils.sysconfig.get_makefile_filename when prefix != exec-prefix by Éric Araujo · 14 years ago
- 47a4521 Fix distutils byte-compilation to comply with PEP 3147 (#11254). by Éric Araujo · 14 years ago
- cb9c5ba - Re-enable lib2to3's test_parser.py tests, though with an expected failure by Barry Warsaw · 14 years ago
- c6cfd4a Branch merge. by Barry Warsaw · 14 years ago
- 78f89d8 - Issue #11250: Back port fix from 3.3 branch, so that 2to3 can handle files by Barry Warsaw · 14 years ago
- 789e7ad Issue #13063: the Windows error ERROR_NO_DATA (numbered 232 and described by Antoine Pitrou · 14 years ago
- 586bfe4 Issue #13063: the Windows error ERROR_NO_DATA (numbered 232 and described by Antoine Pitrou · 14 years ago
- 14c0f03 Issue #12943: python -m tokenize support has been added to tokenize. by Meador Inge · 14 years ago
- 438818b Issue #7367: merge from 3.2 by Ned Deily · 14 years ago
- 7b847a4 Issue #7367: add NEWS item. by Ned Deily · 14 years ago
- 47413c1 Issue #10141: socket: add SocketCAN (PF_CAN) support. Initial patch by Matthias by Charles-François Natali · 14 years ago