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