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