1. 8808015 Improve byte-compilation in packaging to be independent of -O or -B. by Éric Araujo · 14 years ago
  2. dfd2328 Minor code reorganization in one packaging test file by Éric Araujo · 14 years ago
  3. 9ad81a3 Fix typo “seperate” by Éric Araujo · 14 years ago
  4. 2fbc185 Issue #13312: skip the failing negative years for now. by Florent Xicluna · 14 years ago
  5. dfee6c8 Actually, there's more than one failing value. (changeset 9cb1b85237a9, issue #13312). by Florent Xicluna · 14 years ago
  6. e2a732e Issue #13312: skip the single failing value for now. by Florent Xicluna · 14 years ago
  7. d1bd7f7 Additional tests for negative years. by Florent Xicluna · 14 years ago
  8. f24e7e6 Merge 3.2: issue #2892 by Florent Xicluna · 14 years ago
  9. 91d5193 Closes #2892: preserve iterparse events in case of SyntaxError. by Florent Xicluna · 14 years ago
  10. f588dd6 Merge test improvements from 3.2. by Ezio Melotti · 14 years ago
  11. c1e73c3 Make sure that the tolerant parser still parses valid HTML correctly. by Ezio Melotti · 14 years ago
  12. 725af4dc1 Lowercase the test name, to run last. by Florent Xicluna · 14 years ago
  13. 050c7e6 Replace temporary tests with the real test case for issue #13309 on Gentoo. by Florent Xicluna · 14 years ago
  14. 4c875a9 'HTTPSHandler' and not the type. by Senthil Kumaran · 14 years ago
  15. 0d54eb9 Append HTTPSHandler to __all__ when it is available. by Senthil Kumaran · 14 years ago
  16. 6c5bd40 issue13287 - Define __all__ for urllib.request and urllib.error and expose only by Senthil Kumaran · 14 years ago
  17. 712b14f Troubleshoot issue #13309 on Gentoo buildbot. by Florent Xicluna · 14 years ago
  18. 752c1d4c Add temporary tests to troubleshoot issue #13309 on Gentoo buildbot. by Florent Xicluna · 14 years ago
  19. bceb528 Test the year range supported by time.strftime() and time.asctime(). by Florent Xicluna · 14 years ago
  20. 629a2c3 Merge test fixes from 3.2. by Ezio Melotti · 14 years ago
  21. b9a48f7 Avoid reusing the same collector in the tests. by Ezio Melotti · 14 years ago
  22. 829c3da #12008: merge with 3.2. by Ezio Melotti · 14 years ago
  23. 18b0e5b #12008: add a test. by Ezio Melotti · 14 years ago
  24. 7de56f6 #670664: Fix HTMLParser to correctly handle the content of ``<script>...</script>`` and ``<style>...</style>``. by Ezio Melotti · 14 years ago
  25. 316f573 Issue #13304: Skip test case if user site-packages disabled (-s or by Ned Deily · 14 years ago
  26. ce26014 Fix issue 10817 - Fix urlretrieve function to raise ContentTooShortError by Senthil Kumaran · 14 years ago
  27. 5032292 Closes #13283: removal of two unused variable in locale.py by Jesus Cea · 14 years ago
  28. 7aff451 Issue 13296: Fix IDLE to clear compile __future__ flags on shell restart. by Ned Deily · 14 years ago
  29. 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
  30. 93dfee1 Issue #13293: Better error message when trying to marshal bytes using xmlrpc.client. by Florent Xicluna · 14 years ago
  31. c4fec93 Cleanup xmlrpc: remove obsolete comments, unused imports. Add test for bytes marshalling. by Florent Xicluna · 14 years ago
  32. 3fa29f7 Closes #13291: NameError in xmlrpc package. by Florent Xicluna · 14 years ago
  33. f78869e #13289: fix typo. by Ezio Melotti · 14 years ago
  34. b3b8ba6 bring is_integer into tested existence by Benjamin Peterson · 14 years ago
  35. 46ae0ef - Issue #13218: Fix test_ssl failures on Debian/Ubuntu. by Barry Warsaw · 14 years ago
  36. 5d1155c Closes #13258: Use callable() built-in in the standard library. by Florent Xicluna · 14 years ago
  37. f50ffa9 #13273: fix a bug that prevented HTMLParser to properly detect some tags when strict=False. by Ezio Melotti · 14 years ago
  38. e119c40 Issue #10860: Skip the new test if HTTPS is not available by Petri Lehtinen · 14 years ago
  39. f8859e1 Issue #10332: multiprocessing: fix a race condition when a Pool is closed by Charles-François Natali · 14 years ago
  40. de31b19 Issue 1294232: Fix errors in metaclass calculation affecting some cases of metaclass inheritance. Patch by Daniel Urban. by Nick Coghlan · 14 years ago
  41. 711f87c Issue #9168: now smtpd is able to bind privileged port. by Florent Xicluna · 14 years ago
  42. 34d38dc urllib.request - syntax changes enhancing readability. By Éric Araujo by Senthil Kumaran · 14 years ago
  43. 29fa9d4 3.2 - Fix closes Issue6090 - Raise a ValueError, instead of failing with unrelated by Senthil Kumaran · 14 years ago
  44. 1ef0c03 3.2 - Fix closes Issue12529 - cgi.parse_header failure on double quotes and by Senthil Kumaran · 14 years ago
  45. e130a52 Remove duplication. by Ezio Melotti · 14 years ago
  46. a5a9a9c Fixes #10860: Handle empty port after port delimiter in httplib by Łukasz Langa · 14 years ago
  47. 551ba20 Issue #13188: When called without an explicit traceback argument, by Antoine Pitrou · 14 years ago
  48. 6bfecd1 #12448: smtplib now flushes stdout while running ``python -m smtplib`` by Ezio Melotti · 14 years ago
  49. 53e4a9a normalize whitespace in Lib/distutils/msvc9compiler.py by Mark Hammond · 14 years ago
  50. 6c58b28 Issue #7833: Ext. modules built using distutils on Windows no longer get a manifest by Mark Hammond · 14 years ago
  51. 4b779b3 Issue 13177: Make tracebacks more readable by avoiding chained exceptions in the lru_cache. by Raymond Hettinger · 14 years ago
  52. 181ae4b Branch merge by Éric Araujo · 14 years ago
  53. 7903913 #670664: merge with 3.2. by Ezio Melotti · 14 years ago
  54. 49ce068 Strengthen the tests for format '%Y', in relation with issue #13305. by Florent Xicluna · 14 years ago
  55. d61f9d1 Issue #13304: Skip test case if user site-packages disabled (-s or by Ned Deily · 14 years ago
  56. 2738a64 Fix regression due to changeset 2096158376e5 (issue #13305). by Florent Xicluna · 14 years ago
  57. e695eec Issue #13303: Fix a race condition in the bytecode file creation. by Charles-François Natali · 14 years ago
  58. 59142db Issue #12797: Added custom opener parameter to builtin open() and FileIO.open(). by Ross Lagerwall · 14 years ago
  59. ab06e3f merge from 3.2 - Fix issue 10817 - Fix urlretrieve function to raise ContentTooShortError by Senthil Kumaran · 14 years ago
  60. 1dca75f MERGE: Closes #13283: removal of two unused variable in locale.py by Jesus Cea · 14 years ago
  61. 39648d1 test_asyncore: Enable tests of Unix domain sockets with poll(). by Charles-François Natali · 14 years ago
  62. d1029c4 Issue 13296: Fix IDLE to clear compile __future__ flags on shell restart. by Ned Deily · 14 years ago
  63. b6f019a Let's assume that the datetime module is always available. by Florent Xicluna · 14 years ago
  64. 385c803 Merge by Raymond Hettinger · 14 years ago
  65. 75861df Fix User-Agent for the xmlrpc.client, and catch KeyboardInterrupt for the standalone xmlrpc.server. by Florent Xicluna · 14 years ago
  66. f70fd70 Merge 3.2 by Florent Xicluna · 14 years ago
  67. fea6cb0 Issue #5661: on EPIPE/ECONNRESET, OS X returns the FD with the POLLPRI flag... by Charles-François Natali · 14 years ago
  68. d462119 Issue #5661: Add a test for ECONNRESET/EPIPE handling to test_asyncore. Patch by Charles-François Natali · 14 years ago
  69. 39be383 #13289: merge with 3.2. by Ezio Melotti · 14 years ago
  70. 2903772 merge 3.2 by Benjamin Peterson · 14 years ago
  71. c21a81b - Issue #13218: Fix test_ssl failures on Debian/Ubuntu. by Barry Warsaw · 14 years ago
  72. 46f5d14 Remove no-op code from previous commit. by Florent Xicluna · 14 years ago
  73. 68f71a3 Simplify and remove few dependencies on 'errno', thanks to PEP 3151. by Florent Xicluna · 14 years ago
  74. aabbda5 Merge 3.2 by Florent Xicluna · 14 years ago
  75. 91ec2e8 #13273: merge with 3.2. by Ezio Melotti · 14 years ago
  76. 41032a6 Issue #11183: Add finer-grained exceptions to the ssl module, so that by Antoine Pitrou · 14 years ago
  77. 2f8dfcd add a test for an assertion with tuple msg by Benjamin Peterson · 14 years ago
  78. 2f3ca9f Close #13247: Add cp65001 codec, the Windows UTF-8 (CP_UTF8) by Victor Stinner · 14 years ago
  79. cc96956 Issue #10860: Skip the new test if HTTPS is not available by Petri Lehtinen · 14 years ago
  80. b9e46e9 Changed warn() to warning() in logging tests. by Vinay Sajip · 14 years ago
  81. 8b905bd Issue #13226: Add RTLD_xxx constants to the os module. These constants can by by Victor Stinner · 14 years ago
  82. e0be423 Close #10278: Add clock_getres(), clock_gettime() and CLOCK_xxx constants to by Victor Stinner · 14 years ago
  83. 90bf5f1 Remove mention of narrow/wide builds and update array doc, add a test. by Ezio Melotti · 14 years ago
  84. feeb3a3 Issue #10332: multiprocessing: fix a race condition when a Pool is closed by Charles-François Natali · 14 years ago
  85. 39411f6 Issue #13248, issue #8540: Remove deprecated Context._clamp attribute from Decimal module. by Mark Dickinson · 14 years ago
  86. 24d659d Use InterruptedError instead of checking for EINTR by Antoine Pitrou · 14 years ago
  87. 2bb96f5 Cleanup code: remove int/long idioms and simplify a while statement. by Florent Xicluna · 14 years ago
  88. 30970e9 Issue #10925: Add equivalent pure Python code for the builtin int-to-float conversion to test_long. by Mark Dickinson · 14 years ago
  89. 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
  90. 9715d26 Merge issue 1294232 patch from 3.2 by Nick Coghlan · 14 years ago
  91. 0a88953 Closes #13235: Changed PendingDeprecationWarning to DeprecationWarning. by Vinay Sajip · 14 years ago
  92. 931b8aa #12753: Add support for Unicode name aliases and named sequences. by Ezio Melotti · 14 years ago
  93. 3764a96 Banch merge by Éric Araujo · 14 years ago
  94. 04d5bc0 Closes #13235: Added deprecation for warn() methods and function in logging. by Vinay Sajip · 14 years ago
  95. 89d3a69 Add tests for packaging.tests.support (#12659). by Éric Araujo · 14 years ago
  96. f89ebdc Fix missing imports in setup scripts generated by packaging (#13205). by Éric Araujo · 14 years ago
  97. ac65d96 Issue #12170: The count(), find(), rfind(), index() and rindex() methods by Antoine Pitrou · 14 years ago
  98. 407cfd1 Issue #9168: now smtpd is able to bind privileged port. by Florent Xicluna · 14 years ago
  99. ded203f Bytes are already distinct from text, so typed=True isn't necessary. by Raymond Hettinger · 14 years ago
  100. db84803 Simplify calls in fnmatch. by Raymond Hettinger · 14 years ago