1. fd66cc5 Merge from 3.3 by Andrew Kuchling · 11 years ago
  2. f92ef9b Update Itamar's name by Andrew Kuchling · 11 years ago
  3. 985ecdc ssue #19183: Implement PEP 456 'secure and interchangeable hash algorithm'. by Christian Heimes · 11 years ago
  4. 58cf607 Issue #12892: The utf-16* and utf-32* codecs now reject (lone) surrogates. by Serhiy Storchaka · 11 years ago
  5. d0cf063 Close #19406: Initial implementation of ensurepip by Nick Coghlan · 11 years ago
  6. 3241641 Issue #19514: Add Andrei Dorian Duma to Misc/ACKS for changeset 4a09cc62419b by Victor Stinner · 11 years ago
  7. 0fb23a2 Issue13234 Credit Santoso for the patch and add NEWS item by Tim Golden · 11 years ago
  8. 2300508 Issue4905: use INVALID_FILE_ATTRIBUTES where appropriate. (Patch by Ulrich Eckhardt) by Tim Golden · 11 years ago
  9. 3d3e1ba Issue #19340: Fix test_sysconfig when Python is built with an empty prefix. by Antoine Pitrou · 11 years ago
  10. dde25c4 Issue #19340: Fix test_sysconfig when Python is built with an empty prefix. by Antoine Pitrou · 11 years ago
  11. a4df90c Issue #15207: Fix mimetypes to read from correct area in Windows registry (Original patch by Dave Chambers) by Tim Golden · 11 years ago
  12. 27a8564 Issue #15207: Fix mimetypes to read from correct area in Windows registry (Original patch by Dave Chambers) by Tim Golden · 11 years ago
  13. 5c16c2e #8964: merge with 3.3. by Ezio Melotti · 11 years ago
  14. f076f53 #8964: fix platform._sys_version to handle IronPython 2.6+. by Ezio Melotti · 11 years ago
  15. 42ca982 Issue #19201: Add support for the 'x' mode to the lzma module. by Nadeem Vawda · 11 years ago
  16. 240f86d Close #19266: contextlib.ignore -> contextlib.suppress by Nick Coghlan · 11 years ago
  17. 7d270ee Issue #16129: Add `Py_SetStandardStreamEncoding` by Nick Coghlan · 11 years ago
  18. a8fc7f6 #18714: add attribution. by Georg Brandl · 11 years ago
  19. 7c67951 merge with 3.3 by Georg Brandl · 11 years ago
  20. c377fe2 Closes #1215: document better why it is not a good idea to catch e.g. SIGSEGV and refer to faulthandler. by Georg Brandl · 11 years ago
  21. 93d7dda #19148: fix markup errors and wording in enum docs. Patch by Esa Peuha. by Ezio Melotti · 11 years ago
  22. f05d981 Close #10042: functools.total_ordering now handles NotImplemented by Nick Coghlan · 11 years ago
  23. e6f4631 Merge #19092 from 3.3 by Nick Coghlan · 11 years ago
  24. 1a33b2f Close #19092: ExitStack now reraises exceptions from __exit__ by Nick Coghlan · 11 years ago
  25. 6a9c0e5 Issue #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except when necessary. by Antoine Pitrou · 11 years ago
  26. 3c678c3 Issue #12641: Avoid passing "-mno-cygwin" to the mingw32 compiler, except when necessary. by Antoine Pitrou · 11 years ago
  27. 6ba64f4 Close #18596: Support address sanity checking in clang/GCC by Nick Coghlan · 11 years ago
  28. c76aa48 merge by Raymond Hettinger · 11 years ago
  29. 46f5ca3 Issue #19018: The heapq.merge() function no longer suppresses IndexError by Raymond Hettinger · 11 years ago
  30. 12f1828 Merge for Issue #18997: Issue #18997: fix ElementTree crash with using pickle and __getstate__. by Eli Bendersky · 11 years ago
  31. 61f4cd1 Add Germán M. Bravo to Misc/ACKS by Eli Bendersky · 11 years ago
  32. 5abf3d9 Issue #18784: The uuid module no more attempts to load libc via ctypes.CDLL, by Serhiy Storchaka · 11 years ago
  33. 016af3f Issue #18784: The uuid module no more attempts to load libc via ctypes.CDLL, by Serhiy Storchaka · 11 years ago
  34. f276232 Issue #18962: Optimize the single iterator case for heapq.merge() by Raymond Hettinger · 11 years ago
  35. 9143b0e Added Elazar to Misc/ACKS. by Ethan Furman · 11 years ago
  36. 309836c Issue #18849: Fixed a Windows-specific tempfile bug where collision with an by Eli Bendersky · 11 years ago
  37. f315df3 Issue #18849: Fixed a Windows-specific tempfile bug where collision with an by Eli Bendersky · 11 years ago
  38. 207fe01 Issue #18912: Fix indentation in docstring by Eli Bendersky · 11 years ago
  39. 79a53ea Issue #18418: After fork(), reinit all threads states, not only active ones. by Charles-François Natali · 11 years ago
  40. 9939cc8 Issue #18418: After fork(), reinit all threads states, not only active ones. by Charles-François Natali · 11 years ago
  41. eb97368 Issue #11798: TestSuite now drops references to own tests after execution. by Andrew Svetlov · 11 years ago
  42. ec42975 #18833: merge with 3.3. by Ezio Melotti · 11 years ago
  43. 4f1353a #18833: add a test for test_telnetlib. Patch by Alex Volkov. by Ezio Melotti · 11 years ago
  44. 5617df1 Issue #8865: Concurrent invocation of select.poll.poll() now raises a by Serhiy Storchaka · 11 years ago
  45. b1973c2 Issue #8865: Concurrent invocation of select.poll.poll() now raises a by Serhiy Storchaka · 11 years ago
  46. ee8f773 Issue #18676: Merge from 3.3 by Terry Jan Reedy · 11 years ago
  47. 7608b60 Issue #18676: Change 'positive' to 'non-negative' in queue.py put and get by Terry Jan Reedy · 11 years ago
  48. d119b7b #18357: merge with 3.3. by Ezio Melotti · 11 years ago
  49. 2532635 #18357: add tests for dictview set difference. Patch by Fraser Tweedale. by Ezio Melotti · 11 years ago
  50. c53204b Issue #4885: Add weakref support to mmap objects. Patch by Valerie Lambert. by Antoine Pitrou · 11 years ago
  51. 2833f42 #18657: remove duplicate entries from Misc/ACKS. by R David Murray · 11 years ago
  52. 21e9ac7 Merge: #18657: remove duplicate entries from Misc/ACKS. by R David Murray · 11 years ago
  53. ffb3289 Issue #17557: merge from 3.3 by Ned Deily · 11 years ago
  54. b5dd6d2 Issue #17557: Fix os.getgroups() to work with the modified behavior of by Ned Deily · 11 years ago
  55. 69e3bda Issue #15494: test.support is now a package rather than a module by Nick Coghlan · 11 years ago
  56. fb15aa1 Close #15494: test.support is now a package rather than a module by Nick Coghlan · 11 years ago
  57. 3e1e97a #16937: merge with 3.3. by Ezio Melotti · 11 years ago
  58. 61b0c67 #16937: document that stdin is always buffered, even when -u is used. Patch by Elena Oat. by Ezio Melotti · 11 years ago
  59. 60a26e0 Issue #9177: Calling read() or write() now raises ValueError, not AttributeError, on a closed SSL socket. by Antoine Pitrou · 11 years ago
  60. 6180a2f Issue #18449: Make Tools/demo/ss1.py work again on Python 3. Patch by by Serhiy Storchaka · 11 years ago
  61. 2670b9a Issue #18449: Make Tools/demo/ss1.py work again on Python 3. Patch by by Serhiy Storchaka · 11 years ago
  62. 371f746 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  63. 4f133e2 Issue #18279: Add tests for idlelib/RstripExtension.py. Original patch by by Terry Jan Reedy · 11 years ago
  64. a79e4fb Issue #18342: Use the repr of a module name for ``from ... import by Brett Cannon · 11 years ago
  65. e173d01 Merge #17987: properly document support.captured_xxx. by R David Murray · 11 years ago
  66. 5a33f81 #17987: properly document support.captured_xxx. by R David Murray · 11 years ago
  67. 4603487 #18020: improve html.escape speed by an order of magnitude. Patch by Matt Bryant. by Ezio Melotti · 11 years ago
  68. 7e5d557 merge for issue #18351. by Brett Cannon · 11 years ago
  69. a53cca3 Issue #18351: Fix various issues with importlib._bootstrap._get_sourcefile(). by Brett Cannon · 11 years ago
  70. e0a39de #18380: merge with 3.3. by Ezio Melotti · 11 years ago
  71. 2a99d5d #18380: pass regex flags to the right argument. Patch by Valentina Mukhamedzhanova. by Ezio Melotti · 11 years ago
  72. 3720c77 Issue #18244: Adopt C3-based linearization in functools.singledispatch for improved ABC support by Łukasz Langa · 11 years ago
  73. 04926ae Issue 18240: The HMAC module is no longer restricted to bytes and accepts by Christian Heimes · 11 years ago
  74. 925a322 #18155: Regex-escape delimiter, in case it is a regex special char. by R David Murray · 11 years ago
  75. b1c6827 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  76. 70d2c71 Issue #18315: Improve fileinput docs by adding 'bufsize' where missing and by Terry Jan Reedy · 11 years ago
  77. 1a1a06e Issue #18256: Compilation fix for recent AIX releases. Patch by David Edelsohn. by Antoine Pitrou · 11 years ago
  78. 9a00e0a Issue #18256: Compilation fix for recent AIX releases. Patch by David Edelsohn. by Antoine Pitrou · 11 years ago
  79. 7bff3cb Issue #18149: Add filecmp.clear_cache() to manually clear the filecmp cache. by Ned Deily · 11 years ago
  80. 30b4131 #17511: merge with 3.3. by Roger Serwy · 11 years ago
  81. 391f469 #17511: Keep IDLE find dialog open after clicking "Find Next". by Roger Serwy · 11 years ago
  82. 7dc4c03 #18126: merge with 3.3. by Ezio Melotti · 11 years ago
  83. c1f5839 #18126: update NumPy links in the documentation. Patch by Yury V. Zaytsev. by Ezio Melotti · 11 years ago
  84. 7f7a67a Fixed #18150: duplicate test inside TestSingleDispatch by Łukasz Langa · 11 years ago
  85. db4e5c5 Issue #15392: Create a unittest framework for IDLE. by Terry Jan Reedy · 11 years ago
  86. 7f0882c Issue #17532: Always include Options menu for IDLE on OS X. by Ned Deily · 11 years ago
  87. 08231a9 Issue #17901: fix TreeBuilder construction for an explicit element_factory=None by Eli Bendersky · 11 years ago
  88. d739bda Issue #18084: Use sys.byteorder in wave.py. Original patch by Hideaki Takahashi. by Serhiy Storchaka · 11 years ago
  89. 1cfebc7 Issue #9369: The types of `char*` arguments of PyObject_CallFunction() and by Serhiy Storchaka · 11 years ago
  90. 667a03b Merge with 3.3 by Terry Jan Reedy · 11 years ago
  91. da5eb5a don't expand the operand to Py_XINCREF/XDECREF/CLEAR/DECREF multiple times (closes #17206) by Benjamin Peterson · 11 years ago
  92. 6a00b6f Issue #17532: merge by Ned Deily · 11 years ago
  93. 20c1cdd Issue #17901: fix TreeBuilder construction for an explicit element_factory=None by Eli Bendersky · 11 years ago
  94. e914123 Merge with 3.3 by Brian Curtin · 11 years ago
  95. 2502ebf Add Nick Sloan for his contribution to #17732 by Brian Curtin · 11 years ago
  96. 3068aed Issue #17606: Fixed support of encoded byte strings in the XMLGenerator by Serhiy Storchaka · 11 years ago
  97. 3eab6b3 Issue #17606: Fixed support of encoded byte strings in the XMLGenerator by Serhiy Storchaka · 11 years ago
  98. 173d410 #17841: remove missing codecs aliases from the documentation. Patch by Thomas Fenzl. by Ezio Melotti · 11 years ago
  99. 79ec9f0 #17809: merge with 3.3. by Ezio Melotti · 11 years ago
  100. ce82d57 #17809: fix a test failure in test_expanduser when $HOME has a trailing /. Patch by Kubilay Kocak. by Ezio Melotti · 11 years ago