1. 55b82e1 bpo-28911: Clarify the behaviour of assert_called_once_with. (#252) by Arne de Laat · 7 years ago
  2. 3cc5817 Fixed bpo-29565: Corrected ctypes passing of large structs by value on Windows AMD64. (#168) (#220) by Vinay Sajip · 7 years ago
  3. b067a5e bpo-29554: Improve docs for pstat module and profile. (#88) (#227) by Berker Peksag · 7 years ago
  4. e9c0e55 [3.6] Add .codecov.yml (#210) by Berker Peksag · 7 years ago
  5. 9b49133 bpo-29453: Remove reference to undefined dictionary ordering in Tutorial (GH-140) (#208) by Mariatta · 7 years ago
  6. 3ab24bd bpo-29607: Fix stack_effect computation for CALL_FUNCTION_EX (GH-219) by INADA Naoki · 7 years ago
  7. 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
  8. 51a477c doc: fix compile error on "shoddy" example extension (GH-216) by INADA Naoki · 7 years ago
  9. d9b3cdd bpo-29602: fix signed zero handling in complex constructor. (#203) (#206) by Mark Dickinson · 7 years ago
  10. ce552e2 bpo-24274: fix erroneous comment in dictobject.c (GH-200) by INADA Naoki · 7 years ago
  11. 9a4577a bpo-29347: Fix possibly dereferencing undefined pointers when creating weakref objects (#128) (#186) by Xiang Zhang · 7 years ago
  12. a4afdfc Change some mercurial/ hg.python.org references. (#8) (#185) by Senthil Kumaran · 7 years ago
  13. 7970cd4 bpo-29520: doc: fix deprecation warning from 'defindex' template (GH-178) by INADA Naoki · 7 years ago
  14. b121d73 Tweak PEP 519 documentation in stdlib (#164) by Berker Peksag · 7 years ago
  15. 3337d33 [backport to 3.6] bpo-29529: Add .travis.yml to 3.6 branch (#25) by INADA Naoki · 7 years ago
  16. 0683d68 [3.6] bpo-29571: Use correct locale encoding in test_re (#149) (#153) by Nick Coghlan · 7 years ago
  17. d372cda bpo-29579: Removes readme.txt from the installer. (#161) by Steve Dower · 7 years ago
  18. b300c66 Backport36 doc fixes: PR#68 and PR#124 (#125) by Victor Stinner · 7 years ago
  19. 02e3357 bpo-29521 update Misc/ACKS (#110) by Mariatta · 7 years ago
  20. 7224a04 bpo-29481: add versionadded 3.6.1 to typing.Deque docs (#108) by Mariatta · 7 years ago
  21. 1e8cc88 Backport master's README.rst to 3.6 (GH-86) by Zachary Ware · 7 years ago
  22. 7d5587e Update URL of Mersenne Twister Home Page (#20) (#115) by INADA Naoki · 7 years ago
  23. db3deb9 bpo-29521 Fix two minor documentation build warnings (#41) (#83) by Mariatta · 7 years ago
  24. 9268855 Fix some sphinx warnings (#9) (#81) by Mariatta · 7 years ago
  25. 0230e64 bpo-28556: Various updates to typing (#28) (#77) by Mariatta · 7 years ago
  26. 2d0c228 A few README tweaks (#73) (#79) by Mariatta · 7 years ago
  27. 89ddffb bpo-29438: fixed use-after-free in key sharing dict (#39) by INADA Naoki · 7 years ago
  28. f66c81f [backport to 3.6] bpo-28929: Link the documentation to its source file on GitHub (#37) by Mariatta · 7 years ago
  29. 308f789 bpo-29474: Improve documentation for weakref.WeakValueDictionary (#22) by Mariatta · 7 years ago
  30. 89b1824 bpo-27122: Fix comment to point to correct issue number (#48) by Berker Peksag · 7 years ago
  31. c2328ec [backport to 3.6] Support "bpo-" in Misc/NEWS (#42) by Mariatta · 7 years ago
  32. 2a35c93 Fix test_datetime on Windows by Victor Stinner · 7 years ago
  33. 6f37e36 Fix test_datetime on system with 32-bit time_t by Victor Stinner · 7 years ago
  34. b67f096 Fix datetime.fromtimestamp(): check bounds by Victor Stinner · 7 years ago
  35. 57fe245 Merge 3.5 (fix #29519) by Łukasz Langa · 7 years ago
  36. 9cd7e17 Fix #29519: weakref spewing exceptions during interp finalization by Łukasz Langa · 7 years ago
  37. 35a1f7f massage English for -X descriptions a bit by Benjamin Peterson · 7 years ago
  38. d43ab05 Issue #29513: Fixed a reference leak in os.scandir() added in issue #29034. by Serhiy Storchaka · 7 years ago
  39. e185757 Merge issue #26355 fix from Python 3.5 by Nick Coghlan · 7 years ago
  40. e662445 Issue #26355: Specify canonical URLs in docs pages by Nick Coghlan · 7 years ago
  41. 0885076 Issue #29441: Merge from 3.5 by Berker Peksag · 7 years ago
  42. f592867 Issue #29441: Update examples to use async and await keywords in asyncio-task.rst by Berker Peksag · 7 years ago
  43. 6138432 Issue #29314: Merge with 3.5 by Mariatta Wijaya · 7 years ago
  44. 4e7ff8b Issue #29314: Set the stacklevel to two in asyncio.async() Deprecation Warning by Mariatta Wijaya · 7 years ago
  45. e39262c Issue #29371: merge with 3.5 by Mariatta Wijaya · 7 years ago
  46. 81b8977 Issue #29371: Clarify bitwise OR operation in doctest option flags. by Mariatta Wijaya · 7 years ago
  47. 2dfa6cb Issue #28164: Improves test on Windows 7 by Steve Dower · 7 years ago
  48. f007b49 Includes ensurepip and venv packages in nuget package. by Steve Dower · 7 years ago
  49. 5288477 Includes ensurepip and venv packages in nuget package. by Steve Dower · 7 years ago
  50. d0b9158 Substitute a more readable f-string by Raymond Hettinger · 7 years ago
  51. d93c4de Fix usage of data directive by Berker Peksag · 7 years ago
  52. a7e1648 Adds precheck for console filename to fix Windows 7. by Steve Dower · 7 years ago
  53. 6f80562 Issue #28489: Fix comment in tokenizer.c by Berker Peksag · 7 years ago
  54. 0c8ee60 Updates test_winconsoleio to better show the source of its issues. by Steve Dower · 7 years ago
  55. c008dde Issue #29319: Prevent RunMainFromImporter overwriting sys.path[0]. by Steve Dower · 7 years ago
  56. 6d46ae7 Issue #29319: Prevent RunMainFromImporter overwriting sys.path[0]. by Steve Dower · 7 years ago
  57. 5f9193a Issue #29326: Ignores blank lines in ._pth files (Patch by Alexey Izbyshev) by Steve Dower · 7 years ago
  58. 722e3e2 Issue #28164: Correctly handle special console filenames (patch by Eryk Sun) by Steve Dower · 7 years ago
  59. 21fae03 Issue #29392: Prevent crash when passing invalid arguments into msvcrt module. by Steve Dower · 7 years ago
  60. d3c4853 Issue #29416: Prevent infinite loop in pathlib.Path.mkdir by Steve Dower · 7 years ago
  61. eacee98 Issue #29409: Implement PEP 529 for io.FileIO (Patch by Eryk Sun) by Steve Dower · 7 years ago
  62. bf0fc39 Issue #29392: Prevent crash when passing invalid arguments into msvcrt module. by Steve Dower · 7 years ago
  63. 1add96f Issue #29416: Prevent infinite loop in pathlib.Path.mkdir by Steve Dower · 7 years ago
  64. 86e4237 Issue #29444: Fixed out-of-bounds buffer access in the group() method of by Serhiy Storchaka · 7 years ago
  65. 7e10dbb Issue #29444: Fixed out-of-bounds buffer access in the group() method of by Serhiy Storchaka · 7 years ago
  66. 75c0d4f Issue29439: _decimal on Android requires linking with libm. by Stefan Krah · 7 years ago
  67. ed4de13 Issue #27867: Silenced may-be-used-uninitialized warnings after by Serhiy Storchaka · 7 years ago
  68. c761136 Issue #27867: Silenced may-be-used-uninitialized warnings after by Serhiy Storchaka · 7 years ago
  69. 5a001ee Issue #29198: Merge from 3.5 by Berker Peksag · 7 years ago
  70. 5702fb7 Issue #29198: Fix indentation and markup in typing.rst by Berker Peksag · 7 years ago
  71. 14169b2 Issue #29198: Merge from 3.5 by Berker Peksag · 7 years ago
  72. 38962a6 Issue #29198: Document typing.AsyncGenerator by Berker Peksag · 7 years ago
  73. 3746619 Fixes #29213: merged fix from 3.5. by Vinay Sajip · 7 years ago
  74. db38b6c Fixes #29213: regularised EOLs of venv scripts. by Vinay Sajip · 7 years ago
  75. 993f535 Fixes #24875: Merged fix from 3.5. by Vinay Sajip · 7 years ago
  76. db6322c Fixes #24875: pip can now be installed in a venv with --system-site-packages. by Vinay Sajip · 7 years ago
  77. 64e9127 Merge 3.5 by Victor Stinner · 7 years ago
  78. a5917d1 Issue #29300: test_struct tests unpack_from() with keywords by Victor Stinner · 7 years ago
  79. 23dcccb Issue #29381: Clarify ordering of UNIX shebang line as source encoding line by Mariatta Wijaya · 7 years ago
  80. 77bb0f4 Backed out changeset 3d712292f2fa by Mariatta Wijaya · 7 years ago
  81. e2d8bc5 Issue #29381: Clarify ordering of UNIX shebang line as source encoding line by Mariatta Wijaya · 7 years ago
  82. c6fe419 Issue #29407: Merge from 3.5 by Berker Peksag · 7 years ago
  83. d5adb63 Issue #29407: Remove redundant ensure_future() calls in factorial example by Berker Peksag · 7 years ago
  84. f8c5f30 Merge 3.5 by doko@ubuntu.com · 7 years ago
  85. 137b5a2 Issue #29169: Fix NEWS entry. by doko@ubuntu.com · 7 years ago
  86. 2b3f4c1 merge 3.5 (#29398) by Benjamin Peterson · 7 years ago
  87. ec977c3 gc types needs to be allocated as such (closes #29398) by Benjamin Peterson · 7 years ago
  88. cd12f7c merge 3.5 by doko@ubuntu.com · 7 years ago
  89. 34e7e2e - Issue #29169: Update zlib to 1.2.10. by doko@ubuntu.com · 7 years ago
  90. 4de34e0 merge 3.5 by doko@ubuntu.com · 7 years ago
  91. d46f729 add Modules/zlib/zlib.map to .hgeol by doko@ubuntu.com · 7 years ago
  92. 236fc60 Issue #29283: Delete accidentally added Lib/site-packages/README by Berker Peksag · 7 years ago
  93. e334a53 Issues #11670: Merge configparser doc from 3.5 by Martin Panter · 7 years ago
  94. b154113 Issues #29349: Merge Py 2.6+ compatibility from 3.5 by Martin Panter · 7 years ago
  95. 1f10671 Issue #11670: readfp(fp) parameter name is different to read_file(f) by Martin Panter · 7 years ago
  96. 9a45402 Issue #29349: Use __future__ print_function; Sphinx may use Python 2.6+ by Martin Panter · 7 years ago
  97. e61592e Issues #29349: Merge Py 2 fix 3.5 by Martin Panter · 7 years ago
  98. 2be9889 Issues #12067: Merge hash recommendation from 3.5 by Martin Panter · 7 years ago
  99. 8f3fb72 Issue #29349: Fix Python 2 syntax in documentation build code by Martin Panter · 7 years ago
  100. 8dbb0ca Issue #12067: Recommend that hash and equality be consistent by Martin Panter · 7 years ago