1. 69c0db5 Update docs and patchlevel for 3.6.1 final by Ned Deily · 7 years ago
  2. 75345c5 [3.6] bpo-29723: Consistently configure sys.path[0] (#636) by Nick Coghlan · 7 years ago
  3. e0fbe5f Update docs and patchlevel for 3.6.1rc1. by Ned Deily · 7 years ago
  4. 1d391f9 [3.6] bpo-28087: Skip test_asyncore and test_eintr poll failures on macOS (#463) by Ned Deily · 7 years ago
  5. 95c50e5 [3.6] bpo-27593: Get SCM build info from git instead of hg. (#446) (#454) by Ned Deily · 7 years ago
  6. 03f7cb0 bpo-29572: Update Windows build to OpenSSL 1.0.2k (GH-442) by Zachary Ware · 7 years ago
  7. 21ce65a [3.6] bpo-29623: Make PathLike objects work with ConfigParser.read() (#242) (#432) by Berker Peksag · 7 years ago
  8. 2adc668 Restore NEWS file after incorrect git automerge by Yury Selivanov · 7 years ago
  9. d8b72e4 bpo-28963: Fix out of bound iteration in asyncio.Future.remove_done_callback/C (#408) by Yury Selivanov · 7 years ago
  10. 604faba bpo-29704: Fix asyncio.SubprocessStreamProtocol closing (#405) by Seth M. Larson · 7 years ago
  11. 13802a3 bpo-29271: Fix Task.current_task and Task.all_tasks to accept None. (#406) by Yury Selivanov · 7 years ago
  12. dea5101 bpo-28893: Set __cause__ for errors in async iteration protocol (#407) by Yury Selivanov · 7 years ago
  13. 01e5230 bpo-29703: asyncio: Fix creating new event loops in child processes. (#404) (#410) by Yury Selivanov · 7 years ago
  14. a6e8493 bpo-29683 - Fixes to _PyCode_SetExtra when co_extra->ce->extras is (#402) by Brian Coleman · 7 years ago
  15. 023532e bpo-29684: Fix minor regression of PyEval_CallObjectWithKeywords. (GH-378) by INADA Naoki · 7 years ago
  16. 53039ad bpo-28598: Support __rmod__ for RHS subclasses of str in % string formatting operations (#95) by Martijn Pieters · 7 years ago
  17. 046041e Delete accidentally merged entries from Misc/NEWS (#338) by Berker Peksag · 7 years ago
  18. 4b6c417 bpo-29376: Fix assertion error in threading._DummyThread.is_alive() (GH-330) by Xiang Zhang · 7 years ago
  19. c9131b6 [3.6] bpo-29110: Fix file object leak in `aifc.open` (#310) by INADA Naoki · 7 years ago
  20. 6b81003 bpo-28624: Add a test that checks that cwd parameter of Popen() accepts PathLike objects (#157) (#323) by Berker Peksag · 7 years ago
  21. 76995ca bpo-28518: Start a transaction implicitly before a DML statement (#245) (#318) by Berker Peksag · 7 years ago
  22. 1a8dd94 [3.6] bpo-28929: Add to Misc/NEWS (GH-284) by Mariatta · 7 years ago
  23. 0a1b656 bpo-25008: Deprecate smtpd and point to aiosmtpd (#274) (#278) by Barry Warsaw · 7 years ago
  24. 3ab24bd bpo-29607: Fix stack_effect computation for CALL_FUNCTION_EX (GH-219) by INADA Naoki · 7 years ago
  25. 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
  26. d9b3cdd bpo-29602: fix signed zero handling in complex constructor. (#203) (#206) by Mark Dickinson · 7 years ago
  27. 9a4577a bpo-29347: Fix possibly dereferencing undefined pointers when creating weakref objects (#128) (#186) by Xiang Zhang · 7 years ago
  28. 0683d68 [3.6] bpo-29571: Use correct locale encoding in test_re (#149) (#153) by Nick Coghlan · 7 years ago
  29. d372cda bpo-29579: Removes readme.txt from the installer. (#161) by Steve Dower · 7 years ago
  30. 02e3357 bpo-29521 update Misc/ACKS (#110) by Mariatta · 7 years ago
  31. 0230e64 bpo-28556: Various updates to typing (#28) (#77) by Mariatta · 7 years ago
  32. 89ddffb bpo-29438: fixed use-after-free in key sharing dict (#39) by INADA Naoki · 7 years ago
  33. b67f096 Fix datetime.fromtimestamp(): check bounds by Victor Stinner · 7 years ago
  34. 57fe245 Merge 3.5 (fix #29519) by Łukasz Langa · 7 years ago
  35. 9cd7e17 Fix #29519: weakref spewing exceptions during interp finalization by Łukasz Langa · 7 years ago
  36. e185757 Merge issue #26355 fix from Python 3.5 by Nick Coghlan · 7 years ago
  37. e662445 Issue #26355: Specify canonical URLs in docs pages by Nick Coghlan · 7 years ago
  38. c008dde Issue #29319: Prevent RunMainFromImporter overwriting sys.path[0]. by Steve Dower · 7 years ago
  39. 6d46ae7 Issue #29319: Prevent RunMainFromImporter overwriting sys.path[0]. by Steve Dower · 7 years ago
  40. 5f9193a Issue #29326: Ignores blank lines in ._pth files (Patch by Alexey Izbyshev) by Steve Dower · 7 years ago
  41. 722e3e2 Issue #28164: Correctly handle special console filenames (patch by Eryk Sun) by Steve Dower · 7 years ago
  42. 21fae03 Issue #29392: Prevent crash when passing invalid arguments into msvcrt module. by Steve Dower · 7 years ago
  43. d3c4853 Issue #29416: Prevent infinite loop in pathlib.Path.mkdir by Steve Dower · 7 years ago
  44. eacee98 Issue #29409: Implement PEP 529 for io.FileIO (Patch by Eryk Sun) by Steve Dower · 7 years ago
  45. bf0fc39 Issue #29392: Prevent crash when passing invalid arguments into msvcrt module. by Steve Dower · 7 years ago
  46. 1add96f Issue #29416: Prevent infinite loop in pathlib.Path.mkdir by Steve Dower · 7 years ago
  47. 86e4237 Issue #29444: Fixed out-of-bounds buffer access in the group() method of by Serhiy Storchaka · 7 years ago
  48. 7e10dbb Issue #29444: Fixed out-of-bounds buffer access in the group() method of by Serhiy Storchaka · 7 years ago
  49. f8c5f30 Merge 3.5 by doko@ubuntu.com · 7 years ago
  50. 137b5a2 Issue #29169: Fix NEWS entry. by doko@ubuntu.com · 7 years ago
  51. cd12f7c merge 3.5 by doko@ubuntu.com · 7 years ago
  52. 34e7e2e - Issue #29169: Update zlib to 1.2.10. by doko@ubuntu.com · 7 years ago
  53. e61592e Issues #29349: Merge Py 2 fix 3.5 by Martin Panter · 7 years ago
  54. 8f3fb72 Issue #29349: Fix Python 2 syntax in documentation build code by Martin Panter · 7 years ago
  55. 512c57c Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if by Serhiy Storchaka · 7 years ago
  56. b2a5be0 Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if by Serhiy Storchaka · 7 years ago
  57. 3831b0a Issue #29083: Fixed the declaration of some public API functions. by Serhiy Storchaka · 7 years ago
  58. 07a1f65 Issue #29083: Fixed the declaration of some public API functions. by Serhiy Storchaka · 7 years ago
  59. 4102d25 Issue #29337: Fixed possible BytesWarning when compare the code objects. by Serhiy Storchaka · 7 years ago
  60. 713640c Issue #29337: Fixed possible BytesWarning when compare the code objects. by Serhiy Storchaka · 7 years ago
  61. 01f5ae7 Issue #26273: Document TCP_USER_TIMEOUT and TCP_CONGESTION by Victor Stinner · 7 years ago
  62. 78034c8 Issue #29335: Fix subprocess.Popen.wait() when the child process has by Gregory P. Smith · 7 years ago
  63. 50e16e3 Issue #29335: Fix subprocess.Popen.wait() when the child process has by Gregory P. Smith · 7 years ago
  64. b168118 Issue #29290: Merge 3.5. by Xiang Zhang · 7 years ago
  65. 7fe28ad Issue #29290: argparse help messages won't wrap at non-breaking spaces. by Xiang Zhang · 7 years ago
  66. a203360 Issue #28735: Fixed the comparison of mock.MagickMock with mock.ANY. by Serhiy Storchaka · 7 years ago
  67. 362f058 Issue #28735: Fixed the comparison of mock.MagickMock with mock.ANY. by Serhiy Storchaka · 7 years ago
  68. b2df631 Update Misc/NEWS and Misc/HISTORY from current 3.5 and 3.4 branches. by Ned Deily · 7 years ago
  69. 67c1cb2 Issue #29316: Restore the provisional status of typing module and add by Ned Deily · 7 years ago
  70. 398ef5c Issue #29327: Fixed a crash when pass the iterable keyword argument to sorted(). by Serhiy Storchaka · 7 years ago
  71. 09e4ce5 Merge 3.5.3 release head with main 3.5 branch. by Larry Hastings · 7 years ago
  72. c620f20 Post-release updates for 3.5.3. by Larry Hastings · 7 years ago
  73. e12c313 merge by Raymond Hettinger · 7 years ago
  74. 8049052 Issue #29011: Fix an important omission by adding Deque to the typing module. by Raymond Hettinger · 7 years ago
  75. 51ba5b7 Version bump for Python 3.5.3. by Larry Hastings · 7 years ago
  76. 674b099 More instances of “when pass” by Martin Panter · 7 years ago
  77. 4659ddc Merge doc fixes from 3.5 by Martin Panter · 7 years ago
  78. 536d70e Fix grammar, typos and markup in documentation and code comments by Martin Panter · 7 years ago
  79. 4c4ff5f Issue #29219: Fixed infinite recursion in the repr of uninitialized by Serhiy Storchaka · 7 years ago
  80. 4b318f8 Issue #29219: Fixed infinite recursion in the repr of uninitialized by Serhiy Storchaka · 7 years ago
  81. 42e1ea9 Issue #28969: Fixed race condition in C implementation of functools.lru_cache. by Serhiy Storchaka · 7 years ago
  82. 6779652 Issue #28969: Fixed race condition in C implementation of functools.lru_cache. by Serhiy Storchaka · 7 years ago
  83. ced4b90 Issue #29239: Fix --enable-optimizations bug number by Martin Panter · 7 years ago
  84. c44d58a Issue #29142: Merge 3.5. by Xiang Zhang · 7 years ago
  85. 959ff7f Issue #29142: Fix suffixes in no_proxy handling in urllib. by Xiang Zhang · 7 years ago
  86. 4ee3914 Issue #29203: functools.lru_cache() now respects PEP 468 by Raymond Hettinger · 7 years ago
  87. 04316c4 Issue #29034: Fix memory leak and use-after-free in path_converter. by Xiang Zhang · 7 years ago
  88. 84b6fb0 Fix unittest.mock._Call: don't ignore name by Victor Stinner · 7 years ago
  89. a634e23 Issue #29159: Fix regression in bytes(x) when x.__index__() raises Exception. by INADA Naoki · 7 years ago
  90. 2a352b6 Issue #26851: Set Android compilation and link flags. by Xavier de Gaye · 7 years ago
  91. e744804 Post-release fixups for Python 3.5.3rc1. by Larry Hastings · 7 years ago
  92. 01debac Issue #15812: Merge from 3.5 by Berker Peksag · 7 years ago
  93. ff0e3b7 Issue #15812: inspect.getframeinfo() now correctly shows the first line of a context by Berker Peksag · 7 years ago
  94. e465a9a Issue #29094: Offsets in a ZIP file created with extern file object and modes by Serhiy Storchaka · 7 years ago
  95. 34cba33 Issue #29094: Offsets in a ZIP file created with extern file object and modes by Serhiy Storchaka · 7 years ago
  96. 744c720 Issue #29119: Merge in ACK from 3.5 branch by Raymond Hettinger · 7 years ago
  97. a67619e merge by Raymond Hettinger · 7 years ago
  98. b46ea90 Issue #29119: Fix weakref in OrderedDict.move_to_end(). Work by Andra Bogildea. by Raymond Hettinger · 7 years ago
  99. e9ee207 Issue #29061: secrets.randbelow() would hang with a negative input by Raymond Hettinger · 7 years ago
  100. 771cf89 Merge 3.5 by Victor Stinner · 7 years ago