1. b168118 Issue #29290: Merge 3.5. by Xiang Zhang · 7 years ago
  2. 7fe28ad Issue #29290: argparse help messages won't wrap at non-breaking spaces. by Xiang Zhang · 7 years ago
  3. 4459e00 Issue #29092: Sync os.stat's doc and docstring on path type. by Xiang Zhang · 7 years ago
  4. d7d87ca Issue #29092: Sync os.stat's doc and docstring on path type. by Xiang Zhang · 7 years ago
  5. a203360 Issue #28735: Fixed the comparison of mock.MagickMock with mock.ANY. by Serhiy Storchaka · 7 years ago
  6. 362f058 Issue #28735: Fixed the comparison of mock.MagickMock with mock.ANY. by Serhiy Storchaka · 7 years ago
  7. b2df631 Update Misc/NEWS and Misc/HISTORY from current 3.5 and 3.4 branches. by Ned Deily · 7 years ago
  8. 67c1cb2 Issue #29316: Restore the provisional status of typing module and add by Ned Deily · 7 years ago
  9. 398ef5c Issue #29327: Fixed a crash when pass the iterable keyword argument to sorted(). by Serhiy Storchaka · 7 years ago
  10. a57a8a3 Issue #29281: Fill-in a missing versionchanged entry by Raymond Hettinger · 7 years ago
  11. 346454c Issue #29292: Merge 3.5. by Xiang Zhang · 7 years ago
  12. 6ad85bf Issue #29292: Update outdated doc of PyEval_EvalCodeEx. by Xiang Zhang · 7 years ago
  13. dc4dbda Null merge from 3.5. by Larry Hastings · 7 years ago
  14. 57720e5 Fix incorrect patchlevel information for 3.5.3+. by Larry Hastings · 7 years ago
  15. 38a49be Issue #29198: add AsyncGenerator (Jelle Zijlstra) (3.5->3.6) by Guido van Rossum · 7 years ago
  16. e9ed560 Issue #29198: add AsyncGenerator (Jelle Zijlstra) by Guido van Rossum · 7 years ago
  17. 49f08a2 Issue #28556: allow default values in class form of NamedTuple -- Jelle Zijlstra (3.5->3.6) by Guido van Rossum · 7 years ago
  18. 3c268be Issue #28556: allow default values in class form of NamedTuple -- Jelle Zijlstra by Guido van Rossum · 7 years ago
  19. 4710935 Issue 29274: Merge doc fixes from 3.5 by Martin Panter · 7 years ago
  20. 37f183d Issue #29274: tests cases → test cases by Martin Panter · 7 years ago
  21. 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
  22. 83ec302 Issue #28556: merge 5 more typing changes from upstream (#340, #344, #348, #349, #350) by Guido van Rossum · 7 years ago
  23. 5d37d63 Merge from 3.5. by Larry Hastings · 7 years ago
  24. e741e4f Merge from 3.4. by Larry Hastings · 7 years ago
  25. 09e4ce5 Merge 3.5.3 release head with main 3.5 branch. by Larry Hastings · 7 years ago
  26. c620f20 Post-release updates for 3.5.3. by Larry Hastings · 7 years ago
  27. a52b0a4 Post-release updates for 3.4.6. by Larry Hastings · 7 years ago
  28. e12c313 merge by Raymond Hettinger · 7 years ago
  29. 8049052 Issue #29011: Fix an important omission by adding Deque to the typing module. by Raymond Hettinger · 7 years ago
  30. db413f2 Added tag v3.4.6 for changeset b662f4776921 by Larry Hastings · 7 years ago
  31. 56e9ee0 Added tag v3.5.3 for changeset 1880cb95a742 by Larry Hastings · 7 years ago
  32. 7f10ede Version bump for Python 3.4.6. by Larry Hastings · 7 years ago
  33. 51ba5b7 Version bump for Python 3.5.3. by Larry Hastings · 7 years ago
  34. 741c45a merge 3.5 by Benjamin Peterson · 7 years ago
  35. a105dd3 generate spaces instead of tabs into config.c by Benjamin Peterson · 7 years ago
  36. 61eda72 Fixed #29132: Updated shlex to work better with punctuation chars in POSIX mode. by Vinay Sajip · 7 years ago
  37. 2e1b6ea Issue #29062: Doc: Fix make suspicious by INADA Naoki · 7 years ago
  38. 674b099 More instances of “when pass” by Martin Panter · 7 years ago
  39. 4659ddc Merge doc fixes from 3.5 by Martin Panter · 7 years ago
  40. 8f13783 Avoid line breaks after hyphens, otherwise they are turned into spaces by Martin Panter · 7 years ago
  41. 536d70e Fix grammar, typos and markup in documentation and code comments by Martin Panter · 7 years ago
  42. 758c7d0 Merge tests from 3.5 by Martin Panter · 7 years ago
  43. 6b642c9 Fixes #29261: merged fix from 3.5. by Vinay Sajip · 7 years ago
  44. 5fd832b Fixes #29261: added venv/scripts/common to LIBSUBDIRS. by Vinay Sajip · 7 years ago
  45. e2f9e77 Issue #29062: Merge hashlib-blake2.rst into hashlib.rst by INADA Naoki · 7 years ago
  46. 4c4ff5f Issue #29219: Fixed infinite recursion in the repr of uninitialized by Serhiy Storchaka · 7 years ago
  47. 4b318f8 Issue #29219: Fixed infinite recursion in the repr of uninitialized by Serhiy Storchaka · 7 years ago
  48. a675842 Py_SIZE() was misused for dict. by Serhiy Storchaka · 7 years ago
  49. 3023ebb Py_SIZE() was misused for dict. by Serhiy Storchaka · 7 years ago
  50. 9d83b96 Null merge by Serhiy Storchaka · 7 years ago
  51. cc03ab6 Null merge by Serhiy Storchaka · 7 years ago
  52. cb19aeb Merge heads by Serhiy Storchaka · 7 years ago
  53. a44e2cd Issue #22343: Merged change from 3.5. by Vinay Sajip · 7 years ago
  54. 42e1ea9 Issue #28969: Fixed race condition in C implementation of functools.lru_cache. by Serhiy Storchaka · 7 years ago
  55. 98a7441 Issue #22343: Made bash activate script available on Windows. by Vinay Sajip · 7 years ago
  56. 6779652 Issue #28969: Fixed race condition in C implementation of functools.lru_cache. by Serhiy Storchaka · 7 years ago
  57. b71c095 Issues #1621, #29145: Test for str.join() overflow by Martin Panter · 7 years ago
  58. 52e2907 Issue #22980: Skip a sysconfig test if _ctypes is not available. by Martin Panter · 7 years ago
  59. 12c4aba Merge 3.5 by Victor Stinner · 7 years ago
  60. 9b8dcc6 Fix script_helper.run_python_until_end(): copy SYSTEMROOT by Victor Stinner · 7 years ago
  61. de38328 Issue #25591: Fix test_imaplib if ssl miss by Victor Stinner · 7 years ago
  62. 3159b33 Merge with 3.5. by Serhiy Storchaka · 7 years ago
  63. 87006a3 Issue #20804: Document the limitation of the unittest.mock.sentinel attributes. by Serhiy Storchaka · 7 years ago
  64. a861d48 Issue #292Merged fixes from 3.5. by Vinay Sajip · 7 years ago
  65. 924aaae Issue #29220: Improved fix and test. by Vinay Sajip · 7 years ago
  66. ced4b90 Issue #29239: Fix --enable-optimizations bug number by Martin Panter · 7 years ago
  67. a27b3b3 Issue #15657: Merge other doc fix from 3.5 by Martin Panter · 7 years ago
  68. 5b66723 Issue #15657: Delete incorrect statement from PyMethodDef documentation by Martin Panter · 7 years ago
  69. 9da31f7 Issue #15657: METH_KEYWORDS cannot be used alone in Python 3 by Martin Panter · 7 years ago
  70. 2427d00 Issue #29217: Merge 3.5. by Xiang Zhang · 7 years ago
  71. 8a17995 Issue #29217: Fix the wrong type description of UUID.variant. by Xiang Zhang · 7 years ago
  72. 95403d7 Issue #29145: Merge 3.5. by Xiang Zhang · 7 years ago
  73. b0541f4 Issue #29145: Fix overflow checks in str.replace() and str.join(). by Xiang Zhang · 7 years ago
  74. 1e6499c Fixes #29177: Improved resilience of logging tests which use socket servers. by Vinay Sajip · 7 years ago
  75. aa655b3 Fixes #29133: clarified shlex documentation. by Vinay Sajip · 7 years ago
  76. e660335 Merge 3.5. by Stefan Krah · 7 years ago
  77. 18e0a97 Issue #28701: Revert part of 5bdc8e1a50c8 for the following reasons: by Stefan Krah · 7 years ago
  78. a0be562 Null merge 3.5 by Victor Stinner · 7 years ago
  79. 035ba5d Issue #29157: Prefer getrandom() over getentropy() by Victor Stinner · 7 years ago
  80. f0f35a6 Issue #29190: Fixed possible errors in comparing strings in the pickle module. by Serhiy Storchaka · 7 years ago
  81. 9937d90 Issue #29190: Fixed possible errors in comparing strings in the pickle module. by Serhiy Storchaka · 7 years ago
  82. c44d58a Issue #29142: Merge 3.5. by Xiang Zhang · 7 years ago
  83. 959ff7f Issue #29142: Fix suffixes in no_proxy handling in urllib. by Xiang Zhang · 7 years ago
  84. 19c7238 Sync-up with 3.7 by backporting minor lru_cache code beautification by Raymond Hettinger · 7 years ago
  85. 4ee3914 Issue #29203: functools.lru_cache() now respects PEP 468 by Raymond Hettinger · 7 years ago
  86. 04316c4 Issue #29034: Fix memory leak and use-after-free in path_converter. by Xiang Zhang · 7 years ago
  87. ec53b07 Add OrderedDict test for PEP 468 (guaranteed ordered of kwargs) by Raymond Hettinger · 7 years ago
  88. d15bb26 Update OrderedDict docs to reflect acceptance of PEP 468 by Raymond Hettinger · 7 years ago
  89. 625fb64 Issue #28815: Merge test tweak from 3.5 by Martin Panter · 7 years ago
  90. 8cbd46f Issue #28815: Use new exception subclasses by Martin Panter · 7 years ago
  91. 0b64a0f Add comment why the change in d83884b3a427 wasn't necessary. by Stefan Krah · 7 years ago
  92. dada5a8 Revert part of 3cb3e224b692 in code that I maintain. by Stefan Krah · 7 years ago
  93. 631ada8 Issue #16026: Fix parameter names of DictReader and DictWriter by Berker Peksag · 7 years ago
  94. ff558f5 Issue #29157: Prefer getrandom() over getentropy() by Victor Stinner · 7 years ago
  95. 1943164 Cherry-pick small copyright fix for 3.5.3 final. by Larry Hastings · 7 years ago
  96. 84b6fb0 Fix unittest.mock._Call: don't ignore name by Victor Stinner · 7 years ago
  97. 9505b03 Fix subprocess.Popen.__del__() fox Python shutdown by Victor Stinner · 7 years ago
  98. 94d1bfa test_curses - substitute self.skip() with self.skipTest() by Xavier de Gaye · 7 years ago
  99. 645bc80 test_curses - substitute self.skip() with self.skipTest() by Xavier de Gaye · 7 years ago
  100. a634e23 Issue #29159: Fix regression in bytes(x) when x.__index__() raises Exception. by INADA Naoki · 7 years ago