1. 52fbea1 Fix #13327. Remove the need for an explicit None as the second argument to by Brian Curtin · 13 years ago
  2. 9589ab1 Revert "Accept None as start and stop parameters for list.index() and tuple.index()" by Petri Lehtinen · 13 years ago
  3. ebfaabd Revert "Accept None as start and stop parameters for list.index() and tuple.index()" by Petri Lehtinen · 13 years ago
  4. 864741b Issue #13350: Replace most usages of PyUnicode_Format by PyUnicode_FromFormat. by Amaury Forgeot d'Arc · 13 years ago
  5. 08ad2fb curses.tparm() is expecting a byte string, not curses.tigetstr() by Petri Lehtinen · 13 years ago
  6. fd6b582 curses.tparm() is expecting a byte string, not curses.tigetstr() by Petri Lehtinen · 13 years ago
  7. 5ee9d8a Issue #13342: input() used to ignore sys.stdin's and sys.stdout's unicode by Antoine Pitrou · 13 years ago
  8. 0d776b1 Issue #13342: input() used to ignore sys.stdin's and sys.stdout's unicode by Antoine Pitrou · 13 years ago
  9. 8e9f6c4 Accept None as start and stop parameters for list.index() and tuple.index(). by Petri Lehtinen · 13 years ago
  10. c2f0a46 Accept None as start and stop parameters for list.index() and tuple.index() by Petri Lehtinen · 13 years ago
  11. 7d7cee9 Merge heads by Petri Lehtinen · 13 years ago
  12. 6ab96e4 Remove __pycache__ directories correctly on OpenBSD by Petri Lehtinen · 13 years ago
  13. d64fc39 news note about range introspection by Benjamin Peterson · 13 years ago
  14. bc74ee0 Remove __pycache__ directories correctly on OpenBSD by Petri Lehtinen · 13 years ago
  15. 064e393 Issue #3067: Enhance the documentation and docstring of locale.setlocale() by Petri Lehtinen · 13 years ago
  16. 395ca72 Issue #3067: Enhance the documentation and docstring of locale.setlocale() by Petri Lehtinen · 13 years ago
  17. 8c481b6 Fix Maildir initialization so that maildir contents are read correctly. by Petri Lehtinen · 13 years ago
  18. 8c482ee Fix Maildir initialization so that maildir contents are read correctly. by Petri Lehtinen · 13 years ago
  19. 9028a10 Issue #13343: Fix a SystemError when a lambda expression uses a global by Amaury Forgeot d'Arc · 13 years ago
  20. 97c1bef Issue #13343: Fix a SystemError when a lambda expression uses a global by Amaury Forgeot d'Arc · 13 years ago
  21. c9f3846 Issue #3067: Fix the error raised by locale.setlocale() by Petri Lehtinen · 13 years ago
  22. 3c85fe0 Issue #3067: Fix the error raised by locale.setlocale() by Petri Lehtinen · 13 years ago
  23. 495dcbd Merge 3.2: issue #13140 by Florent Xicluna · 13 years ago
  24. 12b66b5 Closes #13140: Fix the daemon_threads attribute of ThreadingMixIn. by Florent Xicluna · 13 years ago
  25. ab1078b (Merge 3.2) Issue #13339. by Ross Lagerwall · 13 years ago
  26. dcfde5a Issue #13339: Fix compile error in posixmodule.c due to missing semicolon. by Ross Lagerwall · 13 years ago
  27. 65f51bb (Merge 3.2) Issue #10570: curses.putp() is now expecting a byte string, instead by Victor Stinner · 13 years ago
  28. b3bc7e7 Issue #10570: curses.putp() is now expecting a byte string, instead of a by Victor Stinner · 13 years ago
  29. 146f870 Branch merge by Éric Araujo · 13 years ago
  30. 8808015 Improve byte-compilation in packaging to be independent of -O or -B. by Éric Araujo · 13 years ago
  31. 8159011 Fix typos in recent NEWS entries by Éric Araujo · 13 years ago
  32. df5bccc (Merge 3.2) Issue #10570: curses.tigetstr() is now expecting a byte string, by Victor Stinner · 13 years ago
  33. 2662133 Issue #10570: curses.tigetstr() is now expecting a byte string, instead of a by Victor Stinner · 13 years ago
  34. 23e1ecb Issue #13324: fcntlmodule: Add the F_NOCACHE flag. Patch by Alex Stewart. by Charles-François Natali · 13 years ago
  35. ca897e9 #13295: http.server now produces valid HTML 4.01 strict. by Ezio Melotti · 13 years ago
  36. 91d5193 Closes #2892: preserve iterparse events in case of SyntaxError. by Florent Xicluna · 13 years ago
  37. f24e7e6 Merge 3.2: issue #2892 by Florent Xicluna · 13 years ago
  38. 6c5bd40 issue13287 - Define __all__ for urllib.request and urllib.error and expose only by Senthil Kumaran · 13 years ago
  39. 7de56f6 #670664: Fix HTMLParser to correctly handle the content of ``<script>...</script>`` and ``<style>...</style>``. by Ezio Melotti · 13 years ago
  40. 316f573 Issue #13304: Skip test case if user site-packages disabled (-s or by Ned Deily · 13 years ago
  41. ce26014 Fix issue 10817 - Fix urlretrieve function to raise ContentTooShortError by Senthil Kumaran · 13 years ago
  42. 7aff451 Issue 13296: Fix IDLE to clear compile __future__ flags on shell restart. by Ned Deily · 13 years ago
  43. 9783b44 Merge heads by Florent Xicluna · 13 years ago
  44. 93dfee1 Issue #13293: Better error message when trying to marshal bytes using xmlrpc.client. by Florent Xicluna · 13 years ago
  45. 3fa29f7 Closes #13291: NameError in xmlrpc package. by Florent Xicluna · 13 years ago
  46. cd06a14 Add Misc/NEWS entry for issue #10519 by Petri Lehtinen · 13 years ago
  47. 8db076c Issue #10363: Deallocate global locks in Py_Finalize(). by Antoine Pitrou · 13 years ago
  48. 46ae0ef - Issue #13218: Fix test_ssl failures on Debian/Ubuntu. by Barry Warsaw · 13 years ago
  49. 5d1155c Closes #13258: Use callable() built-in in the standard library. by Florent Xicluna · 13 years ago
  50. f50ffa9 #13273: fix a bug that prevented HTMLParser to properly detect some tags when strict=False. by Ezio Melotti · 13 years ago
  51. 64c1c07 merge heads by Petri Lehtinen · 13 years ago
  52. a94200e Issue #13018: Fix reference leaks in error paths in dictobject.c. by Petri Lehtinen · 13 years ago
  53. f8859e1 Issue #10332: multiprocessing: fix a race condition when a Pool is closed by Charles-François Natali · 13 years ago
  54. c45fb25 Issue #13255: wrong docstrings in array module. by Florent Xicluna · 13 years ago
  55. 023611f Issue 13141: Demonstrate recommended style for socketserver examples. by Florent Xicluna · 13 years ago
  56. de31b19 Issue 1294232: Fix errors in metaclass calculation affecting some cases of metaclass inheritance. Patch by Daniel Urban. by Nick Coghlan · 13 years ago
  57. 711f87c Issue #9168: now smtpd is able to bind privileged port. by Florent Xicluna · 13 years ago
  58. fdd4575 News entry for Issue12529 and Issue12604 by Senthil Kumaran · 13 years ago
  59. 29fa9d4 3.2 - Fix closes Issue6090 - Raise a ValueError, instead of failing with unrelated by Senthil Kumaran · 13 years ago
  60. a5a9a9c Fixes #10860: Handle empty port after port delimiter in httplib by Łukasz Langa · 13 years ago
  61. 551ba20 Issue #13188: When called without an explicit traceback argument, by Antoine Pitrou · 13 years ago
  62. 6bfecd1 #12448: smtplib now flushes stdout while running ``python -m smtplib`` by Ezio Melotti · 13 years ago
  63. bcb86c5 Issue #13194: zlib.compressobj().copy() and zlib.decompressobj().copy() are now available on Windows. by Nadeem Vawda · 13 years ago
  64. 6c58b28 Issue #7833: Ext. modules built using distutils on Windows no longer get a manifest by Mark Hammond · 13 years ago
  65. 4b779b3 Issue 13177: Make tracebacks more readable by avoiding chained exceptions in the lru_cache. by Raymond Hettinger · 13 years ago
  66. 181ae4b Branch merge by Éric Araujo · 13 years ago
  67. 7903913 #670664: merge with 3.2. by Ezio Melotti · 13 years ago
  68. d61f9d1 Issue #13304: Skip test case if user site-packages disabled (-s or by Ned Deily · 13 years ago
  69. 59142db Issue #12797: Added custom opener parameter to builtin open() and FileIO.open(). by Ross Lagerwall · 13 years ago
  70. ab06e3f merge from 3.2 - Fix issue 10817 - Fix urlretrieve function to raise ContentTooShortError by Senthil Kumaran · 13 years ago
  71. d1029c4 Issue 13296: Fix IDLE to clear compile __future__ flags on shell restart. by Ned Deily · 13 years ago
  72. 75861df Fix User-Agent for the xmlrpc.client, and catch KeyboardInterrupt for the standalone xmlrpc.server. by Florent Xicluna · 13 years ago
  73. 2b6403e Merge heads by Florent Xicluna · 13 years ago
  74. f70fd70 Merge 3.2 by Florent Xicluna · 13 years ago
  75. a7a3235 Add Misc/NEWS entry for issue #10519 by Petri Lehtinen · 13 years ago
  76. 6fbbc33 Issue #10363: Deallocate global locks in Py_Finalize(). by Antoine Pitrou · 13 years ago
  77. d462119 Issue #5661: Add a test for ECONNRESET/EPIPE handling to test_asyncore. Patch by Charles-François Natali · 13 years ago
  78. c21a81b - Issue #13218: Fix test_ssl failures on Debian/Ubuntu. by Barry Warsaw · 13 years ago
  79. aabbda5 Merge 3.2 by Florent Xicluna · 13 years ago
  80. 91ec2e8 #13273: merge with 3.2. by Ezio Melotti · 13 years ago
  81. 41032a6 Issue #11183: Add finer-grained exceptions to the ssl module, so that by Antoine Pitrou · 13 years ago
  82. 7592d05 Fix the issue number of my cp65001 commit: 13247 => issue #13216 by Victor Stinner · 13 years ago
  83. 2f3ca9f Close #13247: Add cp65001 codec, the Windows UTF-8 (CP_UTF8) by Victor Stinner · 13 years ago
  84. 82a647b Fix typo in NEWS by Victor Stinner · 13 years ago
  85. 8b905bd Issue #13226: Add RTLD_xxx constants to the os module. These constants can by by Victor Stinner · 13 years ago
  86. e0be423 Close #10278: Add clock_getres(), clock_gettime() and CLOCK_xxx constants to by Victor Stinner · 13 years ago
  87. 08a95ca merge heads by Petri Lehtinen · 13 years ago
  88. 24bd5ad Merge 3.2 by Petri Lehtinen · 13 years ago
  89. feeb3a3 Issue #10332: multiprocessing: fix a race condition when a Pool is closed by Charles-François Natali · 13 years ago
  90. 6a985c3 Merge 3.2. by Florent Xicluna · 13 years ago
  91. 39411f6 Issue #13248, issue #8540: Remove deprecated Context._clamp attribute from Decimal module. by Mark Dickinson · 13 years ago
  92. e9126b5 Merge 3.2 by Florent Xicluna · 13 years ago
  93. 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
  94. 9715d26 Merge issue 1294232 patch from 3.2 by Nick Coghlan · 13 years ago
  95. 70d86bd Issue 13243: Rename _Py_identifier to _Py_IDENTIFIER in asdl_c.py by Meador Inge · 13 years ago
  96. 931b8aa #12753: Add support for Unicode name aliases and named sequences. by Ezio Melotti · 13 years ago
  97. 3764a96 Banch merge by Éric Araujo · 13 years ago
  98. 04d5bc0 Closes #13235: Added deprecation for warn() methods and function in logging. by Vinay Sajip · 13 years ago
  99. f89ebdc Fix missing imports in setup scripts generated by packaging (#13205). by Éric Araujo · 13 years ago
  100. ac65d96 Issue #12170: The count(), find(), rfind(), index() and rindex() methods by Antoine Pitrou · 13 years ago