1. b1321fb Issue #28394: More typo fixes for 3.6+ by Martin Panter · 9 years ago
  2. 75907bc Issue #28389: Merge from 3.5 by Berker Peksag · 9 years ago
  3. 0aa7887 Issue #28389: Fix ProxiedTransport example in xmlrpc.client documentation by Berker Peksag · 9 years ago
  4. 7b2aa2e Adjust ClassVar example to use pre-PEP-526 syntax. (Issue #28388) by Guido van Rossum · 9 years ago
  5. b258db9 Issue #28388: update typing module documentation. (merge 3.5->3.6) by Guido van Rossum · 9 years ago
  6. deed0c7 Issue #28388: update typing module documentation. by Guido van Rossum · 9 years ago
  7. 21d9f10 Merge from 3.5. by Serhiy Storchaka · 9 years ago
  8. 9c0e1f8 Issue #28379: Added sanity checks and tests for PyUnicode_CopyCharacters(). by Serhiy Storchaka · 9 years ago
  9. 3e49264 Issue #28390: Fix header levels in whatsnew/3.6.rst by Berker Peksag · 9 years ago
  10. e45b7c0 Issue #18287: PyType_Ready() now checks that tp_name is not NULL. by Serhiy Storchaka · 9 years ago
  11. de0574b Issue #18287: PyType_Ready() now checks that tp_name is not NULL. by Serhiy Storchaka · 9 years ago
  12. 002b0a7 Issue #28348: Fix typo in asyncio.Task() documentation by Berker Peksag · 9 years ago
  13. fae2829 Issue #27181 remove geometric_mean and defer for 3.7. by Steven D'Aprano · 9 years ago
  14. 5cb63ae Issue #28348: Merge from 3.5 by Berker Peksag · 9 years ago
  15. 5f59ddd Issue #28229: lzma module now supports pathlib by Berker Peksag · 9 years ago
  16. fb12ce1 Issue #28218: Fixes versionadded description in using/windows.rst by Steve Dower · 9 years ago
  17. b364857 Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4(). by Serhiy Storchaka · 9 years ago
  18. cc16423 Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4(). by Serhiy Storchaka · 9 years ago
  19. 8bdd448 Issue #28225: bz2 module now supports pathlib by Berker Peksag · 9 years ago
  20. 03020cf Issue #28227: gzip now supports pathlib by Berker Peksag · 9 years ago
  21. ef223a1 Issue #28228: imghdr now supports pathlib by Berker Peksag · 9 years ago
  22. 41937bc Issue #28319: Merge from 3.5 by Berker Peksag · 9 years ago
  23. b334ee0 Issue #28319: Fix typo in lzma.rst by Berker Peksag · 9 years ago
  24. 009bc05 Merge from 3.5 by Berker Peksag · 9 years ago
  25. 5e3677d Fix markup in pathlib.rst by Berker Peksag · 9 years ago
  26. 50bb940 Merge from 3.5 by Berker Peksag · 9 years ago
  27. 06a8ac0 Fix Path.glob() link, reported by SilentGhost by Berker Peksag · 9 years ago
  28. 812a2b6 Issue #28226: compileall now supports pathlib by Berker Peksag · 9 years ago
  29. b4b55eb Merge with 3.5 by Terry Jan Reedy · 9 years ago
  30. 30eee4d Issue #28815: Change '?' to '<module>' in some doc examples. by Terry Jan Reedy · 9 years ago
  31. e5ccf3d Issue #28306: Merge from 3.5 by Berker Peksag · 9 years ago
  32. cf79cdb Issue #28306: Update exception message of ZeroDivisionError by Berker Peksag · 9 years ago
  33. db83f72 Issue #27740: Merge from 3.5 by Berker Peksag · 9 years ago
  34. ab39b09 Issue #27740: Fix typo in Py_CompileStringExFlags by Berker Peksag · 9 years ago
  35. fa4a305 Issue #21903: Merge from 3.5 by Berker Peksag · 9 years ago
  36. de55c61 Issue #21903: Update ctypes example to use MessageBoxW by Berker Peksag · 9 years ago
  37. 19f2327 Issue #26439: Merge ctypes doc from 3.5 into 3.6 by Martin Panter · 9 years ago
  38. f18a5da Issue #26439: Document that RTLD_NOW is always added by Martin Panter · 9 years ago
  39. 9016f28 Issue #18844: Make the number of selections a keyword-only argument for random.choices(). by Raymond Hettinger · 9 years ago
  40. de10dbe Issue #10673: Merge from 3.5 by Berker Peksag · 9 years ago
  41. a24d2d8 Issue #10673: Document that Process.exitcode can be used to determine timeout by Berker Peksag · 9 years ago
  42. 8d08265 Merge from 3.5 by Berker Peksag · 9 years ago
  43. 6129e14 Document that os.mknod() is not available on Windows by Berker Peksag · 9 years ago
  44. 20d458f Merge from 3.5 by Berker Peksag · 9 years ago
  45. 996e5f9 os.genenvb() is not availabnle under Windows by Berker Peksag · 9 years ago
  46. 4781b59 Issues #25909, #28211: Restored correct documentation of PyMapping_Items, by Serhiy Storchaka · 9 years ago
  47. 1d480be Issues #25909, #28211: Restored correct documentation of PyMapping_Items, by Serhiy Storchaka · 9 years ago
  48. a653196 Remove mention of asyncio.timeout context manager (it was removed) by Guido van Rossum · 9 years ago
  49. 7652853 Issue #28251: Improvements to help manuals on Windows. by Steve Dower · 9 years ago
  50. fb4a96a Issue #28251: Improvements to help manuals on Windows. by Steve Dower · 9 years ago
  51. 7582bca Make 3.7 the current dev version in the html version of the docs. by Ned Deily · 9 years ago
  52. a327331 Make 3.7 the current dev version in the html version of the docs. by Ned Deily · 9 years ago
  53. 1daf6da MERGE: Docs: Correctly link to the methods by Jesus Cea · 9 years ago
  54. 647680e Docs: Correctly link to the methods by Jesus Cea · 9 years ago
  55. 3515dcc issue23591: fix flag decomposition and repr by Ethan Furman · 9 years ago
  56. 74f4af7 Issue #27932: Prevent memory leak in win32_ver(). by Steve Dower · 9 years ago
  57. ed51b26 Issue #28137: Renames Windows path file to ._pth by Steve Dower · 9 years ago
  58. 8761e59 Pending final editing of 3.6 whatsnew, add a list of all PEPs implemented. by Ned Deily · 9 years ago
  59. 7b4bcd2 Issue #25270: Merge from 3.5 by Berker Peksag · 9 years ago
  60. 4a72a7b Issue #25270: Prevent codecs.escape_encode() from raising SystemError when an empty bytestring is passed by Berker Peksag · 9 years ago
  61. f8479ee Issue #25895: Merge from 3.5 by Berker Peksag · 9 years ago
  62. f676748 Issue #25895: Enable WebSocket URL schemes in urllib.parse.urljoin by Berker Peksag · 9 years ago
  63. 6775231 Unicode 9.0.0 by Benjamin Peterson · 9 years ago
  64. a4d9b17 Add text about PEP 526 to What's new in 3.6. Ivan L. by Guido van Rossum · 9 years ago
  65. 032c0fb Add an Android section to whatsnew/3.6.rst. by Xavier de Gaye · 9 years ago
  66. bd8f277 Tidy 3.6 What's New summary by Ned Deily · 9 years ago
  67. b2317a4 Issue #15819: Merge include search from 3.5 into 3.6 by Martin Panter · 9 years ago
  68. ed9c070 Explain why PROTOCOL_SSLv23 does not support SSLv2 and SSLv3 by default. by Christian Heimes · 9 years ago
  69. 17352ff Explain why PROTOCOL_SSLv23 does not support SSLv2 and SSLv3 by default. by Christian Heimes · 9 years ago
  70. a33e9f7 Issue #28104: More accurately document set method signatures by Raymond Hettinger · 9 years ago
  71. b5d67b7 Fix headers in whatsnew/3.6.rst by Berker Peksag · 9 years ago
  72. b7abaa8 Issue #28103: Merge from 3.5 by Berker Peksag · 9 years ago
  73. 7927e75 Issue #28103: Use ``'...'`` style in zipfile documentation by Berker Peksag · 9 years ago
  74. 0112625 Change SOURCE_URI for pydoc source URLs to point to 3.6 branch by Ned Deily · 9 years ago
  75. 6287177 Issue #27350: Document compact dict memory usage by Victor Stinner · 9 years ago
  76. 0d5048c Issue #17941: Add a *module* parameter to collections.namedtuple() by Raymond Hettinger · 9 years ago
  77. 3dad1a5 Merge 3.5 - Issue #15308: Add 'interrupt execution' (^C) to Shell menu. by Terry Jan Reedy · 9 years ago
  78. 4b73676 Issue #15308: Add 'interrupt execution' (^C) to Shell menu. by Terry Jan Reedy · 9 years ago
  79. 34b74ff Add missing versionadded directives by Berker Peksag · 9 years ago
  80. 18f3a9b Closes #25283: Make tm_gmtoff and tm_zone available on all platforms. by Alexander Belopolsky · 9 years ago
  81. 0b51fd4 merge by Raymond Hettinger · 9 years ago
  82. 06e18a7 Issue #26511: Reference the id() function in the 'is' and 'is not' docs by Raymond Hettinger · 9 years ago
  83. c4d2e50 Update whatsnew with my contributions by Christian Heimes · 9 years ago
  84. 5fe668c Issue #28085: Add PROTOCOL_TLS_CLIENT and PROTOCOL_TLS_SERVER for SSLContext by Christian Heimes · 9 years ago
  85. ef71d20 Add some additional suspicious exemption rules for recent doc changes. by Ned Deily · 9 years ago
  86. 015d874 Issue #28076: Variable annotations should be mangled for private names. by Guido van Rossum · 9 years ago
  87. d5ee406 Closes #23105: Merged update from 3.5. by Vinay Sajip · 9 years ago
  88. e4946e7 Issue #23105: Updated documentation on open() flag constants. by Vinay Sajip · 9 years ago
  89. b569086 Issue 24454: Added whatsnew entry, removed __getitem__ from match_methods. Thanks Serhiy Storchaka. by Eric V. Smith · 9 years ago
  90. b7e3535 Fixed a markup in docs. by Serhiy Storchaka · 9 years ago
  91. 605bdae Issue 24454: Improve the usability of the re match object named group API by Eric V. Smith · 9 years ago
  92. fa0c885 Issue #20100: Merge from 3.5 by Berker Peksag · 9 years ago
  93. 1c697a5 Issue #20100: Clarify that passing flags to epoll() has no effect by Berker Peksag · 9 years ago
  94. d063049 Closed #26533: Merged update from 3.5. by Vinay Sajip · 9 years ago
  95. 3d639b2 Closed #26533: expanded on behaviour of logging.config.listen(). by Vinay Sajip · 9 years ago
  96. 1cb7aaa Issue #27991: Merge from 3.5 by Berker Peksag · 9 years ago
  97. 53ba2d1 Issue #27991: Remove incorrect sentence about store_true by Berker Peksag · 9 years ago
  98. ab994ed Issue #10740: sqlite3 no longer implicitly commit an open transaction before DDL statements by Berker Peksag · 9 years ago
  99. bd48d27 Issue #22493: Inline flags now should be used only at the start of the by Serhiy Storchaka · 9 years ago
  100. 352601c Issue #26885: xmlrpc now supports unmarshalling additional data types used by Serhiy Storchaka · 9 years ago