1. 236fc60 Issue #29283: Delete accidentally added Lib/site-packages/README by Berker Peksag · 7 years ago
  2. e334a53 Issues #11670: Merge configparser doc from 3.5 by Martin Panter · 7 years ago
  3. b154113 Issues #29349: Merge Py 2.6+ compatibility from 3.5 by Martin Panter · 7 years ago
  4. 1f10671 Issue #11670: readfp(fp) parameter name is different to read_file(f) by Martin Panter · 7 years ago
  5. 9a45402 Issue #29349: Use __future__ print_function; Sphinx may use Python 2.6+ by Martin Panter · 7 years ago
  6. e61592e Issues #29349: Merge Py 2 fix 3.5 by Martin Panter · 7 years ago
  7. 2be9889 Issues #12067: Merge hash recommendation from 3.5 by Martin Panter · 7 years ago
  8. 8f3fb72 Issue #29349: Fix Python 2 syntax in documentation build code by Martin Panter · 7 years ago
  9. 8dbb0ca Issue #12067: Recommend that hash and equality be consistent by Martin Panter · 7 years ago
  10. e53bd8e Issue 29310: Document typing.NamedTuple default argument syntax by Raymond Hettinger · 7 years ago
  11. dc4ce0e Fixes #28784: Clarified use of shlex.shlex with punctuation_chars. by Vinay Sajip · 7 years ago
  12. dbb5686 Fixes #29308: Merged fix from 3.5. by Vinay Sajip · 7 years ago
  13. 3ac5042 Fixes #29308: Respect VIRTUAL_ENV_DISABLE_PROMPT in Activate.ps1. by Vinay Sajip · 7 years ago
  14. ae28ffd remove comment about updating the parser module; we do not need to do that anymore (#26526) by Benjamin Peterson · 7 years ago
  15. 512c57c Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if by Serhiy Storchaka · 7 years ago
  16. b2a5be0 Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if by Serhiy Storchaka · 7 years ago
  17. b0d0e19 issue26149 - Point to Wiki for Editors and Python IDEs on Unix. by Senthil Kumaran · 7 years ago
  18. 28cf663 closes issue29167: fix race condition in (Int)Flag by Ethan Furman · 7 years ago
  19. 3831b0a Issue #29083: Fixed the declaration of some public API functions. by Serhiy Storchaka · 7 years ago
  20. 07a1f65 Issue #29083: Fixed the declaration of some public API functions. by Serhiy Storchaka · 7 years ago
  21. 4102d25 Issue #29337: Fixed possible BytesWarning when compare the code objects. by Serhiy Storchaka · 7 years ago
  22. 713640c Issue #29337: Fixed possible BytesWarning when compare the code objects. by Serhiy Storchaka · 7 years ago
  23. 574ff06 Issues #29189: Merge indentation fixes from 3.5 by Martin Panter · 7 years ago
  24. ef107ee Issue #29189: Fix indentation in RST markup by Martin Panter · 7 years ago
  25. 9cf20a6 Issues #29273: Merge test___all__ from 3.5 by Martin Panter · 7 years ago
  26. b1b985d Issue #29273: Remove unneeded workaround to restore locale by Martin Panter · 7 years ago
  27. 01f5ae7 Issue #26273: Document TCP_USER_TIMEOUT and TCP_CONGESTION by Victor Stinner · 7 years ago
  28. ad94225 Issue #26729: Fixed __text_signature__ for sorted(). Patch by Erik Welch. by Serhiy Storchaka · 7 years ago
  29. 3a10425 Issue #26729: Fixed __text_signature__ for sorted(). Patch by Erik Welch. by Serhiy Storchaka · 7 years ago
  30. 9358a6e Skip the test requiring ctypes if ctypes is unavailable. by Gregory P. Smith · 7 years ago
  31. 1fa08bc Skip the test requiring ctypes if ctypes is unavailable. by Gregory P. Smith · 7 years ago
  32. 21a9b1d typo fix, extra '.' on MacOS :) by Gregory P. Smith · 7 years ago
  33. 21d333b typo fix, extra '.' :) by Gregory P. Smith · 7 years ago
  34. 744cd63 Issue #28556: Allow defining methods in NamedTuple class syntax (#362) (3.5->3.6) by Guido van Rossum · 7 years ago
  35. 95919c0 Issue #28556: Allow defining methods in NamedTuple class syntax (#362) by Guido van Rossum · 7 years ago
  36. 0c5f47f Issue #28556: various style fixes for typing.py (3.5->3.6) by Guido van Rossum · 7 years ago
  37. d7adfe1 Issue #28556: various style fixes for typing.py by Guido van Rossum · 7 years ago
  38. 78034c8 Issue #29335: Fix subprocess.Popen.wait() when the child process has by Gregory P. Smith · 7 years ago
  39. 50e16e3 Issue #29335: Fix subprocess.Popen.wait() when the child process has by Gregory P. Smith · 7 years ago
  40. b168118 Issue #29290: Merge 3.5. by Xiang Zhang · 7 years ago
  41. 7fe28ad Issue #29290: argparse help messages won't wrap at non-breaking spaces. by Xiang Zhang · 7 years ago
  42. 4459e00 Issue #29092: Sync os.stat's doc and docstring on path type. by Xiang Zhang · 7 years ago
  43. d7d87ca Issue #29092: Sync os.stat's doc and docstring on path type. by Xiang Zhang · 7 years ago
  44. a203360 Issue #28735: Fixed the comparison of mock.MagickMock with mock.ANY. by Serhiy Storchaka · 7 years ago
  45. 362f058 Issue #28735: Fixed the comparison of mock.MagickMock with mock.ANY. by Serhiy Storchaka · 7 years ago
  46. b2df631 Update Misc/NEWS and Misc/HISTORY from current 3.5 and 3.4 branches. by Ned Deily · 7 years ago
  47. 67c1cb2 Issue #29316: Restore the provisional status of typing module and add by Ned Deily · 7 years ago
  48. 398ef5c Issue #29327: Fixed a crash when pass the iterable keyword argument to sorted(). by Serhiy Storchaka · 7 years ago
  49. a57a8a3 Issue #29281: Fill-in a missing versionchanged entry by Raymond Hettinger · 7 years ago
  50. 346454c Issue #29292: Merge 3.5. by Xiang Zhang · 7 years ago
  51. 6ad85bf Issue #29292: Update outdated doc of PyEval_EvalCodeEx. by Xiang Zhang · 7 years ago
  52. dc4dbda Null merge from 3.5. by Larry Hastings · 7 years ago
  53. 57720e5 Fix incorrect patchlevel information for 3.5.3+. by Larry Hastings · 7 years ago
  54. 38a49be Issue #29198: add AsyncGenerator (Jelle Zijlstra) (3.5->3.6) by Guido van Rossum · 7 years ago
  55. e9ed560 Issue #29198: add AsyncGenerator (Jelle Zijlstra) by Guido van Rossum · 7 years ago
  56. 49f08a2 Issue #28556: allow default values in class form of NamedTuple -- Jelle Zijlstra (3.5->3.6) by Guido van Rossum · 7 years ago
  57. 3c268be Issue #28556: allow default values in class form of NamedTuple -- Jelle Zijlstra by Guido van Rossum · 7 years ago
  58. 4710935 Issue 29274: Merge doc fixes from 3.5 by Martin Panter · 7 years ago
  59. 37f183d Issue #29274: tests cases → test cases by Martin Panter · 7 years ago
  60. 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
  61. 83ec302 Issue #28556: merge 5 more typing changes from upstream (#340, #344, #348, #349, #350) by Guido van Rossum · 7 years ago
  62. 5d37d63 Merge from 3.5. by Larry Hastings · 7 years ago
  63. e741e4f Merge from 3.4. by Larry Hastings · 7 years ago
  64. 09e4ce5 Merge 3.5.3 release head with main 3.5 branch. by Larry Hastings · 7 years ago
  65. c620f20 Post-release updates for 3.5.3. by Larry Hastings · 7 years ago
  66. a52b0a4 Post-release updates for 3.4.6. by Larry Hastings · 7 years ago
  67. e12c313 merge by Raymond Hettinger · 7 years ago
  68. 8049052 Issue #29011: Fix an important omission by adding Deque to the typing module. by Raymond Hettinger · 7 years ago
  69. db413f2 Added tag v3.4.6 for changeset b662f4776921 by Larry Hastings · 7 years ago
  70. 56e9ee0 Added tag v3.5.3 for changeset 1880cb95a742 by Larry Hastings · 7 years ago
  71. 7f10ede Version bump for Python 3.4.6. by Larry Hastings · 7 years ago
  72. 51ba5b7 Version bump for Python 3.5.3. by Larry Hastings · 7 years ago
  73. 741c45a merge 3.5 by Benjamin Peterson · 7 years ago
  74. a105dd3 generate spaces instead of tabs into config.c by Benjamin Peterson · 7 years ago
  75. 61eda72 Fixed #29132: Updated shlex to work better with punctuation chars in POSIX mode. by Vinay Sajip · 7 years ago
  76. 2e1b6ea Issue #29062: Doc: Fix make suspicious by INADA Naoki · 7 years ago
  77. 674b099 More instances of “when pass” by Martin Panter · 7 years ago
  78. 4659ddc Merge doc fixes from 3.5 by Martin Panter · 7 years ago
  79. 8f13783 Avoid line breaks after hyphens, otherwise they are turned into spaces by Martin Panter · 7 years ago
  80. 536d70e Fix grammar, typos and markup in documentation and code comments by Martin Panter · 7 years ago
  81. 758c7d0 Merge tests from 3.5 by Martin Panter · 7 years ago
  82. 6b642c9 Fixes #29261: merged fix from 3.5. by Vinay Sajip · 7 years ago
  83. 5fd832b Fixes #29261: added venv/scripts/common to LIBSUBDIRS. by Vinay Sajip · 7 years ago
  84. e2f9e77 Issue #29062: Merge hashlib-blake2.rst into hashlib.rst by INADA Naoki · 7 years ago
  85. 4c4ff5f Issue #29219: Fixed infinite recursion in the repr of uninitialized by Serhiy Storchaka · 7 years ago
  86. 4b318f8 Issue #29219: Fixed infinite recursion in the repr of uninitialized by Serhiy Storchaka · 7 years ago
  87. a675842 Py_SIZE() was misused for dict. by Serhiy Storchaka · 7 years ago
  88. 3023ebb Py_SIZE() was misused for dict. by Serhiy Storchaka · 7 years ago
  89. 9d83b96 Null merge by Serhiy Storchaka · 7 years ago
  90. cc03ab6 Null merge by Serhiy Storchaka · 7 years ago
  91. cb19aeb Merge heads by Serhiy Storchaka · 7 years ago
  92. a44e2cd Issue #22343: Merged change from 3.5. by Vinay Sajip · 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