1. 1b93ed4 Fixed a handful of typos (GH-343) (GH-364) by Mariatta · 7 years ago
  2. 8458b2b correct documentation for enum.html (GH-358) (GH-367) by Mariatta · 7 years ago
  3. d413aa7 Disable mention-bot for maintenance branches (GH-365) by Donald Stufft · 7 years ago
  4. c4a786b bpo-29661: fix contradiction in timeit.Timer.autorange's docstring (GH-331) (GH-353) by Xiang Zhang · 7 years ago
  5. 7accf20 bpo-29655: Fixed possible reference leaks in `import *`. (#301) (#348) by Berker Peksag · 7 years ago
  6. bb59d89 bpo-27788 : synchronise platform.py version number (#246) (#341) by Berker Peksag · 7 years ago
  7. 53039ad bpo-28598: Support __rmod__ for RHS subclasses of str in % string formatting operations (#95) by Martijn Pieters · 7 years ago
  8. 046041e Delete accidentally merged entries from Misc/NEWS (#338) by Berker Peksag · 7 years ago
  9. bc10e6b Asyncio documentation: remove `self` from method signatures (GH-334) (GH-337) by Mariatta · 7 years ago
  10. 8aa1ad8 bpo-29662: fix wrong indentation in timeit.Timer's doc (GH-333) by Xiang Zhang · 7 years ago
  11. 4b6c417 bpo-29376: Fix assertion error in threading._DummyThread.is_alive() (GH-330) by Xiang Zhang · 7 years ago
  12. 7e4897a bpo-26184: import.rst: Improve versionchanged note (GH-325) (GH-326) by Mariatta · 7 years ago
  13. c9131b6 [3.6] bpo-29110: Fix file object leak in `aifc.open` (#310) by INADA Naoki · 7 years ago
  14. 6b81003 bpo-28624: Add a test that checks that cwd parameter of Popen() accepts PathLike objects (#157) (#323) by Berker Peksag · 7 years ago
  15. deea29e bpo-26184: import.rst: Improve versionchanged note (GH-277) (#320) by Mariatta · 7 years ago
  16. 76995ca bpo-28518: Start a transaction implicitly before a DML statement (#245) (#318) by Berker Peksag · 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. 5c7b8f4 Backport recent .travis.yml changes (#308) by Berker Peksag · 7 years ago
  21. fae59e1 bpo-28961: Address my comments from earlier code review (#306) by Berker Peksag · 7 years ago
  22. 91c499f mark various test data binary (#233) (#304) by Benjamin Peterson · 7 years ago
  23. b002328 Fix small typos in introduction and datastructures of tutorial (GH-272) (GH-297) by Mariatta · 7 years ago
  24. 1a8dd94 [3.6] bpo-28929: Add to Misc/NEWS (GH-284) by Mariatta · 7 years ago
  25. 814213b [3.6] Backport README.rst changes (GH-294) by Mariatta · 7 years ago
  26. bea9d2f [3.6] bpo-28556: Update to typing: treat subscripted generics as proxies (GH-265) (GH-268) by Mariatta · 7 years ago
  27. f28db60 [3.6] Fix small typos in expressions.rst (GH-276) (GH-281) by Mariatta · 7 years ago
  28. 0a1b656 bpo-25008: Deprecate smtpd and point to aiosmtpd (#274) (#278) by Barry Warsaw · 7 years ago
  29. f2beceb bpo-29624: Adds purge step and layout test after uploading files. (#258) (#264) by Steve Dower · 7 years ago
  30. 2197eac bpo-28814: Undeprecate inadvertently deprecated inspect functions. (#122) (#243) by Berker Peksag · 7 years ago
  31. 55b82e1 bpo-28911: Clarify the behaviour of assert_called_once_with. (#252) by Arne de Laat · 7 years ago
  32. 3cc5817 Fixed bpo-29565: Corrected ctypes passing of large structs by value on Windows AMD64. (#168) (#220) by Vinay Sajip · 7 years ago
  33. b067a5e bpo-29554: Improve docs for pstat module and profile. (#88) (#227) by Berker Peksag · 7 years ago
  34. e9c0e55 [3.6] Add .codecov.yml (#210) by Berker Peksag · 7 years ago
  35. 9b49133 bpo-29453: Remove reference to undefined dictionary ordering in Tutorial (GH-140) (#208) by Mariatta · 7 years ago
  36. 3ab24bd bpo-29607: Fix stack_effect computation for CALL_FUNCTION_EX (GH-219) by INADA Naoki · 7 years ago
  37. e48fd93 bpo-29532: Altering a kwarg dictionary passed to functools.partial() no longer affects a partial object after creation. (#209) by Serhiy Storchaka · 7 years ago
  38. 51a477c doc: fix compile error on "shoddy" example extension (GH-216) by INADA Naoki · 7 years ago
  39. d9b3cdd bpo-29602: fix signed zero handling in complex constructor. (#203) (#206) by Mark Dickinson · 7 years ago
  40. ce552e2 bpo-24274: fix erroneous comment in dictobject.c (GH-200) by INADA Naoki · 7 years ago
  41. 9a4577a bpo-29347: Fix possibly dereferencing undefined pointers when creating weakref objects (#128) (#186) by Xiang Zhang · 7 years ago
  42. a4afdfc Change some mercurial/ hg.python.org references. (#8) (#185) by Senthil Kumaran · 7 years ago
  43. 7970cd4 bpo-29520: doc: fix deprecation warning from 'defindex' template (GH-178) by INADA Naoki · 7 years ago
  44. b121d73 Tweak PEP 519 documentation in stdlib (#164) by Berker Peksag · 7 years ago
  45. 3337d33 [backport to 3.6] bpo-29529: Add .travis.yml to 3.6 branch (#25) by INADA Naoki · 7 years ago
  46. 0683d68 [3.6] bpo-29571: Use correct locale encoding in test_re (#149) (#153) by Nick Coghlan · 7 years ago
  47. d372cda bpo-29579: Removes readme.txt from the installer. (#161) by Steve Dower · 7 years ago
  48. b300c66 Backport36 doc fixes: PR#68 and PR#124 (#125) by Victor Stinner · 7 years ago
  49. 02e3357 bpo-29521 update Misc/ACKS (#110) by Mariatta · 7 years ago
  50. 7224a04 bpo-29481: add versionadded 3.6.1 to typing.Deque docs (#108) by Mariatta · 7 years ago
  51. 1e8cc88 Backport master's README.rst to 3.6 (GH-86) by Zachary Ware · 7 years ago
  52. 7d5587e Update URL of Mersenne Twister Home Page (#20) (#115) by INADA Naoki · 7 years ago
  53. db3deb9 bpo-29521 Fix two minor documentation build warnings (#41) (#83) by Mariatta · 7 years ago
  54. 9268855 Fix some sphinx warnings (#9) (#81) by Mariatta · 7 years ago
  55. 0230e64 bpo-28556: Various updates to typing (#28) (#77) by Mariatta · 7 years ago
  56. 2d0c228 A few README tweaks (#73) (#79) by Mariatta · 7 years ago
  57. 89ddffb bpo-29438: fixed use-after-free in key sharing dict (#39) by INADA Naoki · 7 years ago
  58. f66c81f [backport to 3.6] bpo-28929: Link the documentation to its source file on GitHub (#37) by Mariatta · 7 years ago
  59. 308f789 bpo-29474: Improve documentation for weakref.WeakValueDictionary (#22) by Mariatta · 7 years ago
  60. 89b1824 bpo-27122: Fix comment to point to correct issue number (#48) by Berker Peksag · 7 years ago
  61. c2328ec [backport to 3.6] Support "bpo-" in Misc/NEWS (#42) by Mariatta · 7 years ago
  62. 2a35c93 Fix test_datetime on Windows by Victor Stinner · 7 years ago
  63. 6f37e36 Fix test_datetime on system with 32-bit time_t by Victor Stinner · 7 years ago
  64. b67f096 Fix datetime.fromtimestamp(): check bounds by Victor Stinner · 7 years ago
  65. 57fe245 Merge 3.5 (fix #29519) by Łukasz Langa · 7 years ago
  66. 9cd7e17 Fix #29519: weakref spewing exceptions during interp finalization by Łukasz Langa · 7 years ago
  67. 35a1f7f massage English for -X descriptions a bit by Benjamin Peterson · 7 years ago
  68. d43ab05 Issue #29513: Fixed a reference leak in os.scandir() added in issue #29034. by Serhiy Storchaka · 7 years ago
  69. e185757 Merge issue #26355 fix from Python 3.5 by Nick Coghlan · 7 years ago
  70. e662445 Issue #26355: Specify canonical URLs in docs pages by Nick Coghlan · 7 years ago
  71. 0885076 Issue #29441: Merge from 3.5 by Berker Peksag · 7 years ago
  72. f592867 Issue #29441: Update examples to use async and await keywords in asyncio-task.rst by Berker Peksag · 7 years ago
  73. 6138432 Issue #29314: Merge with 3.5 by Mariatta Wijaya · 7 years ago
  74. 4e7ff8b Issue #29314: Set the stacklevel to two in asyncio.async() Deprecation Warning by Mariatta Wijaya · 7 years ago
  75. e39262c Issue #29371: merge with 3.5 by Mariatta Wijaya · 7 years ago
  76. 81b8977 Issue #29371: Clarify bitwise OR operation in doctest option flags. by Mariatta Wijaya · 7 years ago
  77. 2dfa6cb Issue #28164: Improves test on Windows 7 by Steve Dower · 7 years ago
  78. f007b49 Includes ensurepip and venv packages in nuget package. by Steve Dower · 7 years ago
  79. 5288477 Includes ensurepip and venv packages in nuget package. by Steve Dower · 7 years ago
  80. d0b9158 Substitute a more readable f-string by Raymond Hettinger · 7 years ago
  81. d93c4de Fix usage of data directive by Berker Peksag · 7 years ago
  82. a7e1648 Adds precheck for console filename to fix Windows 7. by Steve Dower · 7 years ago
  83. 6f80562 Issue #28489: Fix comment in tokenizer.c by Berker Peksag · 7 years ago
  84. 0c8ee60 Updates test_winconsoleio to better show the source of its issues. by Steve Dower · 7 years ago
  85. c008dde Issue #29319: Prevent RunMainFromImporter overwriting sys.path[0]. by Steve Dower · 7 years ago
  86. 6d46ae7 Issue #29319: Prevent RunMainFromImporter overwriting sys.path[0]. by Steve Dower · 7 years ago
  87. 5f9193a Issue #29326: Ignores blank lines in ._pth files (Patch by Alexey Izbyshev) by Steve Dower · 7 years ago
  88. 722e3e2 Issue #28164: Correctly handle special console filenames (patch by Eryk Sun) by Steve Dower · 7 years ago
  89. 21fae03 Issue #29392: Prevent crash when passing invalid arguments into msvcrt module. by Steve Dower · 7 years ago
  90. d3c4853 Issue #29416: Prevent infinite loop in pathlib.Path.mkdir by Steve Dower · 7 years ago
  91. eacee98 Issue #29409: Implement PEP 529 for io.FileIO (Patch by Eryk Sun) by Steve Dower · 7 years ago
  92. bf0fc39 Issue #29392: Prevent crash when passing invalid arguments into msvcrt module. by Steve Dower · 7 years ago
  93. 1add96f Issue #29416: Prevent infinite loop in pathlib.Path.mkdir by Steve Dower · 7 years ago
  94. 86e4237 Issue #29444: Fixed out-of-bounds buffer access in the group() method of by Serhiy Storchaka · 7 years ago
  95. 7e10dbb Issue #29444: Fixed out-of-bounds buffer access in the group() method of by Serhiy Storchaka · 7 years ago
  96. 75c0d4f Issue29439: _decimal on Android requires linking with libm. by Stefan Krah · 7 years ago
  97. ed4de13 Issue #27867: Silenced may-be-used-uninitialized warnings after by Serhiy Storchaka · 7 years ago
  98. c761136 Issue #27867: Silenced may-be-used-uninitialized warnings after by Serhiy Storchaka · 7 years ago
  99. 5a001ee Issue #29198: Merge from 3.5 by Berker Peksag · 7 years ago
  100. 5702fb7 Issue #29198: Fix indentation and markup in typing.rst by Berker Peksag · 7 years ago