1. dba51b8 Issue 24745: Add ACKS entry. by Terry Jan Reedy · 9 years ago
  2. 1c837f4 Issue 24745: Add ACKS entry. by Terry Jan Reedy · 9 years ago
  3. 1b3c8f8 Issue 24745: Merge with 3.4 by Terry Jan Reedy · 9 years ago
  4. d87d168 Issue 24745: Switch from Courier to platform-sensitive TkFixedFont as default by Terry Jan Reedy · 9 years ago
  5. 75b5ab5 docs: Fix productionlist for async def functions by Yury Selivanov · 9 years ago
  6. 26f6676 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  7. 231007f Issue #21192: Idle Editor. When a file is run, put its name in the restart bar. by Terry Jan Reedy · 9 years ago
  8. a0a28b0 Merge 3.4 (asyncio test) by Victor Stinner · 9 years ago
  9. 9a82bd4 Issue #24763: Fix asyncio test on Windows by Victor Stinner · 9 years ago
  10. 19fae1a Issue #22932: Fix timezones in email.utils.formatdate. by Robert Collins · 9 years ago
  11. 2080dc9 Issue #22932: Fix timezones in email.utils.formatdate. by Robert Collins · 9 years ago
  12. a7a4c41 Merge 3.4 (asyncio) by Victor Stinner · 9 years ago
  13. 6fb1e74 Fix ResourceWarning in asyncio.BaseSubprocessTransport by Victor Stinner · 9 years ago
  14. b20ac4d Merge with 3.4 by Terry Jan Reedy · 9 years ago
  15. 062759f Issue 24759: Gracefull exit Idle if ttk import fails. by Terry Jan Reedy · 9 years ago
  16. 78378e8 Issue #23779: imaplib raises TypeError if authenticator tries to abort. by Robert Collins · 9 years ago
  17. 5ccc18f Issue #23779: imaplib raises TypeError if authenticator tries to abort. by Robert Collins · 9 years ago
  18. 659fcb0 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  19. 30f1f67 Issue #13884: Idle: Remove tearoff lines from menus. Patch by Roger Serwy. by Terry Jan Reedy · 9 years ago
  20. b465cb5 Update default msvccompiler link options to match the options used for core builds. by Steve Dower · 9 years ago
  21. 7e94e8e Issue #12160: Fix incorrect StreamCodec references in Codec.encode() and Codec.decode() docs. by Berker Peksag · 9 years ago
  22. 41ca828 Issue #12160: Fix incorrect StreamCodec references in Codec.encode() and Codec.decode() docs. by Berker Peksag · 9 years ago
  23. 4333d8b Issue #15582: Add a whatsnew entry for inspect.getdoc() changes in 3.5. by Berker Peksag · 9 years ago
  24. 61d5aab py_getrandom(): getrandom() *can* return EINTR by Victor Stinner · 9 years ago
  25. 707deb9 Issue #24109: Include Tools/scripts/diff.py instead of duplicating it in difflib documentation. by Berker Peksag · 9 years ago
  26. 0598da3 Merge with 3.4 for Issue #24729 by Jason R. Coombs · 9 years ago
  27. dcf841b Merge by Jason R. Coombs · 9 years ago
  28. f8d5063 Issue #23589: Remove duplicate sentence from the FAQ. Patch by Yongzhi Pan. by Robert Collins · 9 years ago
  29. bd4dd54 Issue #23589: Remove duplicate sentence from the FAQ. Patch by Yongzhi Pan. by Robert Collins · 9 years ago
  30. 842c074 Issue #24729: Correct reference to open function. by Jason R. Coombs · 9 years ago
  31. 991d1d3 Merge 3.4 (Misc/ACKS) by Victor Stinner · 9 years ago
  32. 111803c Issue #23319: Add Matthieu Gautier to Misc/ACKS by Victor Stinner · 9 years ago
  33. 5ef6fde Merge 3.4 (ctypes) by Victor Stinner · 9 years ago
  34. 9c631a0 Issue #23319: Fix ctypes.BigEndianStructure, swap correctly bytes. Patch by Victor Stinner · 9 years ago
  35. e0374c7 Issue #19450: merge from 3.4 by Ned Deily · 9 years ago
  36. bb1c079 Issue #19450: Update OS X installer builds to use SQLite 3.8.11. by Ned Deily · 9 years ago
  37. f7e3b5e Issue #23254: Document how to close the TCPServer listening socket. by Robert Collins · 9 years ago
  38. 1ee9283 Issue #23254: Document how to close the TCPServer listening socket. by Robert Collins · 9 years ago
  39. ace8848 What's New in Python 3.5: document os.urandom() changes by Victor Stinner · 9 years ago
  40. 9881013 What's New in Python 3.5: document socket.sendall() change on timeout by Victor Stinner · 9 years ago
  41. 287452e What's New in Python 3.5: Document ssl methods change on timeout by Victor Stinner · 9 years ago
  42. 6752d65 What's New in Python 3.5: move PEP 475 doc by Victor Stinner · 9 years ago
  43. d8de44b Issue #24729: Update tutorial to match implementation. by Alessandro Cucci · 9 years ago
  44. 4e167ca Issue #19450: Update Windows builds to use SQLite 3.8.11.0 by Steve Dower · 9 years ago
  45. 54d361f Issue #19450: Update Windows builds to use SQLite 3.8.11.0 by Steve Dower · 9 years ago
  46. d2117e1 merge by Raymond Hettinger · 9 years ago
  47. acd61b6 Issue #24735: Fix invalid memory access in combinations_with_replacement() by Raymond Hettinger · 9 years ago
  48. de9fb28 Allow intermediate build directory to be overridden. by Steve Dower · 9 years ago
  49. bea232a Issue #24732, #23834: Fix sock_accept_impl() on Windows by Victor Stinner · 9 years ago
  50. 0659c43 Issue #23441: rcompleter now prints a tab character instead of displaying by Berker Peksag · 9 years ago
  51. aaf6114 Issue #23441: rcompleter now prints a tab character instead of displaying by Berker Peksag · 9 years ago
  52. 367c07f Issue #24728: Null merge by Berker Peksag · 9 years ago
  53. 0bd5fb0 Issue #24728: Fix building without threads. by Berker Peksag · 9 years ago
  54. c0cbed1 Fix refleak. by Stefan Krah · 9 years ago
  55. f66f420 Issue #17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella. by Robert Collins · 9 years ago
  56. ddc7440 Issue #17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella. by Robert Collins · 9 years ago
  57. 71427ee Merge Python 3.5.0b4 changes back with 3.5 branch head. by Larry Hastings · 9 years ago
  58. 3d1dc90 Post-release updates for Python 3.5.0b4. by Larry Hastings · 9 years ago
  59. f002225 Issue #24683: Fixed crashes in _json functions called with arguments of by Serhiy Storchaka · 9 years ago
  60. 83236f7 Issue #24683: Fixed crashes in _json functions called with arguments of by Serhiy Storchaka · 9 years ago
  61. baacc61 Added tag v3.5.0b4 for changeset c0d641054635 by Larry Hastings · 9 years ago
  62. 164df4e Version bump for Python 3.5.0b4. by Larry Hastings · 9 years ago
  63. 197ae02 Updated pydoc topics for 3.5.0b4. by Larry Hastings · 9 years ago
  64. 940d69d Issue #21697: shutil.copytree() now correctly handles symbolic links that point to directories. by Berker Peksag · 9 years ago
  65. 5a294d8 Issue #21697: shutil.copytree() now correctly handles symbolic links that point to directories. by Berker Peksag · 9 years ago
  66. bf1d4b6 Issue #24420: Fix documentation regression introduced by f0a00ee094ff. by Berker Peksag · 9 years ago
  67. 00f8197 Issue #24279: Update test_base64 to use test.support.script_helper. by Berker Peksag · 9 years ago
  68. a1bddad Issue #24713: Use importlib.reload() in import reference document. by Berker Peksag · 9 years ago
  69. 7e732a7 Issue #24713: Use importlib.reload() in import reference document. by Berker Peksag · 9 years ago
  70. 374164c Issue #14373: Fixed segmentation fault when gc.collect() is called during by Serhiy Storchaka · 9 years ago
  71. 389e3d7 Merge 3.4 by Victor Stinner · 9 years ago
  72. eaf16ab asyncio: sync with github by Victor Stinner · 9 years ago
  73. 71080fc asyncio: Add asyncio.compat module by Victor Stinner · 9 years ago
  74. 71f70b8 Issue #24603: merge from 3.4 by Ned Deily · 9 years ago
  75. f05b79d Issue #24603: Update the OS X 32-bit installer build to use OpenSSL 1.0.2d. by Ned Deily · 9 years ago
  76. c3f417d Issue #24695: Fix a regression in traceback.print_exception() by Berker Peksag · 9 years ago
  77. c19bb32 Issue #24620: Random.setstate() now validates the value of state last element. by Serhiy Storchaka · 9 years ago
  78. 178f0b6 Issue #24620: Random.setstate() now validates the value of state last element. by Serhiy Storchaka · 9 years ago
  79. 5b718d7 Issue #24485: Function source inspection fails on closures. by Meador Inge · 9 years ago
  80. 7039839 Add versionchanged information for mock_open. by Robert Collins · 9 years ago
  81. f79dfe3 Add versionchanged information for mock_open. by Robert Collins · 9 years ago
  82. 88ba360 Issue #21750: Further fixup to be styled like other mock APIs. by Robert Collins · 9 years ago
  83. ca647ef Issue #21750: Further fixup to be styled like other mock APIs. by Robert Collins · 9 years ago
  84. 4f4913b Issue #24485: Revert backwards compatibility breaking changes of #21217. by Yury Selivanov · 9 years ago
  85. 4887523c Issue #24692: Add more tests for types.coroutine by Yury Selivanov · 9 years ago
  86. 96ec934 Issue #24619: Simplify async/await tokenization. by Yury Selivanov · 9 years ago
  87. f315c1c Issue #24687: Plug refleak on SyntaxError in function parameters annotations. by Yury Selivanov · 9 years ago
  88. 2f07a66 Issue #24688: ast.get_docstring() for 'async def' functions. by Yury Selivanov · 9 years ago
  89. 943ddac Remove line numbers from unittest in susp-ignored. by Robert Collins · 9 years ago
  90. 80e4f30 Remove line numbers from unittest in susp-ignored. by Robert Collins · 9 years ago
  91. 6cd5635 Merge unittest docs suspicious fix. by Robert Collins · 9 years ago
  92. 16dd210 Fix suspicious after the unittest docs change. by Robert Collins · 9 years ago
  93. 38de40d Issue #22153: Improve unittest docs. Patch from Martin Panter and evilzero. by Robert Collins · 9 years ago
  94. e02f6c2 Issue #22153: Improve unittest docs. Patch from Martin Panter and evilzero. by Robert Collins · 9 years ago
  95. b575432 Issue #23440: Improve http.server.SimpleHTTPRequestHandler tests by Berker Peksag · 9 years ago
  96. b7666a3 Issue #24619: More tests; fix nits in compiler.c by Yury Selivanov · 9 years ago
  97. 8fb307c Issue #24619: New approach for tokenizing async/await. by Yury Selivanov · 9 years ago
  98. 80acc3e Issue #24603: Update the Windows build to use OpenSSL 1.0.2d by Zachary Ware · 9 years ago
  99. 689b55c Issue #24603: Update the Windows build to use OpenSSL 1.0.2d by Zachary Ware · 9 years ago
  100. d7841ef Merge with 3.4 by Zachary Ware · 9 years ago