1. 226af23 bpo-26213: Document _UNPACK bytecodes and BUILD_MAP changes (GH-440) by Brett Cannon · 7 years ago
  2. 1936ba9 bpo-29709: Improve Boolean Operations documentation (#433) (#437) by Mariatta · 7 years ago
  3. 9d07ace bpo-29455: Mention coverage.py in trace module documentation (GH-435) by Brett Cannon · 7 years ago
  4. 21ce65a [3.6] bpo-29623: Make PathLike objects work with ConfigParser.read() (#242) (#432) by Berker Peksag · 7 years ago
  5. c7ff163 Add Python version since deprecation in base64 methods. (#33) (#429) by Berker Peksag · 7 years ago
  6. b8f5d07 bpo-29026: Clarify documentation of time.time (GH-34) (GH-417) by Mariatta · 7 years ago
  7. 65bd0bd In SSL module version examples, don't use a legacy version. (#381) (#400) by Alex Gaynor · 7 years ago
  8. b05d48e email.compat32-message.rst: Fix typo in the word `message` (GH-379) (GH-380) by Mariatta · 7 years ago
  9. 1b93ed4 Fixed a handful of typos (GH-343) (GH-364) by Mariatta · 7 years ago
  10. 8458b2b correct documentation for enum.html (GH-358) (GH-367) by Mariatta · 7 years ago
  11. bc10e6b Asyncio documentation: remove `self` from method signatures (GH-334) (GH-337) by Mariatta · 7 years ago
  12. 8aa1ad8 bpo-29662: fix wrong indentation in timeit.Timer's doc (GH-333) by Xiang Zhang · 7 years ago
  13. 6b81003 bpo-28624: Add a test that checks that cwd parameter of Popen() accepts PathLike objects (#157) (#323) by Berker Peksag · 7 years ago
  14. 893e86e bpo-29121: Remove outdated documentation about transactions (#313) (#319) by Berker Peksag · 7 years ago
  15. 1457984 bpo-22594: Add a link to the regex module in re documentation (GH-241) (GH-316) by Mariatta · 7 years ago
  16. 0a1b656 bpo-25008: Deprecate smtpd and point to aiosmtpd (#274) (#278) by Barry Warsaw · 7 years ago
  17. 2197eac bpo-28814: Undeprecate inadvertently deprecated inspect functions. (#122) (#243) by Berker Peksag · 7 years ago
  18. 55b82e1 bpo-28911: Clarify the behaviour of assert_called_once_with. (#252) by Arne de Laat · 7 years ago
  19. b067a5e bpo-29554: Improve docs for pstat module and profile. (#88) (#227) by Berker Peksag · 7 years ago
  20. b121d73 Tweak PEP 519 documentation in stdlib (#164) by Berker Peksag · 7 years ago
  21. 7224a04 bpo-29481: add versionadded 3.6.1 to typing.Deque docs (#108) by Mariatta · 7 years ago
  22. 308f789 bpo-29474: Improve documentation for weakref.WeakValueDictionary (#22) by Mariatta · 7 years ago
  23. 0885076 Issue #29441: Merge from 3.5 by Berker Peksag · 7 years ago
  24. f592867 Issue #29441: Update examples to use async and await keywords in asyncio-task.rst by Berker Peksag · 7 years ago
  25. e39262c Issue #29371: merge with 3.5 by Mariatta Wijaya · 7 years ago
  26. 81b8977 Issue #29371: Clarify bitwise OR operation in doctest option flags. by Mariatta Wijaya · 7 years ago
  27. d0b9158 Substitute a more readable f-string by Raymond Hettinger · 7 years ago
  28. d93c4de Fix usage of data directive by Berker Peksag · 7 years ago
  29. 5a001ee Issue #29198: Merge from 3.5 by Berker Peksag · 7 years ago
  30. 5702fb7 Issue #29198: Fix indentation and markup in typing.rst by Berker Peksag · 7 years ago
  31. 14169b2 Issue #29198: Merge from 3.5 by Berker Peksag · 7 years ago
  32. 38962a6 Issue #29198: Document typing.AsyncGenerator by Berker Peksag · 7 years ago
  33. c6fe419 Issue #29407: Merge from 3.5 by Berker Peksag · 7 years ago
  34. d5adb63 Issue #29407: Remove redundant ensure_future() calls in factorial example by Berker Peksag · 7 years ago
  35. e334a53 Issues #11670: Merge configparser doc from 3.5 by Martin Panter · 7 years ago
  36. 1f10671 Issue #11670: readfp(fp) parameter name is different to read_file(f) by Martin Panter · 7 years ago
  37. e53bd8e Issue 29310: Document typing.NamedTuple default argument syntax by Raymond Hettinger · 7 years ago
  38. dc4ce0e Fixes #28784: Clarified use of shlex.shlex with punctuation_chars. by Vinay Sajip · 7 years ago
  39. 574ff06 Issues #29189: Merge indentation fixes from 3.5 by Martin Panter · 7 years ago
  40. ef107ee Issue #29189: Fix indentation in RST markup by Martin Panter · 7 years ago
  41. 01f5ae7 Issue #26273: Document TCP_USER_TIMEOUT and TCP_CONGESTION by Victor Stinner · 7 years ago
  42. 4459e00 Issue #29092: Sync os.stat's doc and docstring on path type. by Xiang Zhang · 7 years ago
  43. d7d87ca Issue #29092: Sync os.stat's doc and docstring on path type. by Xiang Zhang · 7 years ago
  44. 67c1cb2 Issue #29316: Restore the provisional status of typing module and add by Ned Deily · 7 years ago
  45. a57a8a3 Issue #29281: Fill-in a missing versionchanged entry by Raymond Hettinger · 7 years ago
  46. 4710935 Issue 29274: Merge doc fixes from 3.5 by Martin Panter · 7 years ago
  47. 37f183d Issue #29274: tests cases → test cases by Martin Panter · 7 years ago
  48. e12c313 merge by Raymond Hettinger · 7 years ago
  49. 8049052 Issue #29011: Fix an important omission by adding Deque to the typing module. by Raymond Hettinger · 7 years ago
  50. 4659ddc Merge doc fixes from 3.5 by Martin Panter · 7 years ago
  51. 8f13783 Avoid line breaks after hyphens, otherwise they are turned into spaces by Martin Panter · 7 years ago
  52. 536d70e Fix grammar, typos and markup in documentation and code comments by Martin Panter · 7 years ago
  53. e2f9e77 Issue #29062: Merge hashlib-blake2.rst into hashlib.rst by INADA Naoki · 7 years ago
  54. 3159b33 Merge with 3.5. by Serhiy Storchaka · 7 years ago
  55. 87006a3 Issue #20804: Document the limitation of the unittest.mock.sentinel attributes. by Serhiy Storchaka · 7 years ago
  56. 2427d00 Issue #29217: Merge 3.5. by Xiang Zhang · 7 years ago
  57. 8a17995 Issue #29217: Fix the wrong type description of UUID.variant. by Xiang Zhang · 7 years ago
  58. aa655b3 Fixes #29133: clarified shlex documentation. by Vinay Sajip · 7 years ago
  59. d15bb26 Update OrderedDict docs to reflect acceptance of PEP 468 by Raymond Hettinger · 7 years ago
  60. 631ada8 Issue #16026: Fix parameter names of DictReader and DictWriter by Berker Peksag · 7 years ago
  61. 5430293 Issue #29013: Merge from 3.5 by Berker Peksag · 7 years ago
  62. 4950ae1 Issue #29013: Fix allowZip64 documentation by Berker Peksag · 7 years ago
  63. 2a267a1 Issue #29129: Fix typo in "Using auto" section by Berker Peksag · 7 years ago
  64. 9db22dd Issue #26267: Merge from 3.5 by Berker Peksag · 7 years ago
  65. 6b5e4a8 Issue #26267: Improve uuid.UUID documentation by Berker Peksag · 7 years ago
  66. 53a21eb Closes #29105: Updated RotatingFileHandler documentation. by Vinay Sajip · 7 years ago
  67. 9ea82dd Issue #29112: Merge 3.5. by Xiang Zhang · 7 years ago
  68. cea904f Issue #29112: Fix a questionable wording in sequence doc. by Xiang Zhang · 7 years ago
  69. 771cf89 Merge 3.5 by Victor Stinner · 7 years ago
  70. 440d703 Issue #29109: Enhance tracemalloc documentation by Victor Stinner · 7 years ago
  71. fe607be Merge from 3.5 by Berker Peksag · 7 years ago
  72. 8e2bdc8 Move versionadded inside of the get_terminal_size() block by Berker Peksag · 7 years ago
  73. b8a1aeb Issue #29078: Merge 3.5. by Xiang Zhang · 7 years ago
  74. 6721c7c Issue #29078: Add the missing import in datetime.time doc example. by Xiang Zhang · 7 years ago
  75. 0efb5b3 Issue #1446619: Merge slicing description from 3.5 by Martin Panter · 7 years ago
  76. 3dbd87f Issue #1446619: Account for negative slice direction in description by Martin Panter · 7 years ago
  77. 520569e Issue #29004: Merge crc_hqx() doc from 3.5 by Martin Panter · 7 years ago
  78. 3a72ee5 Issue #28960: Merge Thread.join() doc from 3.5 by Martin Panter · 7 years ago
  79. 3310e14 Issue #29004: Document binascii.crc_hqx() implements CRC-CCITT by Martin Panter · 7 years ago
  80. 972e04e Issue #28960: Drop comma attached to dash in Thread.join() description by Martin Panter · 7 years ago
  81. fff07e3 Merge spelling and grammar from 3.5 by Martin Panter · 7 years ago
  82. 2f9171d Fix spelling and grammar in code comments and documentation by Martin Panter · 7 years ago
  83. 9bb6fe5 Issue #14061: Misc fixes and cleanups in archiving code in shutil. by Serhiy Storchaka · 7 years ago
  84. 20cdffd Issue #14061: Misc fixes and cleanups in archiving code in shutil. by Serhiy Storchaka · 7 years ago
  85. 6db7a4b docs: asyncio is no longer provisional by Yury Selivanov · 7 years ago
  86. 0366004 Issue #28091: Document PEP 525 & PEP 530. by Yury Selivanov · 7 years ago
  87. 0bf5906 Issue #28944: Merge from 3.5 by Berker Peksag · 7 years ago
  88. 7b440df Issue #28944: Fix footnote numbering by Berker Peksag · 7 years ago
  89. 3432f2f Issue #28089: Document TCP_NODELAY in asyncio by Yury Selivanov · 7 years ago
  90. 0a7b859 Issues #28916, #26483: Merge stdtypes.rst from 3.5 by Martin Panter · 7 years ago
  91. 49c14d8 Issue #26483: Clarify str.isdecimal() and isdigit() by Martin Panter · 7 years ago
  92. 41176ae Issue #28916: Correct description of %o and %x alternative forms by Martin Panter · 7 years ago
  93. 071fbcb Merge for issue #28424 by Brett Cannon · 7 years ago
  94. bc538e3 Issue #28424: Document pkgutil.get_data() doesn't work with namespace packages. by Brett Cannon · 7 years ago
  95. 186b204 Fix typos in comment and documentation by Martin Panter · 7 years ago
  96. 2036742 Issue #28896: Deprecate WindowsRegistryFinder by Steve Dower · 7 years ago
  97. 29b0a26 Fixed double hyphens that are rendered to literal en-dashes in the documenation. by Serhiy Storchaka · 7 years ago
  98. ee1b01a Issue #21818: Fixed references to classes that have names matching with module by Serhiy Storchaka · 7 years ago
  99. c7b1a0b Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges by Serhiy Storchaka · 8 years ago
  100. 4931122 Add missing square bracket in typing.get_type_hints() by Berker Peksag · 8 years ago