1. 0acdea7 bpo-29719: Remove Date and Release field in whatsnew/3.6 (GH-500) by INADA Naoki · 7 years ago
  2. 226af23 bpo-26213: Document _UNPACK bytecodes and BUILD_MAP changes (GH-440) by Brett Cannon · 7 years ago
  3. 1936ba9 bpo-29709: Improve Boolean Operations documentation (#433) (#437) by Mariatta · 7 years ago
  4. 9d07ace bpo-29455: Mention coverage.py in trace module documentation (GH-435) by Brett Cannon · 7 years ago
  5. 21ce65a [3.6] bpo-29623: Make PathLike objects work with ConfigParser.read() (#242) (#432) by Berker Peksag · 7 years ago
  6. c7ff163 Add Python version since deprecation in base64 methods. (#33) (#429) by Berker Peksag · 7 years ago
  7. b8f5d07 bpo-29026: Clarify documentation of time.time (GH-34) (GH-417) by Mariatta · 7 years ago
  8. 65bd0bd In SSL module version examples, don't use a legacy version. (#381) (#400) by Alex Gaynor · 7 years ago
  9. b05d48e email.compat32-message.rst: Fix typo in the word `message` (GH-379) (GH-380) by Mariatta · 7 years ago
  10. 1b93ed4 Fixed a handful of typos (GH-343) (GH-364) by Mariatta · 7 years ago
  11. 8458b2b correct documentation for enum.html (GH-358) (GH-367) by Mariatta · 7 years ago
  12. bc10e6b Asyncio documentation: remove `self` from method signatures (GH-334) (GH-337) by Mariatta · 7 years ago
  13. 8aa1ad8 bpo-29662: fix wrong indentation in timeit.Timer's doc (GH-333) by Xiang Zhang · 7 years ago
  14. 7e4897a bpo-26184: import.rst: Improve versionchanged note (GH-325) (GH-326) by Mariatta · 7 years ago
  15. 6b81003 bpo-28624: Add a test that checks that cwd parameter of Popen() accepts PathLike objects (#157) (#323) by Berker Peksag · 7 years ago
  16. deea29e bpo-26184: import.rst: Improve versionchanged note (GH-277) (#320) by Mariatta · 7 years ago
  17. 893e86e bpo-29121: Remove outdated documentation about transactions (#313) (#319) by Berker Peksag · 7 years ago
  18. 1457984 bpo-22594: Add a link to the regex module in re documentation (GH-241) (GH-316) by Mariatta · 7 years ago
  19. 7333d17 bpo-29648: import.rst: Add reference to create_module() (GH-290) (GH-314) by Mariatta · 7 years ago
  20. b002328 Fix small typos in introduction and datastructures of tutorial (GH-272) (GH-297) by Mariatta · 7 years ago
  21. 814213b [3.6] Backport README.rst changes (GH-294) by Mariatta · 7 years ago
  22. f28db60 [3.6] Fix small typos in expressions.rst (GH-276) (GH-281) by Mariatta · 7 years ago
  23. 0a1b656 bpo-25008: Deprecate smtpd and point to aiosmtpd (#274) (#278) by Barry Warsaw · 7 years ago
  24. 2197eac bpo-28814: Undeprecate inadvertently deprecated inspect functions. (#122) (#243) by Berker Peksag · 7 years ago
  25. 55b82e1 bpo-28911: Clarify the behaviour of assert_called_once_with. (#252) by Arne de Laat · 7 years ago
  26. b067a5e bpo-29554: Improve docs for pstat module and profile. (#88) (#227) by Berker Peksag · 7 years ago
  27. 9b49133 bpo-29453: Remove reference to undefined dictionary ordering in Tutorial (GH-140) (#208) by Mariatta · 7 years ago
  28. 51a477c doc: fix compile error on "shoddy" example extension (GH-216) by INADA Naoki · 7 years ago
  29. a4afdfc Change some mercurial/ hg.python.org references. (#8) (#185) by Senthil Kumaran · 7 years ago
  30. 7970cd4 bpo-29520: doc: fix deprecation warning from 'defindex' template (GH-178) by INADA Naoki · 7 years ago
  31. b121d73 Tweak PEP 519 documentation in stdlib (#164) by Berker Peksag · 7 years ago
  32. b300c66 Backport36 doc fixes: PR#68 and PR#124 (#125) by Victor Stinner · 7 years ago
  33. 7224a04 bpo-29481: add versionadded 3.6.1 to typing.Deque docs (#108) by Mariatta · 7 years ago
  34. db3deb9 bpo-29521 Fix two minor documentation build warnings (#41) (#83) by Mariatta · 7 years ago
  35. 9268855 Fix some sphinx warnings (#9) (#81) by Mariatta · 7 years ago
  36. f66c81f [backport to 3.6] bpo-28929: Link the documentation to its source file on GitHub (#37) by Mariatta · 7 years ago
  37. 308f789 bpo-29474: Improve documentation for weakref.WeakValueDictionary (#22) by Mariatta · 7 years ago
  38. c2328ec [backport to 3.6] Support "bpo-" in Misc/NEWS (#42) by Mariatta · 7 years ago
  39. 35a1f7f massage English for -X descriptions a bit by Benjamin Peterson · 7 years ago
  40. e185757 Merge issue #26355 fix from Python 3.5 by Nick Coghlan · 7 years ago
  41. e662445 Issue #26355: Specify canonical URLs in docs pages by Nick Coghlan · 7 years ago
  42. 0885076 Issue #29441: Merge from 3.5 by Berker Peksag · 7 years ago
  43. f592867 Issue #29441: Update examples to use async and await keywords in asyncio-task.rst by Berker Peksag · 7 years ago
  44. e39262c Issue #29371: merge with 3.5 by Mariatta Wijaya · 7 years ago
  45. 81b8977 Issue #29371: Clarify bitwise OR operation in doctest option flags. by Mariatta Wijaya · 7 years ago
  46. d0b9158 Substitute a more readable f-string by Raymond Hettinger · 7 years ago
  47. d93c4de Fix usage of data directive by Berker Peksag · 7 years ago
  48. 5a001ee Issue #29198: Merge from 3.5 by Berker Peksag · 7 years ago
  49. 5702fb7 Issue #29198: Fix indentation and markup in typing.rst by Berker Peksag · 7 years ago
  50. 14169b2 Issue #29198: Merge from 3.5 by Berker Peksag · 7 years ago
  51. 38962a6 Issue #29198: Document typing.AsyncGenerator by Berker Peksag · 7 years ago
  52. 23dcccb Issue #29381: Clarify ordering of UNIX shebang line as source encoding line by Mariatta Wijaya · 7 years ago
  53. 77bb0f4 Backed out changeset 3d712292f2fa by Mariatta Wijaya · 7 years ago
  54. e2d8bc5 Issue #29381: Clarify ordering of UNIX shebang line as source encoding line by Mariatta Wijaya · 7 years ago
  55. c6fe419 Issue #29407: Merge from 3.5 by Berker Peksag · 7 years ago
  56. d5adb63 Issue #29407: Remove redundant ensure_future() calls in factorial example by Berker Peksag · 7 years ago
  57. e334a53 Issues #11670: Merge configparser doc from 3.5 by Martin Panter · 7 years ago
  58. b154113 Issues #29349: Merge Py 2.6+ compatibility from 3.5 by Martin Panter · 7 years ago
  59. 1f10671 Issue #11670: readfp(fp) parameter name is different to read_file(f) by Martin Panter · 7 years ago
  60. 9a45402 Issue #29349: Use __future__ print_function; Sphinx may use Python 2.6+ by Martin Panter · 7 years ago
  61. e61592e Issues #29349: Merge Py 2 fix 3.5 by Martin Panter · 7 years ago
  62. 2be9889 Issues #12067: Merge hash recommendation from 3.5 by Martin Panter · 7 years ago
  63. 8f3fb72 Issue #29349: Fix Python 2 syntax in documentation build code by Martin Panter · 7 years ago
  64. 8dbb0ca Issue #12067: Recommend that hash and equality be consistent by Martin Panter · 7 years ago
  65. e53bd8e Issue 29310: Document typing.NamedTuple default argument syntax by Raymond Hettinger · 7 years ago
  66. dc4ce0e Fixes #28784: Clarified use of shlex.shlex with punctuation_chars. by Vinay Sajip · 7 years ago
  67. b0d0e19 issue26149 - Point to Wiki for Editors and Python IDEs on Unix. by Senthil Kumaran · 7 years ago
  68. 574ff06 Issues #29189: Merge indentation fixes from 3.5 by Martin Panter · 7 years ago
  69. ef107ee Issue #29189: Fix indentation in RST markup by Martin Panter · 7 years ago
  70. 01f5ae7 Issue #26273: Document TCP_USER_TIMEOUT and TCP_CONGESTION by Victor Stinner · 7 years ago
  71. 4459e00 Issue #29092: Sync os.stat's doc and docstring on path type. by Xiang Zhang · 7 years ago
  72. d7d87ca Issue #29092: Sync os.stat's doc and docstring on path type. by Xiang Zhang · 7 years ago
  73. 67c1cb2 Issue #29316: Restore the provisional status of typing module and add by Ned Deily · 7 years ago
  74. a57a8a3 Issue #29281: Fill-in a missing versionchanged entry by Raymond Hettinger · 7 years ago
  75. 346454c Issue #29292: Merge 3.5. by Xiang Zhang · 7 years ago
  76. 6ad85bf Issue #29292: Update outdated doc of PyEval_EvalCodeEx. by Xiang Zhang · 7 years ago
  77. 4710935 Issue 29274: Merge doc fixes from 3.5 by Martin Panter · 7 years ago
  78. 37f183d Issue #29274: tests cases → test cases by Martin Panter · 7 years ago
  79. e12c313 merge by Raymond Hettinger · 7 years ago
  80. 8049052 Issue #29011: Fix an important omission by adding Deque to the typing module. by Raymond Hettinger · 7 years ago
  81. 2e1b6ea Issue #29062: Doc: Fix make suspicious by INADA Naoki · 7 years ago
  82. 4659ddc Merge doc fixes from 3.5 by Martin Panter · 7 years ago
  83. 8f13783 Avoid line breaks after hyphens, otherwise they are turned into spaces by Martin Panter · 7 years ago
  84. 536d70e Fix grammar, typos and markup in documentation and code comments by Martin Panter · 7 years ago
  85. e2f9e77 Issue #29062: Merge hashlib-blake2.rst into hashlib.rst by INADA Naoki · 7 years ago
  86. 3159b33 Merge with 3.5. by Serhiy Storchaka · 7 years ago
  87. 87006a3 Issue #20804: Document the limitation of the unittest.mock.sentinel attributes. by Serhiy Storchaka · 7 years ago
  88. ced4b90 Issue #29239: Fix --enable-optimizations bug number by Martin Panter · 7 years ago
  89. a27b3b3 Issue #15657: Merge other doc fix from 3.5 by Martin Panter · 7 years ago
  90. 5b66723 Issue #15657: Delete incorrect statement from PyMethodDef documentation by Martin Panter · 7 years ago
  91. 9da31f7 Issue #15657: METH_KEYWORDS cannot be used alone in Python 3 by Martin Panter · 7 years ago
  92. 2427d00 Issue #29217: Merge 3.5. by Xiang Zhang · 7 years ago
  93. 8a17995 Issue #29217: Fix the wrong type description of UUID.variant. by Xiang Zhang · 7 years ago
  94. aa655b3 Fixes #29133: clarified shlex documentation. by Vinay Sajip · 7 years ago
  95. d15bb26 Update OrderedDict docs to reflect acceptance of PEP 468 by Raymond Hettinger · 7 years ago
  96. 631ada8 Issue #16026: Fix parameter names of DictReader and DictWriter by Berker Peksag · 7 years ago
  97. 406c252 Issue #29012: Merge from 3.5 by Berker Peksag · 7 years ago
  98. 7b4e551 Issue #29012: Remove another outdated information by Berker Peksag · 7 years ago
  99. 5848e72 merge 3.5 by Benjamin Peterson · 7 years ago
  100. 4365833 merge 3.4 by Benjamin Peterson · 7 years ago