1. 79a53ea Issue #18418: After fork(), reinit all threads states, not only active ones. by Charles-François Natali · 11 years ago
  2. 9939cc8 Issue #18418: After fork(), reinit all threads states, not only active ones. by Charles-François Natali · 11 years ago
  3. eb97368 Issue #11798: TestSuite now drops references to own tests after execution. by Andrew Svetlov · 11 years ago
  4. ec42975 #18833: merge with 3.3. by Ezio Melotti · 11 years ago
  5. 4f1353a #18833: add a test for test_telnetlib. Patch by Alex Volkov. by Ezio Melotti · 11 years ago
  6. 5617df1 Issue #8865: Concurrent invocation of select.poll.poll() now raises a by Serhiy Storchaka · 11 years ago
  7. b1973c2 Issue #8865: Concurrent invocation of select.poll.poll() now raises a by Serhiy Storchaka · 11 years ago
  8. ee8f773 Issue #18676: Merge from 3.3 by Terry Jan Reedy · 11 years ago
  9. 7608b60 Issue #18676: Change 'positive' to 'non-negative' in queue.py put and get by Terry Jan Reedy · 11 years ago
  10. d119b7b #18357: merge with 3.3. by Ezio Melotti · 11 years ago
  11. 2532635 #18357: add tests for dictview set difference. Patch by Fraser Tweedale. by Ezio Melotti · 11 years ago
  12. c53204b Issue #4885: Add weakref support to mmap objects. Patch by Valerie Lambert. by Antoine Pitrou · 11 years ago
  13. 2833f42 #18657: remove duplicate entries from Misc/ACKS. by R David Murray · 11 years ago
  14. 21e9ac7 Merge: #18657: remove duplicate entries from Misc/ACKS. by R David Murray · 11 years ago
  15. ffb3289 Issue #17557: merge from 3.3 by Ned Deily · 11 years ago
  16. b5dd6d2 Issue #17557: Fix os.getgroups() to work with the modified behavior of by Ned Deily · 11 years ago
  17. 69e3bda Issue #15494: test.support is now a package rather than a module by Nick Coghlan · 11 years ago
  18. fb15aa1 Close #15494: test.support is now a package rather than a module by Nick Coghlan · 11 years ago
  19. 3e1e97a #16937: merge with 3.3. by Ezio Melotti · 11 years ago
  20. 61b0c67 #16937: document that stdin is always buffered, even when -u is used. Patch by Elena Oat. by Ezio Melotti · 11 years ago
  21. 60a26e0 Issue #9177: Calling read() or write() now raises ValueError, not AttributeError, on a closed SSL socket. by Antoine Pitrou · 11 years ago
  22. 6180a2f Issue #18449: Make Tools/demo/ss1.py work again on Python 3. Patch by by Serhiy Storchaka · 11 years ago
  23. 2670b9a Issue #18449: Make Tools/demo/ss1.py work again on Python 3. Patch by by Serhiy Storchaka · 11 years ago
  24. 371f746 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  25. 4f133e2 Issue #18279: Add tests for idlelib/RstripExtension.py. Original patch by by Terry Jan Reedy · 11 years ago
  26. a79e4fb Issue #18342: Use the repr of a module name for ``from ... import by Brett Cannon · 11 years ago
  27. e173d01 Merge #17987: properly document support.captured_xxx. by R David Murray · 11 years ago
  28. 5a33f81 #17987: properly document support.captured_xxx. by R David Murray · 11 years ago
  29. 4603487 #18020: improve html.escape speed by an order of magnitude. Patch by Matt Bryant. by Ezio Melotti · 11 years ago
  30. 7e5d557 merge for issue #18351. by Brett Cannon · 11 years ago
  31. a53cca3 Issue #18351: Fix various issues with importlib._bootstrap._get_sourcefile(). by Brett Cannon · 11 years ago
  32. e0a39de #18380: merge with 3.3. by Ezio Melotti · 11 years ago
  33. 2a99d5d #18380: pass regex flags to the right argument. Patch by Valentina Mukhamedzhanova. by Ezio Melotti · 11 years ago
  34. 3720c77 Issue #18244: Adopt C3-based linearization in functools.singledispatch for improved ABC support by Łukasz Langa · 11 years ago
  35. 04926ae Issue 18240: The HMAC module is no longer restricted to bytes and accepts by Christian Heimes · 11 years ago
  36. 925a322 #18155: Regex-escape delimiter, in case it is a regex special char. by R David Murray · 11 years ago
  37. b1c6827 Merge with 3.3 by Terry Jan Reedy · 11 years ago
  38. 70d2c71 Issue #18315: Improve fileinput docs by adding 'bufsize' where missing and by Terry Jan Reedy · 11 years ago
  39. 1a1a06e Issue #18256: Compilation fix for recent AIX releases. Patch by David Edelsohn. by Antoine Pitrou · 11 years ago
  40. 9a00e0a Issue #18256: Compilation fix for recent AIX releases. Patch by David Edelsohn. by Antoine Pitrou · 11 years ago
  41. 7bff3cb Issue #18149: Add filecmp.clear_cache() to manually clear the filecmp cache. by Ned Deily · 11 years ago
  42. 30b4131 #17511: merge with 3.3. by Roger Serwy · 11 years ago
  43. 391f469 #17511: Keep IDLE find dialog open after clicking "Find Next". by Roger Serwy · 11 years ago
  44. 7dc4c03 #18126: merge with 3.3. by Ezio Melotti · 11 years ago
  45. c1f5839 #18126: update NumPy links in the documentation. Patch by Yury V. Zaytsev. by Ezio Melotti · 11 years ago
  46. 7f7a67a Fixed #18150: duplicate test inside TestSingleDispatch by Łukasz Langa · 11 years ago
  47. db4e5c5 Issue #15392: Create a unittest framework for IDLE. by Terry Jan Reedy · 11 years ago
  48. 7f0882c Issue #17532: Always include Options menu for IDLE on OS X. by Ned Deily · 11 years ago
  49. 08231a9 Issue #17901: fix TreeBuilder construction for an explicit element_factory=None by Eli Bendersky · 11 years ago
  50. d739bda Issue #18084: Use sys.byteorder in wave.py. Original patch by Hideaki Takahashi. by Serhiy Storchaka · 11 years ago
  51. 1cfebc7 Issue #9369: The types of `char*` arguments of PyObject_CallFunction() and by Serhiy Storchaka · 11 years ago
  52. 667a03b Merge with 3.3 by Terry Jan Reedy · 11 years ago
  53. da5eb5a don't expand the operand to Py_XINCREF/XDECREF/CLEAR/DECREF multiple times (closes #17206) by Benjamin Peterson · 11 years ago
  54. 6a00b6f Issue #17532: merge by Ned Deily · 11 years ago
  55. 20c1cdd Issue #17901: fix TreeBuilder construction for an explicit element_factory=None by Eli Bendersky · 11 years ago
  56. e914123 Merge with 3.3 by Brian Curtin · 11 years ago
  57. 2502ebf Add Nick Sloan for his contribution to #17732 by Brian Curtin · 11 years ago
  58. 3068aed Issue #17606: Fixed support of encoded byte strings in the XMLGenerator by Serhiy Storchaka · 11 years ago
  59. 3eab6b3 Issue #17606: Fixed support of encoded byte strings in the XMLGenerator by Serhiy Storchaka · 11 years ago
  60. 173d410 #17841: remove missing codecs aliases from the documentation. Patch by Thomas Fenzl. by Ezio Melotti · 11 years ago
  61. 79ec9f0 #17809: merge with 3.3. by Ezio Melotti · 11 years ago
  62. ce82d57 #17809: fix a test failure in test_expanduser when $HOME has a trailing /. Patch by Kubilay Kocak. by Ezio Melotti · 11 years ago
  63. b3c5d85 Issue #16601: Restarting iteration over tarfile no more continues from where by Serhiy Storchaka · 11 years ago
  64. 263fab9 Issue #16601: Restarting iteration over tarfile no more continues from where by Serhiy Storchaka · 11 years ago
  65. 7168879 #17871: merge with 3.3. by Ezio Melotti · 11 years ago
  66. 9c939bc #17871: fix unittest.TextTestRunner signature in the docs. Patch by Yogesh Chaudhari. by Ezio Melotti · 11 years ago
  67. 4e59af7 #7855: merge with 3.3. by Ezio Melotti · 11 years ago
  68. 28faf03 #7855: Add tests for ctypes/winreg for issues found in IronPython. Initial patch by Dino Viehland. by Ezio Melotti · 11 years ago
  69. 4072875 merge by Raymond Hettinger · 11 years ago
  70. b98dcc1 Issue #15535: Fix pickling of named tuples. by Raymond Hettinger · 11 years ago
  71. 876f08e Merge #7152: Clarify that ProxyHandler is added only if proxy settings are detected. by R David Murray · 11 years ago
  72. 5aea37a #7152: Clarify that ProxyHandler is added only if proxy settings are detected. by R David Murray · 11 years ago
  73. 5238092 Issue #17272: Making the urllib.request's Request.full_url a descriptor. Fixes by Senthil Kumaran · 11 years ago
  74. b00b596 Issue #11714: Use 'with' statements to assure a Semaphore releases a by Serhiy Storchaka · 11 years ago
  75. 81a5855 Issue #11714: Use 'with' statements to assure a Semaphore releases a by Serhiy Storchaka · 11 years ago
  76. ed8b86d Issue #17736: fix misleading comment in _elementtree.c Patch by Jonas Wagner by Eli Bendersky · 11 years ago
  77. d4cb4b7 Issue #17736: fix misleading comment in _elementtree.c Patch by Jonas Wagner by Eli Bendersky · 11 years ago
  78. 32a23c3 #9607: Add tests for the keyword module. by R David Murray · 11 years ago
  79. f097f17 Merge #17413: make sure settrace funcs get passed exception instances for 'value'. by R David Murray · 11 years ago
  80. 3583761 #17413: make sure settrace funcs get passed exception instances for 'value'. by R David Murray · 11 years ago
  81. 72b8502 #11182: remove the unused and undocumented pydoc.Scanner class. Patch by Martin Morrison. by Ezio Melotti · 11 years ago
  82. ed3cd7e #13510: clarify that f.readlines() is note necessary to iterate over a file. Patch by Dan Riti. by Ezio Melotti · 11 years ago
  83. 26dfaac9 #17341: Include name in re error message about invalid group name. by R David Murray · 11 years ago
  84. bf71f7d Merge #17341: Include name in re error message about invalid group name. by R David Murray · 11 years ago
  85. e9bbe8b Issue #15480: Remove the deprecated and unused TYPE_INT64 code from marshal. by Antoine Pitrou · 12 years ago
  86. 6d80046 Issue #17016: Get rid of possible pointer wraparounds and integer overflows by Serhiy Storchaka · 12 years ago
  87. 4bb1734 Issue #17016: Get rid of possible pointer wraparounds and integer overflows by Serhiy Storchaka · 12 years ago
  88. 44e33f3 Revert changes for #13355 by request from Raymond Hettinger by Andrew Svetlov · 12 years ago
  89. b4fd468 Revert changes for #13355 by request from Raymond Hettinger by Andrew Svetlov · 12 years ago
  90. 7300011 Issue #13355: Raise ValueError on random.triangular call with invalid params. by Andrew Svetlov · 12 years ago
  91. a2dfc35 Issue #13355: Raise ValueError on random.triangular call with invalid params. by Andrew Svetlov · 12 years ago
  92. cbc2d29 #6696: merge with 3.3. by Ezio Melotti · 12 years ago
  93. 075d87c #6696: add documentation for the Profile objects, and improve profile/cProfile docs. Patch by Tom Pinckney. by Ezio Melotti · 12 years ago
  94. 50b24d0 Fix a crash when setting a servername callback on a SSL server socket and the client doesn't send a server name. by Antoine Pitrou · 12 years ago
  95. 161194a #12820: merge with 3.3. by Ezio Melotti · 12 years ago
  96. cd514cf #12820: add tests for the xml.dom.minicompat module. Patch by John Chandler and Phil Connell. by Ezio Melotti · 12 years ago
  97. 319d58d #17484: add tests for getpass. by R David Murray · 12 years ago
  98. 5a3c6db merge heads by Benjamin Peterson · 12 years ago
  99. 20efcfa add Zbigniew Halas to ACKS by Benjamin Peterson · 12 years ago
  100. 5cd72b7 Update argparse docs to follow order of ArgumentParser() arguments. by Andrew Svetlov · 12 years ago