1. 59142db Issue #12797: Added custom opener parameter to builtin open() and FileIO.open(). by Ross Lagerwall · 13 years ago
  2. ab06e3f merge from 3.2 - Fix issue 10817 - Fix urlretrieve function to raise ContentTooShortError by Senthil Kumaran · 13 years ago
  3. ce26014 Fix issue 10817 - Fix urlretrieve function to raise ContentTooShortError by Senthil Kumaran · 13 years ago
  4. 1dca75f MERGE: Closes #13283: removal of two unused variable in locale.py by Jesus Cea · 13 years ago
  5. 5032292 Closes #13283: removal of two unused variable in locale.py by Jesus Cea · 13 years ago
  6. 39648d1 test_asyncore: Enable tests of Unix domain sockets with poll(). by Charles-François Natali · 13 years ago
  7. d1029c4 Issue 13296: Fix IDLE to clear compile __future__ flags on shell restart. by Ned Deily · 13 years ago
  8. 7aff451 Issue 13296: Fix IDLE to clear compile __future__ flags on shell restart. by Ned Deily · 13 years ago
  9. b6f019a Let's assume that the datetime module is always available. by Florent Xicluna · 13 years ago
  10. 385c803 Merge by Raymond Hettinger · 13 years ago
  11. e584457 Issue 13274: Make the pure python code for heapq more closely match the C implementation for an undefined corner case. by Raymond Hettinger · 13 years ago
  12. 75861df Fix User-Agent for the xmlrpc.client, and catch KeyboardInterrupt for the standalone xmlrpc.server. by Florent Xicluna · 13 years ago
  13. f70fd70 Merge 3.2 by Florent Xicluna · 13 years ago
  14. 93dfee1 Issue #13293: Better error message when trying to marshal bytes using xmlrpc.client. by Florent Xicluna · 13 years ago
  15. c4fec93 Cleanup xmlrpc: remove obsolete comments, unused imports. Add test for bytes marshalling. by Florent Xicluna · 13 years ago
  16. 3fa29f7 Closes #13291: NameError in xmlrpc package. by Florent Xicluna · 13 years ago
  17. fea6cb0 Issue #5661: on EPIPE/ECONNRESET, OS X returns the FD with the POLLPRI flag... by Charles-François Natali · 13 years ago
  18. d462119 Issue #5661: Add a test for ECONNRESET/EPIPE handling to test_asyncore. Patch by Charles-François Natali · 13 years ago
  19. 39be383 #13289: merge with 3.2. by Ezio Melotti · 13 years ago
  20. f78869e #13289: fix typo. by Ezio Melotti · 13 years ago
  21. b3b8ba6 bring is_integer into tested existence by Benjamin Peterson · 13 years ago
  22. 46ae0ef - Issue #13218: Fix test_ssl failures on Debian/Ubuntu. by Barry Warsaw · 13 years ago
  23. 5d1155c Closes #13258: Use callable() built-in in the standard library. by Florent Xicluna · 13 years ago
  24. f50ffa9 #13273: fix a bug that prevented HTMLParser to properly detect some tags when strict=False. by Ezio Melotti · 13 years ago
  25. e119c40 Issue #10860: Skip the new test if HTTPS is not available by Petri Lehtinen · 13 years ago
  26. f8859e1 Issue #10332: multiprocessing: fix a race condition when a Pool is closed by Charles-François Natali · 13 years ago
  27. 2903772 merge 3.2 by Benjamin Peterson · 13 years ago
  28. c21a81b - Issue #13218: Fix test_ssl failures on Debian/Ubuntu. by Barry Warsaw · 13 years ago
  29. 46f5d14 Remove no-op code from previous commit. by Florent Xicluna · 13 years ago
  30. 68f71a3 Simplify and remove few dependencies on 'errno', thanks to PEP 3151. by Florent Xicluna · 13 years ago
  31. aabbda5 Merge 3.2 by Florent Xicluna · 13 years ago
  32. 91ec2e8 #13273: merge with 3.2. by Ezio Melotti · 13 years ago
  33. 41032a6 Issue #11183: Add finer-grained exceptions to the ssl module, so that by Antoine Pitrou · 13 years ago
  34. 2f8dfcd add a test for an assertion with tuple msg by Benjamin Peterson · 13 years ago
  35. 2f3ca9f Close #13247: Add cp65001 codec, the Windows UTF-8 (CP_UTF8) by Victor Stinner · 13 years ago
  36. cc96956 Issue #10860: Skip the new test if HTTPS is not available by Petri Lehtinen · 13 years ago
  37. b9e46e9 Changed warn() to warning() in logging tests. by Vinay Sajip · 13 years ago
  38. 8b905bd Issue #13226: Add RTLD_xxx constants to the os module. These constants can by by Victor Stinner · 13 years ago
  39. e0be423 Close #10278: Add clock_getres(), clock_gettime() and CLOCK_xxx constants to by Victor Stinner · 13 years ago
  40. 90bf5f1 Remove mention of narrow/wide builds and update array doc, add a test. by Ezio Melotti · 13 years ago
  41. feeb3a3 Issue #10332: multiprocessing: fix a race condition when a Pool is closed by Charles-François Natali · 13 years ago
  42. 39411f6 Issue #13248, issue #8540: Remove deprecated Context._clamp attribute from Decimal module. by Mark Dickinson · 13 years ago
  43. 24d659d Use InterruptedError instead of checking for EINTR by Antoine Pitrou · 13 years ago
  44. 2bb96f5 Cleanup code: remove int/long idioms and simplify a while statement. by Florent Xicluna · 13 years ago
  45. 30970e9 Issue #10925: Add equivalent pure Python code for the builtin int-to-float conversion to test_long. by Mark Dickinson · 13 years ago
  46. 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 · 13 years ago
  47. 9715d26 Merge issue 1294232 patch from 3.2 by Nick Coghlan · 13 years ago
  48. de31b19 Issue 1294232: Fix errors in metaclass calculation affecting some cases of metaclass inheritance. Patch by Daniel Urban. by Nick Coghlan · 13 years ago
  49. 0a88953 Closes #13235: Changed PendingDeprecationWarning to DeprecationWarning. by Vinay Sajip · 13 years ago
  50. 931b8aa #12753: Add support for Unicode name aliases and named sequences. by Ezio Melotti · 13 years ago
  51. 3764a96 Banch merge by Éric Araujo · 13 years ago
  52. 04d5bc0 Closes #13235: Added deprecation for warn() methods and function in logging. by Vinay Sajip · 13 years ago
  53. 89d3a69 Add tests for packaging.tests.support (#12659). by Éric Araujo · 13 years ago
  54. f89ebdc Fix missing imports in setup scripts generated by packaging (#13205). by Éric Araujo · 13 years ago
  55. ac65d96 Issue #12170: The count(), find(), rfind(), index() and rindex() methods by Antoine Pitrou · 13 years ago
  56. 407cfd1 Issue #9168: now smtpd is able to bind privileged port. by Florent Xicluna · 13 years ago
  57. 711f87c Issue #9168: now smtpd is able to bind privileged port. by Florent Xicluna · 13 years ago
  58. ded203f Bytes are already distinct from text, so typed=True isn't necessary. by Raymond Hettinger · 13 years ago
  59. db84803 Simplify calls in fnmatch. by Raymond Hettinger · 13 years ago
  60. cd9fdfd Issue 13227: Option to make the lru_cache() type specific (suggested by Andrew Koenig). by Raymond Hettinger · 13 years ago
  61. 65651ea Issue #13150: Add a comment in _sysconfigdata to explain the origin of this file by Victor Stinner · 13 years ago
  62. daaaec9 Silence the FileExistsError which can be raised because of the O_EXCL flag by Antoine Pitrou · 13 years ago
  63. becd568 Issue #13121: Support in-place math operators for collections.Counter(). by Raymond Hettinger · 13 years ago
  64. 3bb8be6 Branch merge by Éric Araujo · 13 years ago
  65. 1a129c8 urllib.request - syntax changes enhancing readability. By Éric Araujo by Senthil Kumaran · 13 years ago
  66. 34d38dc urllib.request - syntax changes enhancing readability. By Éric Araujo by Senthil Kumaran · 13 years ago
  67. 7e3062b default - Fix closes Issue6090 - Raise a ValueError, instead of failing with unrelated by Senthil Kumaran · 13 years ago
  68. 29fa9d4 3.2 - Fix closes Issue6090 - Raise a ValueError, instead of failing with unrelated by Senthil Kumaran · 13 years ago
  69. 294c231 default - Fix closes Issue12529 - cgi.parse_header failure on double quotes and by Senthil Kumaran · 13 years ago
  70. 1ef0c03 3.2 - Fix closes Issue12529 - cgi.parse_header failure on double quotes and by Senthil Kumaran · 13 years ago
  71. f106449 Merge with 3.2. by Ezio Melotti · 13 years ago
  72. e130a52 Remove duplication. by Ezio Melotti · 13 years ago
  73. 784cd4c Make one function in packaging.metadata simpler by Éric Araujo · 13 years ago
  74. f3f283a Clean up some idioms in packaging tests. by Éric Araujo · 13 years ago
  75. 382067b Change signature of packaging.tests.support.LoggingCatcher.get_logs. by Éric Araujo · 13 years ago
  76. 4b5a5f7 More fixes for PEP 3147 compliance in packaging (#11254) by Éric Araujo · 13 years ago
  77. 8ccd18f Expand tests and fix bugs in packaging.util.resolve_name. by Éric Araujo · 13 years ago
  78. 318909b A ricochet from fixing #10680: http://http://example.com/ no longer reports by Łukasz Langa · 13 years ago
  79. 6c4e1ae Merged fix for #10860 from 3.2 by Łukasz Langa · 13 years ago
  80. 9e92188 Issue #12281: Fix test_codecs.test_cp932() on Windows XP by Victor Stinner · 13 years ago
  81. 62be4fb Issue #12281: Skip code page tests on non-Windows platforms by Victor Stinner · 13 years ago
  82. 3a50e70 Issue #12281: Rewrite the MBCS codec to handle correctly replace and ignore by Victor Stinner · 13 years ago
  83. a5a9a9c Fixes #10860: Handle empty port after port delimiter in httplib by Łukasz Langa · 13 years ago
  84. 1e73a24 Issue #13150: sysconfig no longer parses the Makefile and config.h files by Antoine Pitrou · 13 years ago
  85. cf28eac Issue #13188: When called without an explicit traceback argument, by Antoine Pitrou · 13 years ago
  86. 551ba20 Issue #13188: When called without an explicit traceback argument, by Antoine Pitrou · 13 years ago
  87. 3de134b #12448: merge with 3.2. by Ezio Melotti · 13 years ago
  88. 6bfecd1 #12448: smtplib now flushes stdout while running ``python -m smtplib`` by Ezio Melotti · 13 years ago
  89. 5c267e2 Close #12454: The mailbox module is now using ASCII, instead of the locale by Victor Stinner · 13 years ago
  90. 9ea8e4c Instantiate the OS-related exception as soon as we raise it, so that "except" by Victor Stinner · 13 years ago
  91. ecd0207 Issue #12367: Test test_select.test_errno() on FreeBSD by Victor Stinner · 13 years ago
  92. 707033a Issue #13146: Writing a pyc file is now atomic under POSIX. by Antoine Pitrou · 13 years ago
  93. f813080 normalize whitespace in Lib/distutils/msvc9compiler.py by Mark Hammond · 13 years ago
  94. 53e4a9a normalize whitespace in Lib/distutils/msvc9compiler.py by Mark Hammond · 13 years ago
  95. a9efb6f Issue #7833: Ext. modules built using distutils on Windows no longer get a manifest by Mark Hammond · 13 years ago
  96. 6c58b28 Issue #7833: Ext. modules built using distutils on Windows no longer get a manifest by Mark Hammond · 13 years ago
  97. f12e506 Close #13174: Fix extended attributes tests in test_os for SELinux by Victor Stinner · 13 years ago
  98. 386c2d8 test_select: use a timeout=0 in test_errno() by Victor Stinner · 13 years ago
  99. de49d64 Fix closes issue 1673007 urllib.request to support HEAD requests with a new method arg. by Senthil Kumaran · 13 years ago
  100. d8886fc Merge by Raymond Hettinger · 13 years ago