1. 30f1f67 Issue #13884: Idle: Remove tearoff lines from menus. Patch by Roger Serwy. by Terry Jan Reedy · 9 years ago
  2. 41ca828 Issue #12160: Fix incorrect StreamCodec references in Codec.encode() and Codec.decode() docs. by Berker Peksag · 9 years ago
  3. dcf841b Merge by Jason R. Coombs · 9 years ago
  4. bd4dd54 Issue #23589: Remove duplicate sentence from the FAQ. Patch by Yongzhi Pan. by Robert Collins · 9 years ago
  5. 842c074 Issue #24729: Correct reference to open function. by Jason R. Coombs · 9 years ago
  6. 111803c Issue #23319: Add Matthieu Gautier to Misc/ACKS by Victor Stinner · 9 years ago
  7. 9c631a0 Issue #23319: Fix ctypes.BigEndianStructure, swap correctly bytes. Patch by Victor Stinner · 9 years ago
  8. bb1c079 Issue #19450: Update OS X installer builds to use SQLite 3.8.11. by Ned Deily · 9 years ago
  9. 1ee9283 Issue #23254: Document how to close the TCPServer listening socket. by Robert Collins · 9 years ago
  10. d8de44b Issue #24729: Update tutorial to match implementation. by Alessandro Cucci · 9 years ago
  11. 54d361f Issue #19450: Update Windows builds to use SQLite 3.8.11.0 by Steve Dower · 9 years ago
  12. acd61b6 Issue #24735: Fix invalid memory access in combinations_with_replacement() by Raymond Hettinger · 9 years ago
  13. aaf6114 Issue #23441: rcompleter now prints a tab character instead of displaying by Berker Peksag · 9 years ago
  14. 0bd5fb0 Issue #24728: Fix building without threads. by Berker Peksag · 9 years ago
  15. ddc7440 Issue #17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella. by Robert Collins · 9 years ago
  16. 83236f7 Issue #24683: Fixed crashes in _json functions called with arguments of by Serhiy Storchaka · 9 years ago
  17. 5a294d8 Issue #21697: shutil.copytree() now correctly handles symbolic links that point to directories. by Berker Peksag · 9 years ago
  18. 7e732a7 Issue #24713: Use importlib.reload() in import reference document. by Berker Peksag · 9 years ago
  19. eaf16ab asyncio: sync with github by Victor Stinner · 9 years ago
  20. 71080fc asyncio: Add asyncio.compat module by Victor Stinner · 9 years ago
  21. f05b79d Issue #24603: Update the OS X 32-bit installer build to use OpenSSL 1.0.2d. by Ned Deily · 9 years ago
  22. 178f0b6 Issue #24620: Random.setstate() now validates the value of state last element. by Serhiy Storchaka · 9 years ago
  23. f79dfe3 Add versionchanged information for mock_open. by Robert Collins · 9 years ago
  24. ca647ef Issue #21750: Further fixup to be styled like other mock APIs. by Robert Collins · 9 years ago
  25. 80e4f30 Remove line numbers from unittest in susp-ignored. by Robert Collins · 9 years ago
  26. 16dd210 Fix suspicious after the unittest docs change. by Robert Collins · 9 years ago
  27. e02f6c2 Issue #22153: Improve unittest docs. Patch from Martin Panter and evilzero. by Robert Collins · 9 years ago
  28. 689b55c Issue #24603: Update the Windows build to use OpenSSL 1.0.2d by Zachary Ware · 9 years ago
  29. 4aa30dc rstlint: explicitly open files as UTF8 by Zachary Ware · 9 years ago
  30. c75e2dd Issue #24680: Remove random backslash. Patch by cdz. by Zachary Ware · 9 years ago
  31. 750eae1 Issue #24678: Fixed raiseExceptions typo in logging tests. by Serhiy Storchaka · 9 years ago
  32. 19c1a87 Issue #20792: Expand idle_test.test_pathbowser. Tweak file to not copy twice. by Terry Jan Reedy · 9 years ago
  33. c0b1e0f Issue #24675: Avoid DeprecationWarning in test_os by Victor Stinner · 9 years ago
  34. 239aba7 Issue #19663: Improve error message for defaultdict. by Raymond Hettinger · 9 years ago
  35. 3018cc4 Issue #24206: Fixed __eq__ and __ne__ methods of inspect classes. by Serhiy Storchaka · 9 years ago
  36. d113c96 improve style of the convert macro (#24655) by Benjamin Peterson · 9 years ago
  37. 92b3e065 Typo fix in mock.patch. by Robert Collins · 9 years ago
  38. 5329aaa Issue #21750: mock_open.read_data can now be read from each instance, as it by Robert Collins · 9 years ago
  39. 579db16 Closes #23247: Fix a crash in the StreamWriter.reset() of CJK codecs by Victor Stinner · 9 years ago
  40. b37f43f - Issue #18622: unittest.mock.mock_open().reset_mock would recurse infinitely. by Robert Collins · 9 years ago
  41. 71a36f7 Issue #24634: Importing uuid should not try to load libc on Windows by Steve Dower · 9 years ago
  42. eb3c16d Adds documentation for the new Windows embedded package. by Steve Dower · 9 years ago
  43. 70e543b Issue #23756: Clarify the terms "contiguous" and "bytes-like object". by Stefan Krah · 9 years ago
  44. 0c51595 Issue #15944: memoryview: Allow arbitrary formats when casting to bytes. by Stefan Krah · 9 years ago
  45. 917c2c3 Issue #4214: Remove ineffectual /pdb:none option from msvc9compiler.py by Steve Dower · 9 years ago
  46. 8c7f955 Issue #24667: Resize odict in all cases that the underlying dict resizes. by Eric Snow · 9 years ago
  47. 31202ea Issue #24798: _msvccompiler.py doesn't properly support manifests by Steve Dower · 9 years ago
  48. 00cf3c3 Issue #4395: Better testing and documentation of binary operators. by Robert Collins · 9 years ago
  49. e03f427 Merge 3.4 (issue #23812) by Yury Selivanov · 9 years ago
  50. abfaecd Issue #23004: mock_open() now reads binary data correctly when the type of read_data is bytes. by Berker Peksag · 9 years ago
  51. 888a672 Issue #24531: Document that encoding lines cannot follow non-comment lines. by Robert Collins · 9 years ago
  52. d987a81 Issue #21279: Merge with 3.4 by Zachary Ware · 9 years ago
  53. 0901d84 Issue #23672:Merge with 3.4 by Terry Jan Reedy · 9 years ago
  54. 7d6adab whatsnew/3.5: Mention new ssl memory bio by Yury Selivanov · 9 years ago
  55. 50a2614 Issue #24791: More tests in test_parser by Yury Selivanov · 9 years ago
  56. 14acf5f Issue #24791: Fix grammar regression for call syntax: 'g(*a or b)'. by Yury Selivanov · 9 years ago
  57. cedef65 Rebuild wininst-14.0[-amd64].exe with updated tools. by Steve Dower · 9 years ago
  58. 6d0c4c3 asyncio.test_pep492: Add a test for asyncio.iscoroutinefunction by Yury Selivanov · 9 years ago
  59. 315b748 Fixes make_zip.py to create temporary .pyc files in a separate directory. This avoids polluting tests that run code from TEMP. by Steve Dower · 9 years ago
  60. 6703d03 Merge 3.4 (asyncio) by Yury Selivanov · 9 years ago
  61. 22506d2 Issue #23812: Fix asyncio.Queue.get() to avoid loosing items on cancellation. by Yury Selivanov · 9 years ago
  62. 40c0ce4 whatsnew/3.5: Mention 'typing' module docs in seealso for pep 484 by Yury Selivanov · 9 years ago
  63. 73c6f64 Merge issue #24129 from 3.4 by Nick Coghlan · 9 years ago
  64. 9db397c Fix trailing ws. by Guido van Rossum · 9 years ago
  65. cd2ac97 Merge docs for typing.py from accidental branch. by Guido van Rossum · 9 years ago
  66. d70fe63 Issue #23973: Update typing.py from GitHub repo. by Guido van Rossum · 9 years ago
  67. eae43f0 Null merge by Zachary Ware · 9 years ago
  68. 4064883 Issue #24751: Merge with 3.4 by Zachary Ware · 9 years ago
  69. 08b1817 Puts compiled pyc files into embedded library ZIP file instead of sources. by Steve Dower · 9 years ago
  70. b3ca31f Issue #20769: Improve reload() docs. Patch by Dorian Pula. by Robert Collins · 9 years ago
  71. 78c89eb Merge 3.4 by Yury Selivanov · 9 years ago
  72. 3563ccc Merge 3.4 by Yury Selivanov · 9 years ago
  73. a5a0062 whatsnew: Add pep 448 to new syntax features section by Yury Selivanov · 9 years ago
  74. 5df36af whatsnew/3.5: Briefly mention PEP 484 by Yury Selivanov · 9 years ago
  75. 216d999 whatsnew/3.5: Mention PEP 448 by Yury Selivanov · 9 years ago
  76. 1f9a29f Issue #24021: docstring for urllib.urlcleanup. by Robert Collins · 9 years ago
  77. 132aecb Issue #24771: Adds vcruntime DLL to tcltk package by Steve Dower · 9 years ago
  78. 0b64354 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  79. d6dabe0 Merge by Terry Jan Reedy · 9 years ago
  80. f71a79c Issue #24759: Merge with 3.4 by Terry Jan Reedy · 9 years ago
  81. f3d9c31 Issue #23888: Handle fractional time in cookie expiry. Patch by ssh. by Robert Collins · 9 years ago
  82. eb184e0 Issue #24272: Initial docs for typing.py (PEP 484). by Guido van Rossum · 9 years ago
  83. 13b74ae whatsnew/3.5: Mention that 'async' is a bad name for modules by Yury Selivanov · 9 years ago
  84. 6f8a058 Issue #22397: Skip failing tests on AIX by Robert Collins · 9 years ago
  85. c3fcb96 Merge 3.4 by Yury Selivanov · 9 years ago
  86. 60e3f36 Merge 3.4 (#24217) by Benjamin Peterson · 9 years ago
  87. 32ba405 Merge 3.4 by Yury Selivanov · 9 years ago
  88. 75ead2b Remove warning about asyncio being provisional (it's not in 3.5 and up). by Guido van Rossum · 9 years ago
  89. b064f1e Issue #20557: Use specific asserts in io tests. by Serhiy Storchaka · 9 years ago
  90. 13db76a Issue #23182: Merge with 3.4 by Zachary Ware · 9 years ago
  91. 1824544 Issue #23652: Merge with 3.4 by Zachary Ware · 9 years ago
  92. dba51b8 Issue 24745: Add ACKS entry. by Terry Jan Reedy · 9 years ago
  93. 1b3c8f8 Issue 24745: Merge with 3.4 by Terry Jan Reedy · 9 years ago
  94. 75b5ab5 docs: Fix productionlist for async def functions by Yury Selivanov · 9 years ago
  95. 26f6676 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  96. a0a28b0 Merge 3.4 (asyncio test) by Victor Stinner · 9 years ago
  97. 19fae1a Issue #22932: Fix timezones in email.utils.formatdate. by Robert Collins · 9 years ago
  98. a7a4c41 Merge 3.4 (asyncio) by Victor Stinner · 9 years ago
  99. b20ac4d Merge with 3.4 by Terry Jan Reedy · 9 years ago
  100. 78378e8 Issue #23779: imaplib raises TypeError if authenticator tries to abort. by Robert Collins · 9 years ago