1. d7adfe1 Issue #28556: various style fixes for typing.py by Guido van Rossum · 8 years ago
  2. 5c8706c Issue #29335: Fix subprocess.Popen.wait() when the child process has by Gregory P. Smith · 8 years ago
  3. 78034c8 Issue #29335: Fix subprocess.Popen.wait() when the child process has by Gregory P. Smith · 8 years ago
  4. 50e16e3 Issue #29335: Fix subprocess.Popen.wait() when the child process has by Gregory P. Smith · 8 years ago
  5. d528791 Issue #29290: Merge 3.6. by Xiang Zhang · 8 years ago
  6. b168118 Issue #29290: Merge 3.5. by Xiang Zhang · 8 years ago
  7. 7fe28ad Issue #29290: argparse help messages won't wrap at non-breaking spaces. by Xiang Zhang · 8 years ago
  8. 5e65cd3 Issue #29282: Backed out changeset b33012ef1417 by Mark Dickinson · 8 years ago
  9. d1b230e Issue #29282: add fused multiply-add function, math.fma. by Mark Dickinson · 8 years ago
  10. 299dc23 Issue #29327: Fixed a crash when pass the iterable keyword argument to sorted(). by Serhiy Storchaka · 8 years ago
  11. 398ef5c Issue #29327: Fixed a crash when pass the iterable keyword argument to sorted(). by Serhiy Storchaka · 8 years ago
  12. 38a49be Issue #29198: add AsyncGenerator (Jelle Zijlstra) (3.5->3.6) by Guido van Rossum · 8 years ago
  13. e9ed560 Issue #29198: add AsyncGenerator (Jelle Zijlstra) by Guido van Rossum · 8 years ago
  14. c75340a Issue #29198: add AsyncGenerator (Jelle Zijlstra) (3.6->3.7) by Guido van Rossum · 8 years ago
  15. fa025f1 Update and enhance python-gdb.py by Victor Stinner · 8 years ago
  16. e69f0e6 Issue #28556: allow default values in class form of NamedTuple -- Jelle Zijlstra (3.6->3.7) by Guido van Rossum · 8 years ago
  17. 49f08a2 Issue #28556: allow default values in class form of NamedTuple -- Jelle Zijlstra (3.5->3.6) by Guido van Rossum · 8 years ago
  18. 3c268be Issue #28556: allow default values in class form of NamedTuple -- Jelle Zijlstra by Guido van Rossum · 8 years ago
  19. 52f2959 Issue #28556: merge 5 more typing changes from upstream (#340, #344, #348, #349, #350) (3.6->3.7) by Guido van Rossum · 8 years ago
  20. 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
  21. 83ec302 Issue #28556: merge 5 more typing changes from upstream (#340, #344, #348, #349, #350) by Guido van Rossum · 8 years ago
  22. e12c313 merge by Raymond Hettinger · 8 years ago
  23. 8049052 Issue #29011: Fix an important omission by adding Deque to the typing module. by Raymond Hettinger · 8 years ago
  24. f6b96c7 merge by Raymond Hettinger · 8 years ago
  25. fc4b438 Closes #29132: Merged fix from 3.6. by Vinay Sajip · 8 years ago
  26. 61eda72 Fixed #29132: Updated shlex to work better with punctuation chars in POSIX mode. by Vinay Sajip · 8 years ago
  27. 5644729 Issue #29145: Merge test from 3.6 by Martin Panter · 8 years ago
  28. 758c7d0 Merge tests from 3.5 by Martin Panter · 8 years ago
  29. 9ed707e Issue #29197: Removed deprecated function ntpath.splitunc(). by Serhiy Storchaka · 8 years ago
  30. 4f76fb1 Issue #29210: Removed support of deprecated argument "exclude" in by Serhiy Storchaka · 8 years ago
  31. cc28337 Issue #29192: Removed deprecated features in the http.cookies module. by Serhiy Storchaka · 8 years ago
  32. 009b0a1 Issue #29193: A format string argument for string.Formatter.format() by Serhiy Storchaka · 8 years ago
  33. 617c775 Issue #28969: Fixed race condition in C implementation of functools.lru_cache. by Serhiy Storchaka · 8 years ago
  34. 42e1ea9 Issue #28969: Fixed race condition in C implementation of functools.lru_cache. by Serhiy Storchaka · 8 years ago
  35. 6779652 Issue #28969: Fixed race condition in C implementation of functools.lru_cache. by Serhiy Storchaka · 8 years ago
  36. b71c095 Issues #1621, #29145: Test for str.join() overflow by Martin Panter · 8 years ago
  37. 52e2907 Issue #22980: Skip a sysconfig test if _ctypes is not available. by Martin Panter · 8 years ago
  38. 798ad27 Merge 3.6 by Victor Stinner · 8 years ago
  39. 12c4aba Merge 3.5 by Victor Stinner · 8 years ago
  40. 9b8dcc6 Fix script_helper.run_python_until_end(): copy SYSTEMROOT by Victor Stinner · 8 years ago
  41. de38328 Issue #25591: Fix test_imaplib if ssl miss by Victor Stinner · 8 years ago
  42. d4f5001 Issue #29220: Merged fixes from 3.6. by Vinay Sajip · 8 years ago
  43. a861d48 Issue #292Merged fixes from 3.5. by Vinay Sajip · 8 years ago
  44. 924aaae Issue #29220: Improved fix and test. by Vinay Sajip · 8 years ago
  45. 8b866d5 Closes #29220: Fixed regression in logging.getLevelName(). by Vinay Sajip · 8 years ago
  46. 9ebb245 Closes #29177: Merged fix from 3.6. by Vinay Sajip · 8 years ago
  47. 1e6499c Fixes #29177: Improved resilience of logging tests which use socket servers. by Vinay Sajip · 8 years ago
  48. 605a447 Add test for ea064ff3c10f by Raymond Hettinger · 8 years ago
  49. 04c15d5 Issue #29142: Merge 3.6. by Xiang Zhang · 8 years ago
  50. c44d58a Issue #29142: Merge 3.5. by Xiang Zhang · 8 years ago
  51. 959ff7f Issue #29142: Fix suffixes in no_proxy handling in urllib. by Xiang Zhang · 8 years ago
  52. ac7c5ac merge by Raymond Hettinger · 8 years ago
  53. 4ee3914 Issue #29203: functools.lru_cache() now respects PEP 468 by Raymond Hettinger · 8 years ago
  54. bd41e0b merge by Raymond Hettinger · 8 years ago
  55. ec53b07 Add OrderedDict test for PEP 468 (guaranteed ordered of kwargs) by Raymond Hettinger · 8 years ago
  56. 5eed36f Issue #29200: Fix test to use self.assertEqual instead of py.test style tests by Raymond Hettinger · 8 years ago
  57. d191ef2 Issue #29200: Add test for lru cache only calling __hash__ once by Raymond Hettinger · 8 years ago
  58. 4f5c6a2 Issue #28815: Merge test tweak from 3.6 by Martin Panter · 8 years ago
  59. 625fb64 Issue #28815: Merge test tweak from 3.5 by Martin Panter · 8 years ago
  60. 8cbd46f Issue #28815: Use new exception subclasses by Martin Panter · 8 years ago
  61. 94a1239 test_curses - substitute self.skip() with self.skipTest() by Xavier de Gaye · 8 years ago
  62. 94d1bfa test_curses - substitute self.skip() with self.skipTest() by Xavier de Gaye · 8 years ago
  63. 645bc80 test_curses - substitute self.skip() with self.skipTest() by Xavier de Gaye · 8 years ago
  64. 7ed28a8 Merge 3.6 by INADA Naoki · 8 years ago
  65. a634e23 Issue #29159: Fix regression in bytes(x) when x.__index__() raises Exception. by INADA Naoki · 8 years ago
  66. 150257e Issue #29156: Remove superfluous pow test. by Serhiy Storchaka · 8 years ago
  67. 4fd9cc1 Issue #29156: Remove superfluous pow test. by Serhiy Storchaka · 8 years ago
  68. 1d54b11 Issue #29156: Remove superfluous pow test. by Serhiy Storchaka · 8 years ago
  69. e8cfec5 Issue #29035: Simplify a regex in libregrtest by Victor Stinner · 8 years ago
  70. ea74f0c Issue #24932: Use proper command line parsing in _testembed by Steve Dower · 8 years ago
  71. 6215e52 Issue #15812: Merge from 3.6 by Berker Peksag · 8 years ago
  72. 01debac Issue #15812: Merge from 3.5 by Berker Peksag · 8 years ago
  73. ff0e3b7 Issue #15812: inspect.getframeinfo() now correctly shows the first line of a context by Berker Peksag · 8 years ago
  74. 81b64ff Issue #26267: Merge from 3.6 by Berker Peksag · 8 years ago
  75. 9db22dd Issue #26267: Merge from 3.5 by Berker Peksag · 8 years ago
  76. 6b5e4a8 Issue #26267: Improve uuid.UUID documentation by Berker Peksag · 8 years ago
  77. d489ac9 Closes #28524: added default level for logging.disable(). by Vinay Sajip · 8 years ago
  78. 0ce6432 merge by Raymond Hettinger · 8 years ago
  79. e9ee207 Issue #29061: secrets.randbelow() would hang with a negative input by Raymond Hettinger · 8 years ago
  80. d36432f Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox. by Serhiy Storchaka · 8 years ago
  81. 6c57708 Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox. by Serhiy Storchaka · 8 years ago
  82. bdf9e0e Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox. by Serhiy Storchaka · 8 years ago
  83. aa0f8e9 Issue #9770: curses.ascii predicates now work correctly with negative integers. by Serhiy Storchaka · 8 years ago
  84. 686c1f6 Issue #9770: curses.ascii predicates now work correctly with negative integers. by Serhiy Storchaka · 8 years ago
  85. 283de2b Issue #9770: curses.ascii predicates now work correctly with negative integers. by Serhiy Storchaka · 8 years ago
  86. d431374 Issue #29073: Added a test for bytearray formatting with null byte. by Serhiy Storchaka · 8 years ago
  87. b7fc5e4 Issue #29073: Added a test for bytearray formatting with null byte. by Serhiy Storchaka · 8 years ago
  88. c9ad8b7 Issue #29073: bytearray formatting no longer truncates on first null byte. by Serhiy Storchaka · 8 years ago
  89. c06ae20 Issue #28427: old keys should not remove new values from by Antoine Pitrou · 8 years ago
  90. d741ed4 Issue #28427: old keys should not remove new values from by Antoine Pitrou · 8 years ago
  91. e10ca3a Issue #28427: old keys should not remove new values from by Antoine Pitrou · 8 years ago
  92. 21c8e81 Merge: #25591: improve imap tests. by R David Murray · 8 years ago
  93. a7613aa Merge: #25591: improve imap tests. by R David Murray · 8 years ago
  94. b079c07 #25591: improve imap tests. by R David Murray · 8 years ago
  95. 871e018 Issue #28815: Merge test_socket fix from 3.6 by Martin Panter · 8 years ago
  96. da31ba9 Issue #28815: Merge test_socket fix from 3.5 by Martin Panter · 8 years ago
  97. e9ae5f9 Issue #28815: Skip TIPC tests if /proc/modules is not readable by Martin Panter · 8 years ago
  98. 8cbd3df Issue #28992: Use bytes.fromhex(). by Serhiy Storchaka · 8 years ago
  99. 47bdc40 Merge from 3.6. by Serhiy Storchaka · 8 years ago
  100. 690e81f Merge from 3.5. by Serhiy Storchaka · 8 years ago