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