1. 993f535 Fixes #24875: Merged fix from 3.5. by Vinay Sajip · 8 years ago
  2. db6322c Fixes #24875: pip can now be installed in a venv with --system-site-packages. by Vinay Sajip · 8 years ago
  3. 64e9127 Merge 3.5 by Victor Stinner · 8 years ago
  4. a5917d1 Issue #29300: test_struct tests unpack_from() with keywords by Victor Stinner · 8 years ago
  5. 28cf663 closes issue29167: fix race condition in (Int)Flag by Ethan Furman · 8 years ago
  6. 4102d25 Issue #29337: Fixed possible BytesWarning when compare the code objects. by Serhiy Storchaka · 8 years ago
  7. 713640c Issue #29337: Fixed possible BytesWarning when compare the code objects. by Serhiy Storchaka · 8 years ago
  8. 9cf20a6 Issues #29273: Merge test___all__ from 3.5 by Martin Panter · 8 years ago
  9. b1b985d Issue #29273: Remove unneeded workaround to restore locale by Martin Panter · 8 years ago
  10. 9358a6e Skip the test requiring ctypes if ctypes is unavailable. by Gregory P. Smith · 8 years ago
  11. 1fa08bc Skip the test requiring ctypes if ctypes is unavailable. by Gregory P. Smith · 8 years ago
  12. 21a9b1d typo fix, extra '.' on MacOS :) by Gregory P. Smith · 8 years ago
  13. 21d333b typo fix, extra '.' :) by Gregory P. Smith · 8 years ago
  14. 744cd63 Issue #28556: Allow defining methods in NamedTuple class syntax (#362) (3.5->3.6) by Guido van Rossum · 8 years ago
  15. 95919c0 Issue #28556: Allow defining methods in NamedTuple class syntax (#362) by Guido van Rossum · 8 years ago
  16. 0c5f47f Issue #28556: various style fixes for typing.py (3.5->3.6) by Guido van Rossum · 8 years ago
  17. d7adfe1 Issue #28556: various style fixes for typing.py by Guido van Rossum · 8 years ago
  18. 78034c8 Issue #29335: Fix subprocess.Popen.wait() when the child process has by Gregory P. Smith · 8 years ago
  19. 50e16e3 Issue #29335: Fix subprocess.Popen.wait() when the child process has by Gregory P. Smith · 8 years ago
  20. b168118 Issue #29290: Merge 3.5. by Xiang Zhang · 8 years ago
  21. 7fe28ad Issue #29290: argparse help messages won't wrap at non-breaking spaces. by Xiang Zhang · 8 years ago
  22. 398ef5c Issue #29327: Fixed a crash when pass the iterable keyword argument to sorted(). by Serhiy Storchaka · 8 years ago
  23. 38a49be Issue #29198: add AsyncGenerator (Jelle Zijlstra) (3.5->3.6) by Guido van Rossum · 8 years ago
  24. e9ed560 Issue #29198: add AsyncGenerator (Jelle Zijlstra) by Guido van Rossum · 8 years ago
  25. 49f08a2 Issue #28556: allow default values in class form of NamedTuple -- Jelle Zijlstra (3.5->3.6) by Guido van Rossum · 8 years ago
  26. 3c268be Issue #28556: allow default values in class form of NamedTuple -- Jelle Zijlstra by Guido van Rossum · 8 years ago
  27. 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
  28. 83ec302 Issue #28556: merge 5 more typing changes from upstream (#340, #344, #348, #349, #350) by Guido van Rossum · 8 years ago
  29. e12c313 merge by Raymond Hettinger · 8 years ago
  30. 8049052 Issue #29011: Fix an important omission by adding Deque to the typing module. by Raymond Hettinger · 8 years ago
  31. 61eda72 Fixed #29132: Updated shlex to work better with punctuation chars in POSIX mode. by Vinay Sajip · 8 years ago
  32. 758c7d0 Merge tests from 3.5 by Martin Panter · 8 years ago
  33. 42e1ea9 Issue #28969: Fixed race condition in C implementation of functools.lru_cache. by Serhiy Storchaka · 8 years ago
  34. 6779652 Issue #28969: Fixed race condition in C implementation of functools.lru_cache. by Serhiy Storchaka · 8 years ago
  35. b71c095 Issues #1621, #29145: Test for str.join() overflow by Martin Panter · 8 years ago
  36. 52e2907 Issue #22980: Skip a sysconfig test if _ctypes is not available. by Martin Panter · 8 years ago
  37. 12c4aba Merge 3.5 by Victor Stinner · 8 years ago
  38. 9b8dcc6 Fix script_helper.run_python_until_end(): copy SYSTEMROOT by Victor Stinner · 8 years ago
  39. de38328 Issue #25591: Fix test_imaplib if ssl miss by Victor Stinner · 8 years ago
  40. a861d48 Issue #292Merged fixes from 3.5. by Vinay Sajip · 8 years ago
  41. 924aaae Issue #29220: Improved fix and test. by Vinay Sajip · 8 years ago
  42. 1e6499c Fixes #29177: Improved resilience of logging tests which use socket servers. by Vinay Sajip · 8 years ago
  43. c44d58a Issue #29142: Merge 3.5. by Xiang Zhang · 8 years ago
  44. 959ff7f Issue #29142: Fix suffixes in no_proxy handling in urllib. by Xiang Zhang · 8 years ago
  45. 4ee3914 Issue #29203: functools.lru_cache() now respects PEP 468 by Raymond Hettinger · 8 years ago
  46. ec53b07 Add OrderedDict test for PEP 468 (guaranteed ordered of kwargs) by Raymond Hettinger · 8 years ago
  47. 625fb64 Issue #28815: Merge test tweak from 3.5 by Martin Panter · 8 years ago
  48. 8cbd46f Issue #28815: Use new exception subclasses by Martin Panter · 8 years ago
  49. 94d1bfa test_curses - substitute self.skip() with self.skipTest() by Xavier de Gaye · 8 years ago
  50. 645bc80 test_curses - substitute self.skip() with self.skipTest() by Xavier de Gaye · 8 years ago
  51. a634e23 Issue #29159: Fix regression in bytes(x) when x.__index__() raises Exception. by INADA Naoki · 8 years ago
  52. 4fd9cc1 Issue #29156: Remove superfluous pow test. by Serhiy Storchaka · 8 years ago
  53. 1d54b11 Issue #29156: Remove superfluous pow test. by Serhiy Storchaka · 8 years ago
  54. 01debac Issue #15812: Merge from 3.5 by Berker Peksag · 8 years ago
  55. ff0e3b7 Issue #15812: inspect.getframeinfo() now correctly shows the first line of a context by Berker Peksag · 8 years ago
  56. 9db22dd Issue #26267: Merge from 3.5 by Berker Peksag · 8 years ago
  57. 6b5e4a8 Issue #26267: Improve uuid.UUID documentation by Berker Peksag · 8 years ago
  58. e9ee207 Issue #29061: secrets.randbelow() would hang with a negative input by Raymond Hettinger · 8 years ago
  59. 6c57708 Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox. by Serhiy Storchaka · 8 years ago
  60. bdf9e0e Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox. by Serhiy Storchaka · 8 years ago
  61. 686c1f6 Issue #9770: curses.ascii predicates now work correctly with negative integers. by Serhiy Storchaka · 8 years ago
  62. 283de2b Issue #9770: curses.ascii predicates now work correctly with negative integers. by Serhiy Storchaka · 8 years ago
  63. b7fc5e4 Issue #29073: Added a test for bytearray formatting with null byte. by Serhiy Storchaka · 8 years ago
  64. c9ad8b7 Issue #29073: bytearray formatting no longer truncates on first null byte. by Serhiy Storchaka · 8 years ago
  65. d741ed4 Issue #28427: old keys should not remove new values from by Antoine Pitrou · 8 years ago
  66. e10ca3a Issue #28427: old keys should not remove new values from by Antoine Pitrou · 8 years ago
  67. a7613aa Merge: #25591: improve imap tests. by R David Murray · 8 years ago
  68. b079c07 #25591: improve imap tests. by R David Murray · 8 years ago
  69. da31ba9 Issue #28815: Merge test_socket fix from 3.5 by Martin Panter · 8 years ago
  70. e9ae5f9 Issue #28815: Skip TIPC tests if /proc/modules is not readable by Martin Panter · 8 years ago
  71. 690e81f Merge from 3.5. by Serhiy Storchaka · 8 years ago
  72. 18f018c Issue #28871: Fixed a crash when deallocate deep ElementTree. by Serhiy Storchaka · 8 years ago
  73. 6165d55 Issue #28147: Fix a memory leak in split-table dictionaries by INADA Naoki · 8 years ago
  74. 772bf2e Issue #28950: Disallow -j0 combined with -T/-l in regrtest. by Xiang Zhang · 8 years ago
  75. 270a21f Issue #28950: Disallow -j0 combined with -T/-l/-M in regrtest. by Xiang Zhang · 8 years ago
  76. d4580ec Issue #19542: Fix bugs in WeakValueDictionary.setdefault() and WeakValueDictionary.pop() by Antoine Pitrou · 8 years ago
  77. c1ee488 Issue #19542: Fix bugs in WeakValueDictionary.setdefault() and WeakValueDictionary.pop() by Antoine Pitrou · 8 years ago
  78. 5bccb0e Issue #28996: Skip two tests that fail on Android with the locale strcoll() and by Xavier de Gaye · 8 years ago
  79. 619555d Issue #25677: Merge SyntaxError caret positioning from 3.5 by Martin Panter · 8 years ago
  80. 879199b Issue #20191: Fixed a crash in resource.prlimit() when pass a sequence that by Serhiy Storchaka · 8 years ago
  81. b94eef2 Issue #20191: Fixed a crash in resource.prlimit() when pass a sequence that by Serhiy Storchaka · 8 years ago
  82. fff07e3 Merge spelling and grammar from 3.5 by Martin Panter · 8 years ago
  83. d4f8132 Merge #28407 Improve test coverage of make_msgid. by R David Murray · 8 years ago
  84. c69fd86 #28407 Improve test coverage of make_msgid. by R David Murray · 8 years ago
  85. 2f9171d Fix spelling and grammar in code comments and documentation by Martin Panter · 8 years ago
  86. 40fa266 Issue #25778: winreg does not truncase string correctly (Patch by Eryk Sun) by Steve Dower · 8 years ago
  87. 025f895 Issue #29000: Fixed bytes formatting of octals with zero padding in alternate by Serhiy Storchaka · 8 years ago
  88. b1a1619 Issue #29000: Fixed bytes formatting of octals with zero padding in alternate by Serhiy Storchaka · 8 years ago
  89. c28dbd0 merge by Raymond Hettinger · 8 years ago
  90. af56e0e Issue #28991: Fix obscure reentrancy bug in functools.lru_cache(). by Raymond Hettinger · 8 years ago
  91. 10a22dc Issue #28971: Merge 3.5 by Xavier de Gaye · 8 years ago
  92. ac13bee Issue #28971: Temporarily skip test_over until a permanent solution is found by Xavier de Gaye · 8 years ago
  93. edc87f6 Merge heads by Serhiy Storchaka · 8 years ago
  94. 16b7b7d Merge heads by Serhiy Storchaka · 8 years ago
  95. 9bb6fe5 Issue #14061: Misc fixes and cleanups in archiving code in shutil. by Serhiy Storchaka · 8 years ago
  96. 20cdffd Issue #14061: Misc fixes and cleanups in archiving code in shutil. by Serhiy Storchaka · 8 years ago
  97. 11c1351 Merge 3.5 (issue #28990) by Yury Selivanov · 8 years ago
  98. b1461aa Issue #28990: Fix SSL hanging if connection is closed before handshake completed. by Yury Selivanov · 8 years ago
  99. 76febd0 Issue #26919: On Android, operating system data is now always encoded/decoded by Xavier de Gaye · 8 years ago
  100. 3d3f264 Fix a memory leak in split-table dictionaries by Victor Stinner · 8 years ago