1. 75345c5 [3.6] bpo-29723: Consistently configure sys.path[0] (#636) by Nick Coghlan · 7 years ago
  2. cefca3d Update pydoc topics for 3.6.0rc1 by Ned Deily · 7 years ago
  3. 1d391f9 [3.6] bpo-28087: Skip test_asyncore and test_eintr poll failures on macOS (#463) by Ned Deily · 7 years ago
  4. 95c50e5 [3.6] bpo-27593: Get SCM build info from git instead of hg. (#446) (#454) by Ned Deily · 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. 93692b1 getpass: update docstrings (GH-49) (GH-419) by Mariatta · 7 years ago
  8. d8b72e4 bpo-28963: Fix out of bound iteration in asyncio.Future.remove_done_callback/C (#408) by Yury Selivanov · 7 years ago
  9. 2ef08d3 asyncio: Optimize _get_running_loop() to call getpid() only when there's a loop 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. c4a786b bpo-29661: fix contradiction in timeit.Timer.autorange's docstring (GH-331) (GH-353) by Xiang Zhang · 7 years ago
  15. bb59d89 bpo-27788 : synchronise platform.py version number (#246) (#341) by Berker Peksag · 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. 4b6c417 bpo-29376: Fix assertion error in threading._DummyThread.is_alive() (GH-330) by Xiang Zhang · 7 years ago
  18. c9131b6 [3.6] bpo-29110: Fix file object leak in `aifc.open` (#310) by INADA Naoki · 7 years ago
  19. 6b81003 bpo-28624: Add a test that checks that cwd parameter of Popen() accepts PathLike objects (#157) (#323) by Berker Peksag · 7 years ago
  20. 76995ca bpo-28518: Start a transaction implicitly before a DML statement (#245) (#318) 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. bea9d2f [3.6] bpo-28556: Update to typing: treat subscripted generics as proxies (GH-265) (GH-268) by Mariatta · 7 years ago
  23. 55b82e1 bpo-28911: Clarify the behaviour of assert_called_once_with. (#252) by Arne de Laat · 7 years ago
  24. 3cc5817 Fixed bpo-29565: Corrected ctypes passing of large structs by value on Windows AMD64. (#168) (#220) by Vinay Sajip · 7 years ago
  25. b067a5e bpo-29554: Improve docs for pstat module and profile. (#88) (#227) by Berker Peksag · 7 years ago
  26. 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
  27. d9b3cdd bpo-29602: fix signed zero handling in complex constructor. (#203) (#206) by Mark Dickinson · 7 years ago
  28. a4afdfc Change some mercurial/ hg.python.org references. (#8) (#185) by Senthil Kumaran · 7 years ago
  29. 0683d68 [3.6] bpo-29571: Use correct locale encoding in test_re (#149) (#153) by Nick Coghlan · 7 years ago
  30. 0230e64 bpo-28556: Various updates to typing (#28) (#77) by Mariatta · 7 years ago
  31. 89b1824 bpo-27122: Fix comment to point to correct issue number (#48) by Berker Peksag · 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. 6138432 Issue #29314: Merge with 3.5 by Mariatta Wijaya · 7 years ago
  38. 4e7ff8b Issue #29314: Set the stacklevel to two in asyncio.async() Deprecation Warning by Mariatta Wijaya · 7 years ago
  39. 2dfa6cb Issue #28164: Improves test on Windows 7 by Steve Dower · 7 years ago
  40. 0c8ee60 Updates test_winconsoleio to better show the source of its issues. by Steve Dower · 7 years ago
  41. 5f9193a Issue #29326: Ignores blank lines in ._pth files (Patch by Alexey Izbyshev) by Steve Dower · 7 years ago
  42. 722e3e2 Issue #28164: Correctly handle special console filenames (patch by Eryk Sun) 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. 1add96f Issue #29416: Prevent infinite loop in pathlib.Path.mkdir by Steve Dower · 7 years ago
  46. 86e4237 Issue #29444: Fixed out-of-bounds buffer access in the group() method of by Serhiy Storchaka · 7 years ago
  47. 7e10dbb Issue #29444: Fixed out-of-bounds buffer access in the group() method of by Serhiy Storchaka · 7 years ago
  48. 3746619 Fixes #29213: merged fix from 3.5. by Vinay Sajip · 7 years ago
  49. db38b6c Fixes #29213: regularised EOLs of venv scripts. by Vinay Sajip · 7 years ago
  50. 993f535 Fixes #24875: Merged fix from 3.5. by Vinay Sajip · 7 years ago
  51. db6322c Fixes #24875: pip can now be installed in a venv with --system-site-packages. by Vinay Sajip · 7 years ago
  52. 64e9127 Merge 3.5 by Victor Stinner · 7 years ago
  53. a5917d1 Issue #29300: test_struct tests unpack_from() with keywords by Victor Stinner · 7 years ago
  54. 236fc60 Issue #29283: Delete accidentally added Lib/site-packages/README by Berker Peksag · 7 years ago
  55. dbb5686 Fixes #29308: Merged fix from 3.5. by Vinay Sajip · 7 years ago
  56. 3ac5042 Fixes #29308: Respect VIRTUAL_ENV_DISABLE_PROMPT in Activate.ps1. by Vinay Sajip · 7 years ago
  57. 28cf663 closes issue29167: fix race condition in (Int)Flag by Ethan Furman · 7 years ago
  58. 4102d25 Issue #29337: Fixed possible BytesWarning when compare the code objects. by Serhiy Storchaka · 7 years ago
  59. 713640c Issue #29337: Fixed possible BytesWarning when compare the code objects. by Serhiy Storchaka · 7 years ago
  60. 9cf20a6 Issues #29273: Merge test___all__ from 3.5 by Martin Panter · 7 years ago
  61. b1b985d Issue #29273: Remove unneeded workaround to restore locale by Martin Panter · 7 years ago
  62. 9358a6e Skip the test requiring ctypes if ctypes is unavailable. by Gregory P. Smith · 7 years ago
  63. 1fa08bc Skip the test requiring ctypes if ctypes is unavailable. by Gregory P. Smith · 7 years ago
  64. 21a9b1d typo fix, extra '.' on MacOS :) by Gregory P. Smith · 7 years ago
  65. 21d333b typo fix, extra '.' :) by Gregory P. Smith · 7 years ago
  66. 744cd63 Issue #28556: Allow defining methods in NamedTuple class syntax (#362) (3.5->3.6) by Guido van Rossum · 7 years ago
  67. 95919c0 Issue #28556: Allow defining methods in NamedTuple class syntax (#362) by Guido van Rossum · 7 years ago
  68. 0c5f47f Issue #28556: various style fixes for typing.py (3.5->3.6) by Guido van Rossum · 7 years ago
  69. d7adfe1 Issue #28556: various style fixes for typing.py by Guido van Rossum · 7 years ago
  70. 78034c8 Issue #29335: Fix subprocess.Popen.wait() when the child process has by Gregory P. Smith · 7 years ago
  71. 50e16e3 Issue #29335: Fix subprocess.Popen.wait() when the child process has by Gregory P. Smith · 7 years ago
  72. b168118 Issue #29290: Merge 3.5. by Xiang Zhang · 7 years ago
  73. 7fe28ad Issue #29290: argparse help messages won't wrap at non-breaking spaces. by Xiang Zhang · 7 years ago
  74. a203360 Issue #28735: Fixed the comparison of mock.MagickMock with mock.ANY. by Serhiy Storchaka · 7 years ago
  75. 362f058 Issue #28735: Fixed the comparison of mock.MagickMock with mock.ANY. by Serhiy Storchaka · 7 years ago
  76. 398ef5c Issue #29327: Fixed a crash when pass the iterable keyword argument to sorted(). by Serhiy Storchaka · 7 years ago
  77. 38a49be Issue #29198: add AsyncGenerator (Jelle Zijlstra) (3.5->3.6) by Guido van Rossum · 7 years ago
  78. e9ed560 Issue #29198: add AsyncGenerator (Jelle Zijlstra) by Guido van Rossum · 7 years ago
  79. 49f08a2 Issue #28556: allow default values in class form of NamedTuple -- Jelle Zijlstra (3.5->3.6) by Guido van Rossum · 7 years ago
  80. 3c268be Issue #28556: allow default values in class form of NamedTuple -- Jelle Zijlstra by Guido van Rossum · 7 years ago
  81. 4710935 Issue 29274: Merge doc fixes from 3.5 by Martin Panter · 7 years ago
  82. 37f183d Issue #29274: tests cases → test cases by Martin Panter · 7 years ago
  83. 043a8bc Issue #28556: merge 5 more typing changes from upstream (#340, #344, #348, #349, #350) (3.5->3.6) by Guido van Rossum · 7 years ago
  84. 83ec302 Issue #28556: merge 5 more typing changes from upstream (#340, #344, #348, #349, #350) by Guido van Rossum · 7 years ago
  85. e12c313 merge by Raymond Hettinger · 7 years ago
  86. 8049052 Issue #29011: Fix an important omission by adding Deque to the typing module. by Raymond Hettinger · 7 years ago
  87. 61eda72 Fixed #29132: Updated shlex to work better with punctuation chars in POSIX mode. by Vinay Sajip · 7 years ago
  88. 758c7d0 Merge tests from 3.5 by Martin Panter · 7 years ago
  89. 4c4ff5f Issue #29219: Fixed infinite recursion in the repr of uninitialized by Serhiy Storchaka · 7 years ago
  90. 4b318f8 Issue #29219: Fixed infinite recursion in the repr of uninitialized by Serhiy Storchaka · 7 years ago
  91. cc03ab6 Null merge by Serhiy Storchaka · 7 years ago
  92. cb19aeb Merge heads by Serhiy Storchaka · 7 years ago
  93. 42e1ea9 Issue #28969: Fixed race condition in C implementation of functools.lru_cache. by Serhiy Storchaka · 7 years ago
  94. 98a7441 Issue #22343: Made bash activate script available on Windows. by Vinay Sajip · 7 years ago
  95. 6779652 Issue #28969: Fixed race condition in C implementation of functools.lru_cache. by Serhiy Storchaka · 7 years ago
  96. b71c095 Issues #1621, #29145: Test for str.join() overflow by Martin Panter · 7 years ago
  97. 52e2907 Issue #22980: Skip a sysconfig test if _ctypes is not available. by Martin Panter · 7 years ago
  98. 12c4aba Merge 3.5 by Victor Stinner · 7 years ago
  99. 9b8dcc6 Fix script_helper.run_python_until_end(): copy SYSTEMROOT by Victor Stinner · 7 years ago
  100. de38328 Issue #25591: Fix test_imaplib if ssl miss by Victor Stinner · 7 years ago