1. d6d0b5b Merge 3.5 (Issue #24450) by Yury Selivanov · 9 years ago
  2. e13f8f3 Issue #24450: Add gi_yieldfrom to generators; cr_await to coroutines. by Yury Selivanov · 9 years ago
  3. ac2ed9d merge 3.5 by Benjamin Peterson · 9 years ago
  4. b32b998 merge 3.4 by Benjamin Peterson · 9 years ago
  5. d3a2a95 use correct __new__ method (closes #24552) by Benjamin Peterson · 9 years ago
  6. 09dd773 merge 3.5 (#24552) by Benjamin Peterson · 9 years ago
  7. 42e913a merge 3.4 (#24552) by Benjamin Peterson · 9 years ago
  8. 80f78a3 fix use after free (closes #24552) by Benjamin Peterson · 9 years ago
  9. 0c8ccff Merge from 3.5 (#24543). by Stefan Krah · 9 years ago
  10. e31db2a Issue #24543: Use AC_LINK instead of AC_COMPILE in order to prevent false by Stefan Krah · 9 years ago
  11. 60eaba0 Merge with 3.5: Issue #24514: tarfile now tolerates number fields consisting of only whitespace. by Lars Gustäbel · 9 years ago
  12. 49c521f Merge with 3.4: Issue #24514: tarfile now tolerates number fields consisting of only whitespace. by Lars Gustäbel · 9 years ago
  13. b7a688b Issue #24514: tarfile now tolerates number fields consisting of only whitespace. by Lars Gustäbel · 9 years ago
  14. 63d80b7 merge 3.5 by Benjamin Peterson · 9 years ago
  15. 44f323c Merge 3.4 by Benjamin Peterson · 9 years ago
  16. 3ef8058 remove stray '(' (closes #24547) by Benjamin Peterson · 9 years ago
  17. 15256ba Merge 3.5 by Yury Selivanov · 9 years ago
  18. 6aeda91 docs/conf: Undo changes in b2a3baa1c2b0; issue #24400 by Yury Selivanov · 9 years ago
  19. d7982be Merge 3.5 (issue #24400) by Yury Selivanov · 9 years ago
  20. cc1d028 Issue #24400: Mention that __instancecheck__ is used in abc.Awaitable and Coroutine by Yury Selivanov · 9 years ago
  21. 9dbd479 Merge 3.5 by Yury Selivanov · 9 years ago
  22. f270152 Issue #24400: Add one more unittest for CoroutineType.__await__ by Yury Selivanov · 9 years ago
  23. 89ca395 merge in setuptools/pip update by Donald Stufft · 9 years ago
  24. d6e5156 merge in setuptools/pip update by Donald Stufft · 9 years ago
  25. fe6399e Update setuptools to 18.0.1 and pip to 7.1.0 by Donald Stufft · 9 years ago
  26. deca7d5 Merge 3.5 (Issue #24487) by Yury Selivanov · 9 years ago
  27. 04356e1 Issue #24487: Rename async() -> ensure_future() in asyncio docs. by Yury Selivanov · 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. 84b31c9 Merge 3.5 (NEWS) by Yury Selivanov · 9 years ago
  35. 88632d7 Note removal of inspect.isawaitable() in the NEWS file by Yury Selivanov · 9 years ago
  36. 93a3252 Merge 3.5 (Issue #24400) by Yury Selivanov · 9 years ago
  37. a74b5e5 Issue #24400: Remove inspect.isawaitable(). by Yury Selivanov · 9 years ago
  38. b2c42c2 Merge 3.5 by Yury Selivanov · 9 years ago
  39. 86cd7d6 test_coroutines: remove whitespace by Yury Selivanov · 9 years ago
  40. 3bd2b98 Merge 3.5 (Issue #24528) by Yury Selivanov · 9 years ago
  41. 9dec035 Issue #24528: Improve error message for awaits in comprehensions by Yury Selivanov · 9 years ago
  42. c28e985 Issue #19176: Fixed doctype() related bugs in C implementation of ElementTree. by Serhiy Storchaka · 9 years ago
  43. 4a01cab Issue #19176: Fixed doctype() related bugs in C implementation of ElementTree. by Serhiy Storchaka · 9 years ago
  44. 05744ac Issue #19176: Fixed doctype() related bugs in C implementation of ElementTree. by Serhiy Storchaka · 9 years ago
  45. 81da944 Issue #24467: Fixed possible buffer over-read in bytearray. The bytearray by Serhiy Storchaka · 9 years ago
  46. bc9e75e Issue #24467: Fixed possible buffer over-read in bytearray. The bytearray by Serhiy Storchaka · 9 years ago
  47. 7b6e3b9 Issue #24467: Fixed possible buffer over-read in bytearray. The bytearray by Serhiy Storchaka · 9 years ago
  48. cbc50d9 Issue #20387: Merge with 3.5 by Jason R. Coombs · 9 years ago
  49. a95a476 Issue #20387: Merge test and patch from 3.4.4 by Jason R. Coombs · 9 years ago
  50. 50373e6 Issue #20387: Merge by Jason R. Coombs · 9 years ago
  51. 1e8d91a Issue #24456: Fixed possible buffer over-read in adpcm2lin() and lin2adpcm() by Serhiy Storchaka · 9 years ago
  52. b9b9e7b Issue #24456: Fixed possible buffer over-read in adpcm2lin() and lin2adpcm() by Serhiy Storchaka · 9 years ago
  53. 449e2be Issue #24456: Fixed possible buffer over-read in adpcm2lin() and lin2adpcm() by Serhiy Storchaka · 9 years ago
  54. 80c29ac Issue #20387: Merge patch and test by Jason R. Coombs · 9 years ago
  55. 9aad9f2 Issue #24336: The contextmanager decorator now works with functions with by Serhiy Storchaka · 9 years ago
  56. eab7704 Issue #24336: The contextmanager decorator now works with functions with by Serhiy Storchaka · 9 years ago
  57. 101ff35 Issue #24336: The contextmanager decorator now works with functions with by Serhiy Storchaka · 9 years ago
  58. 2eff9e9 Minor refactoring. Move reference count logic into function that adds entry. by Raymond Hettinger · 9 years ago
  59. b5048d3 merge 3.5 by Benjamin Peterson · 9 years ago
  60. 4801383 upgrade to Unicode 8.0.0 by Benjamin Peterson · 9 years ago
  61. b2b7ac1 merge 3.5 (#24522) by Benjamin Peterson · 9 years ago
  62. 7b78d43 prevent integer overflow in escape_unicode (closes #24522) by Benjamin Peterson · 9 years ago
  63. 5a22ca7 merge 3.5 by Benjamin Peterson · 9 years ago
  64. 758d60b merge 3.4 by Benjamin Peterson · 9 years ago
  65. acac1e0 merge 3.3 by Benjamin Peterson · 9 years ago
  66. dac3ab8 add issue number by Benjamin Peterson · 9 years ago
  67. 3ad880a merge 3.5 by Benjamin Peterson · 9 years ago
  68. 7763c68 merge 3.4 by Benjamin Peterson · 9 years ago
  69. ff0f322 merge 3.3 by Benjamin Peterson · 9 years ago
  70. 59b08c1 use safe allocation and reallocation macros by Benjamin Peterson · 9 years ago
  71. d1d628d Issue #20387: Update Misc/NEWS by Jason R. Coombs · 9 years ago
  72. 9167261 Minor tweeak to tighten the inner-loop. by Raymond Hettinger · 9 years ago
  73. ae44292 Issue #23684: Clarify the return value of the scheme attribute of ParseResult and SplitResult objects. by Berker Peksag · 9 years ago
  74. a7c7817 Issue #23684: Clarify the return value of the scheme attribute of ParseResult and SplitResult objects. by Berker Peksag · 9 years ago
  75. 89584c9 Issue #23684: Clarify the return value of the scheme attribute of ParseResult and SplitResult objects. by Berker Peksag · 9 years ago
  76. 52c6d59 Merge 3.5 (issue #24509) by Yury Selivanov · 9 years ago
  77. e79f355 Merge 3.4 (issue #24509) by Yury Selivanov · 9 years ago
  78. 1096f76 Issue #24509: Clarify Handle.cancel() and loop.call_* methods. by Yury Selivanov · 9 years ago
  79. e05c770 Merge 3.5 by Yury Selivanov · 9 years ago
  80. f76628f Merge 3.4 by Yury Selivanov · 9 years ago
  81. bb96134 asyncio.docs: Use less confusing title by Yury Selivanov · 9 years ago
  82. b446a6c Merge 3.5 (Issue #24439) by Yury Selivanov · 9 years ago
  83. edb09c5 Issue #24439: Update tulip_coro.dia by Yury Selivanov · 9 years ago
  84. 2cb6b7a Merge 3.5 (issue #24325 & #24400) by Yury Selivanov · 9 years ago
  85. f847f1f Issue #24400, #24325: More tests for types._GeneratorWrapper by Yury Selivanov · 9 years ago
  86. ff9284bcb Merge 3.5 (Issue #24325, #24400) by Yury Selivanov · 9 years ago
  87. 00e3372 Issue #24325, #24400: Add more unittests for types.coroutine; tweak wrapper implementation. by Yury Selivanov · 9 years ago
  88. b257b79 Merge 3.5 (issue #24439) by Yury Selivanov · 9 years ago
  89. 66f8828 Issue #24439: Improve PEP 492 related docs. by Yury Selivanov · 9 years ago
  90. 0ebde5b Merge 3.5 by Yury Selivanov · 9 years ago
  91. fcba972 Issue #24495, #24400: Test asyncio.Task.repr in debug mode by Yury Selivanov · 9 years ago
  92. 57ed418 Fix asyncio unittests in debug mode (Merge 3.5) by Yury Selivanov · 9 years ago
  93. 5ac7162 Fix asyncio unittests in debug mode by Yury Selivanov · 9 years ago
  94. 339d5e7 Fix asyncio unittests in debug mode by Yury Selivanov · 9 years ago
  95. db42257 Issue #24400: Fix CoroWrapper for 'async def' coroutines by Yury Selivanov · 9 years ago
  96. 8f1c993 Issue #24400: Fix CoroWrapper for 'async def' coroutines by Yury Selivanov · 9 years ago
  97. 29a602a Issue #24400: Fix CoroWrapper for 'async def' coroutines by Yury Selivanov · 9 years ago
  98. b64b428 Merge 3.5 by Yury Selivanov · 9 years ago
  99. 3bdbced Merge 3.4 by Yury Selivanov · 9 years ago
  100. dfbd27f asyncio: Merge changes from issue #24400. by Yury Selivanov · 9 years ago