- 8808015 Improve byte-compilation in packaging to be independent of -O or -B. by Éric Araujo · 14 years ago
- dfd2328 Minor code reorganization in one packaging test file by Éric Araujo · 14 years ago
- 9ad81a3 Fix typo “seperate” by Éric Araujo · 14 years ago
- 2fbc185 Issue #13312: skip the failing negative years for now. by Florent Xicluna · 14 years ago
- dfee6c8 Actually, there's more than one failing value. (changeset 9cb1b85237a9, issue #13312). by Florent Xicluna · 14 years ago
- e2a732e Issue #13312: skip the single failing value for now. by Florent Xicluna · 14 years ago
- d1bd7f7 Additional tests for negative years. by Florent Xicluna · 14 years ago
- f24e7e6 Merge 3.2: issue #2892 by Florent Xicluna · 14 years ago
- 91d5193 Closes #2892: preserve iterparse events in case of SyntaxError. by Florent Xicluna · 14 years ago
- f588dd6 Merge test improvements from 3.2. by Ezio Melotti · 14 years ago
- c1e73c3 Make sure that the tolerant parser still parses valid HTML correctly. by Ezio Melotti · 14 years ago
- 725af4dc1 Lowercase the test name, to run last. by Florent Xicluna · 14 years ago
- 050c7e6 Replace temporary tests with the real test case for issue #13309 on Gentoo. by Florent Xicluna · 14 years ago
- 4c875a9 'HTTPSHandler' and not the type. by Senthil Kumaran · 14 years ago
- 0d54eb9 Append HTTPSHandler to __all__ when it is available. by Senthil Kumaran · 14 years ago
- 6c5bd40 issue13287 - Define __all__ for urllib.request and urllib.error and expose only by Senthil Kumaran · 14 years ago
- 712b14f Troubleshoot issue #13309 on Gentoo buildbot. by Florent Xicluna · 14 years ago
- 752c1d4c Add temporary tests to troubleshoot issue #13309 on Gentoo buildbot. by Florent Xicluna · 14 years ago
- bceb528 Test the year range supported by time.strftime() and time.asctime(). by Florent Xicluna · 14 years ago
- 629a2c3 Merge test fixes from 3.2. by Ezio Melotti · 14 years ago
- b9a48f7 Avoid reusing the same collector in the tests. by Ezio Melotti · 14 years ago
- 829c3da #12008: merge with 3.2. by Ezio Melotti · 14 years ago
- 18b0e5b #12008: add a test. by Ezio Melotti · 14 years ago
- 7de56f6 #670664: Fix HTMLParser to correctly handle the content of ``<script>...</script>`` and ``<style>...</style>``. by Ezio Melotti · 14 years ago
- 316f573 Issue #13304: Skip test case if user site-packages disabled (-s or by Ned Deily · 14 years ago
- ce26014 Fix issue 10817 - Fix urlretrieve function to raise ContentTooShortError by Senthil Kumaran · 14 years ago
- 5032292 Closes #13283: removal of two unused variable in locale.py by Jesus Cea · 14 years ago
- 7aff451 Issue 13296: Fix IDLE to clear compile __future__ flags on shell restart. by Ned Deily · 14 years ago
- e584457 Issue 13274: Make the pure python code for heapq more closely match the C implementation for an undefined corner case. by Raymond Hettinger · 14 years ago
- 93dfee1 Issue #13293: Better error message when trying to marshal bytes using xmlrpc.client. by Florent Xicluna · 14 years ago
- c4fec93 Cleanup xmlrpc: remove obsolete comments, unused imports. Add test for bytes marshalling. by Florent Xicluna · 14 years ago
- 3fa29f7 Closes #13291: NameError in xmlrpc package. by Florent Xicluna · 14 years ago
- f78869e #13289: fix typo. by Ezio Melotti · 14 years ago
- b3b8ba6 bring is_integer into tested existence by Benjamin Peterson · 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
- e119c40 Issue #10860: Skip the new test if HTTPS is not available 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
- de31b19 Issue 1294232: Fix errors in metaclass calculation affecting some cases of metaclass inheritance. Patch by Daniel Urban. by Nick Coghlan · 14 years ago
- 711f87c Issue #9168: now smtpd is able to bind privileged port. by Florent Xicluna · 14 years ago
- 34d38dc urllib.request - syntax changes enhancing readability. By Éric Araujo 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
- 1ef0c03 3.2 - Fix closes Issue12529 - cgi.parse_header failure on double quotes and by Senthil Kumaran · 14 years ago
- e130a52 Remove duplication. by Ezio Melotti · 14 years ago
- a5a9a9c Fixes #10860: Handle empty port after port delimiter in httplib by Łukasz Langa · 14 years ago
- 551ba20 Issue #13188: When called without an explicit traceback argument, by Antoine Pitrou · 14 years ago
- 6bfecd1 #12448: smtplib now flushes stdout while running ``python -m smtplib`` by Ezio Melotti · 14 years ago
- 53e4a9a normalize whitespace in Lib/distutils/msvc9compiler.py 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
- 4b779b3 Issue 13177: Make tracebacks more readable by avoiding chained exceptions in the lru_cache. by Raymond Hettinger · 14 years ago
- 181ae4b Branch merge by Éric Araujo · 14 years ago
- 7903913 #670664: merge with 3.2. by Ezio Melotti · 14 years ago
- 49ce068 Strengthen the tests for format '%Y', in relation with issue #13305. by Florent Xicluna · 14 years ago
- d61f9d1 Issue #13304: Skip test case if user site-packages disabled (-s or by Ned Deily · 14 years ago
- 2738a64 Fix regression due to changeset 2096158376e5 (issue #13305). by Florent Xicluna · 14 years ago
- e695eec Issue #13303: Fix a race condition in the bytecode file creation. by Charles-François Natali · 14 years ago
- 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
- 1dca75f MERGE: Closes #13283: removal of two unused variable in locale.py by Jesus Cea · 14 years ago
- 39648d1 test_asyncore: Enable tests of Unix domain sockets with poll(). by Charles-François Natali · 14 years ago
- d1029c4 Issue 13296: Fix IDLE to clear compile __future__ flags on shell restart. by Ned Deily · 14 years ago
- b6f019a Let's assume that the datetime module is always available. by Florent Xicluna · 14 years ago
- 385c803 Merge by Raymond Hettinger · 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
- f70fd70 Merge 3.2 by Florent Xicluna · 14 years ago
- fea6cb0 Issue #5661: on EPIPE/ECONNRESET, OS X returns the FD with the POLLPRI flag... by Charles-François Natali · 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
- 39be383 #13289: merge with 3.2. by Ezio Melotti · 14 years ago
- 2903772 merge 3.2 by Benjamin Peterson · 14 years ago
- c21a81b - Issue #13218: Fix test_ssl failures on Debian/Ubuntu. by Barry Warsaw · 14 years ago
- 46f5d14 Remove no-op code from previous commit. by Florent Xicluna · 14 years ago
- 68f71a3 Simplify and remove few dependencies on 'errno', thanks to PEP 3151. by Florent Xicluna · 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
- 2f8dfcd add a test for an assertion with tuple msg by Benjamin Peterson · 14 years ago
- 2f3ca9f Close #13247: Add cp65001 codec, the Windows UTF-8 (CP_UTF8) by Victor Stinner · 14 years ago
- cc96956 Issue #10860: Skip the new test if HTTPS is not available by Petri Lehtinen · 14 years ago
- b9e46e9 Changed warn() to warning() in logging tests. by Vinay Sajip · 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
- 90bf5f1 Remove mention of narrow/wide builds and update array doc, add a test. by Ezio Melotti · 14 years ago
- feeb3a3 Issue #10332: multiprocessing: fix a race condition when a Pool is closed by Charles-François Natali · 14 years ago
- 39411f6 Issue #13248, issue #8540: Remove deprecated Context._clamp attribute from Decimal module. by Mark Dickinson · 14 years ago
- 24d659d Use InterruptedError instead of checking for EINTR by Antoine Pitrou · 14 years ago
- 2bb96f5 Cleanup code: remove int/long idioms and simplify a while statement. by Florent Xicluna · 14 years ago
- 30970e9 Issue #10925: Add equivalent pure Python code for the builtin int-to-float conversion to test_long. by Mark Dickinson · 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
- 0a88953 Closes #13235: Changed PendingDeprecationWarning to DeprecationWarning. by Vinay Sajip · 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
- 89d3a69 Add tests for packaging.tests.support (#12659). by Éric Araujo · 14 years ago
- f89ebdc Fix missing imports in setup scripts generated by packaging (#13205). by Éric Araujo · 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
- ded203f Bytes are already distinct from text, so typed=True isn't necessary. by Raymond Hettinger · 14 years ago
- db84803 Simplify calls in fnmatch. by Raymond Hettinger · 14 years ago