1. d48fb48 Merge 3.5 (Issue #24400) by Yury Selivanov · 9 years ago
  2. fdbeb2b Issue #24400: Resurrect inspect.isawaitable() by Yury Selivanov · 9 years ago
  3. 4bbc3cc Merge 3.5 by Yury Selivanov · 9 years ago
  4. ccc897f Add a rudimentary test for StopAsyncIteration in test_exceptions. by Yury Selivanov · 9 years ago
  5. bb215e2 Merge 3.5 (Issue #19235) by Yury Selivanov · 9 years ago
  6. f488fb4 Issue #19235: Add new RecursionError exception. Patch by Georg Brandl. by Yury Selivanov · 9 years ago
  7. 1c5e5a8 Merge 3.5 (Issue #24450) by Yury Selivanov · 9 years ago
  8. 27be130 Merge 3.4 (Issue #24450) by Yury Selivanov · 9 years ago
  9. 09e6058 Issue #24450: Proxy gi_yieldfrom & cr_await in asyncio.CoroWrapper by Yury Selivanov · 9 years ago
  10. b166d58 Merge 3.5 (Issue #24450) by Yury Selivanov · 9 years ago
  11. 53e6230 Issue #24450: Proxy cr_await and gi_yieldfrom in @types.coroutine by Yury Selivanov · 9 years ago
  12. d6d0b5b Merge 3.5 (Issue #24450) by Yury Selivanov · 9 years ago
  13. e13f8f3 Issue #24450: Add gi_yieldfrom to generators; cr_await to coroutines. by Yury Selivanov · 9 years ago
  14. ac2ed9d merge 3.5 by Benjamin Peterson · 9 years ago
  15. b32b998 merge 3.4 by Benjamin Peterson · 9 years ago
  16. d3a2a95 use correct __new__ method (closes #24552) by Benjamin Peterson · 9 years ago
  17. 09dd773 merge 3.5 (#24552) by Benjamin Peterson · 9 years ago
  18. 42e913a merge 3.4 (#24552) by Benjamin Peterson · 9 years ago
  19. 80f78a3 fix use after free (closes #24552) by Benjamin Peterson · 9 years ago
  20. 60eaba0 Merge with 3.5: Issue #24514: tarfile now tolerates number fields consisting of only whitespace. by Lars Gustäbel · 9 years ago
  21. 49c521f Merge with 3.4: Issue #24514: tarfile now tolerates number fields consisting of only whitespace. by Lars Gustäbel · 9 years ago
  22. b7a688b Issue #24514: tarfile now tolerates number fields consisting of only whitespace. by Lars Gustäbel · 9 years ago
  23. 9dbd479 Merge 3.5 by Yury Selivanov · 9 years ago
  24. f270152 Issue #24400: Add one more unittest for CoroutineType.__await__ by Yury Selivanov · 9 years ago
  25. 89ca395 merge in setuptools/pip update by Donald Stufft · 9 years ago
  26. d6e5156 merge in setuptools/pip update by Donald Stufft · 9 years ago
  27. fe6399e Update setuptools to 18.0.1 and pip to 7.1.0 by Donald Stufft · 9 years ago
  28. d18f985 Merge 3.5 by Yury Selivanov · 9 years ago
  29. 59a3b67 Issue #24541: Drop test_inspect.test_eightteen unittest; update docs by Yury Selivanov · 9 years ago
  30. 50d5516 Merge 3.5 by Yury Selivanov · 9 years ago
  31. 22f68d5 Issue #24541: Update comment in test_inspect.test_eightteen by Yury Selivanov · 9 years ago
  32. 17314ab Merge 3.5 (Issue #24400) by Yury Selivanov · 9 years ago
  33. 8a8f453 Issue #24400: Fix failing unittest by Yury Selivanov · 9 years ago
  34. 93a3252 Merge 3.5 (Issue #24400) by Yury Selivanov · 9 years ago
  35. a74b5e5 Issue #24400: Remove inspect.isawaitable(). by Yury Selivanov · 9 years ago
  36. b2c42c2 Merge 3.5 by Yury Selivanov · 9 years ago
  37. 86cd7d6 test_coroutines: remove whitespace by Yury Selivanov · 9 years ago
  38. 3bd2b98 Merge 3.5 (Issue #24528) by Yury Selivanov · 9 years ago
  39. 9dec035 Issue #24528: Improve error message for awaits in comprehensions by Yury Selivanov · 9 years ago
  40. c28e985 Issue #19176: Fixed doctype() related bugs in C implementation of ElementTree. by Serhiy Storchaka · 9 years ago
  41. 4a01cab Issue #19176: Fixed doctype() related bugs in C implementation of ElementTree. by Serhiy Storchaka · 9 years ago
  42. 05744ac Issue #19176: Fixed doctype() related bugs in C implementation of ElementTree. by Serhiy Storchaka · 9 years ago
  43. 81da944 Issue #24467: Fixed possible buffer over-read in bytearray. The bytearray by Serhiy Storchaka · 9 years ago
  44. bc9e75e Issue #24467: Fixed possible buffer over-read in bytearray. The bytearray by Serhiy Storchaka · 9 years ago
  45. 7b6e3b9 Issue #24467: Fixed possible buffer over-read in bytearray. The bytearray by Serhiy Storchaka · 9 years ago
  46. cbc50d9 Issue #20387: Merge with 3.5 by Jason R. Coombs · 9 years ago
  47. a95a476 Issue #20387: Merge test and patch from 3.4.4 by Jason R. Coombs · 9 years ago
  48. 50373e6 Issue #20387: Merge by Jason R. Coombs · 9 years ago
  49. 1e8d91a Issue #24456: Fixed possible buffer over-read in adpcm2lin() and lin2adpcm() by Serhiy Storchaka · 9 years ago
  50. b9b9e7b Issue #24456: Fixed possible buffer over-read in adpcm2lin() and lin2adpcm() by Serhiy Storchaka · 9 years ago
  51. 449e2be Issue #24456: Fixed possible buffer over-read in adpcm2lin() and lin2adpcm() by Serhiy Storchaka · 9 years ago
  52. 80c29ac Issue #20387: Merge patch and test by Jason R. Coombs · 9 years ago
  53. 9aad9f2 Issue #24336: The contextmanager decorator now works with functions with by Serhiy Storchaka · 9 years ago
  54. eab7704 Issue #24336: The contextmanager decorator now works with functions with by Serhiy Storchaka · 9 years ago
  55. 101ff35 Issue #24336: The contextmanager decorator now works with functions with by Serhiy Storchaka · 9 years ago
  56. b5048d3 merge 3.5 by Benjamin Peterson · 9 years ago
  57. 4801383 upgrade to Unicode 8.0.0 by Benjamin Peterson · 9 years ago
  58. ae44292 Issue #23684: Clarify the return value of the scheme attribute of ParseResult and SplitResult objects. by Berker Peksag · 9 years ago
  59. a7c7817 Issue #23684: Clarify the return value of the scheme attribute of ParseResult and SplitResult objects. by Berker Peksag · 9 years ago
  60. 89584c9 Issue #23684: Clarify the return value of the scheme attribute of ParseResult and SplitResult objects. by Berker Peksag · 9 years ago
  61. 2cb6b7a Merge 3.5 (issue #24325 & #24400) by Yury Selivanov · 9 years ago
  62. f847f1f Issue #24400, #24325: More tests for types._GeneratorWrapper by Yury Selivanov · 9 years ago
  63. ff9284bcb Merge 3.5 (Issue #24325, #24400) by Yury Selivanov · 9 years ago
  64. 00e3372 Issue #24325, #24400: Add more unittests for types.coroutine; tweak wrapper implementation. by Yury Selivanov · 9 years ago
  65. 0ebde5b Merge 3.5 by Yury Selivanov · 9 years ago
  66. fcba972 Issue #24495, #24400: Test asyncio.Task.repr in debug mode by Yury Selivanov · 9 years ago
  67. 57ed418 Fix asyncio unittests in debug mode (Merge 3.5) by Yury Selivanov · 9 years ago
  68. 5ac7162 Fix asyncio unittests in debug mode by Yury Selivanov · 9 years ago
  69. 339d5e7 Fix asyncio unittests in debug mode by Yury Selivanov · 9 years ago
  70. db42257 Issue #24400: Fix CoroWrapper for 'async def' coroutines by Yury Selivanov · 9 years ago
  71. 8f1c993 Issue #24400: Fix CoroWrapper for 'async def' coroutines by Yury Selivanov · 9 years ago
  72. 29a602a Issue #24400: Fix CoroWrapper for 'async def' coroutines by Yury Selivanov · 9 years ago
  73. dfbd27f asyncio: Merge changes from issue #24400. by Yury Selivanov · 9 years ago
  74. 049030b Closes #24244: Removes invalid test from test_time by Steve Dower · 9 years ago
  75. 7aec764 Closes #24244: Removes invalid test from test_time by Steve Dower · 9 years ago
  76. d6362db Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar(). by Antoine Pitrou · 9 years ago
  77. a72f0cd Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar(). by Antoine Pitrou · 9 years ago
  78. 6bc217d Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar(). by Antoine Pitrou · 9 years ago
  79. 6edc2f7 Issue #24400: Merge 3.5 by Yury Selivanov · 9 years ago
  80. 5376ba9 Issue #24400: Introduce a distinct type for 'async def' coroutines. by Yury Selivanov · 9 years ago
  81. e411b66 Issue #20387: Restore retention of indentation during untokenize. by Dingyuan Wang · 9 years ago
  82. b6d1cdd Issue #20387: Correct test to properly capture expectation. by Jason R. Coombs · 9 years ago
  83. 1a2d134 Issue #24408: Fixed test for tkinter.Font on OS X. by Serhiy Storchaka · 9 years ago
  84. ac803cd Issue #24408: Fixed test for tkinter.Font on OS X. by Serhiy Storchaka · 9 years ago
  85. 753a1df Issue #24408: Fixed test for tkinter.Font on OS X. by Serhiy Storchaka · 9 years ago
  86. 66dc464 Issue #24426: Fast searching optimization in regular expressions now works by Serhiy Storchaka · 9 years ago
  87. 5713b3c Issue #20387: Add test capturing failure to roundtrip indented code in tokenize module. by Jason R. Coombs · 9 years ago
  88. 7cf3638 Remove unused import and remove doctest-only import into doctests. by Jason R. Coombs · 9 years ago
  89. c1c272e Issue #8232: Renamed WinFireFox to WinFirefox by Steve Dower · 9 years ago
  90. f3291a8 Issue #8232: Renamed WinFireFox to WinFirefox by Steve Dower · 9 years ago
  91. 138adb8 (Merge 3.4) Issue #15745: Rewrite os.utime() tests in test_os by Victor Stinner · 9 years ago
  92. e12e7aa Issue #15745: Rewrite os.utime() tests in test_os by Victor Stinner · 9 years ago
  93. cf05970 Remove unused import on test_os by Victor Stinner · 9 years ago
  94. 47aacc8 Issue #15745: Rewrite os.utime() tests in test_os by Victor Stinner · 9 years ago
  95. ac6045b Issue #24408: Added more tkinter.Font tests. by Serhiy Storchaka · 9 years ago
  96. fabdc82 Issue #24408: Added more tkinter.Font tests. by Serhiy Storchaka · 9 years ago
  97. c0ed707 Issue #24408: Added more tkinter.Font tests. by Serhiy Storchaka · 9 years ago
  98. c5d2d40 Issue #24299: Fixed test__locale on Solaris. by Serhiy Storchaka · 9 years ago
  99. 23e6109 Issue #24299: Fixed test__locale on Solaris. by Serhiy Storchaka · 9 years ago
  100. 07c0025 Issue #24299: Fixed test__locale on Solaris. by Serhiy Storchaka · 9 years ago