1. dea5101 bpo-28893: Set __cause__ for errors in async iteration protocol (#407) by Yury Selivanov · 8 years ago
  2. 2edd8a1 Issue #27243: Change PendingDeprecationWarning -> DeprecationWarning. by Yury Selivanov · 8 years ago
  3. 60e49aa Issue #23996: Added _PyGen_SetStopIterationValue for safe raising by Serhiy Storchaka · 8 years ago
  4. 24411f8 Issue #23996: Added _PyGen_SetStopIterationValue for safe raising by Serhiy Storchaka · 8 years ago
  5. 8987c9d Issue #26182: Raise DeprecationWarning for improper use of async/await keywords by Yury Selivanov · 8 years ago
  6. 52c4e7c Issue #28008: Implement PEP 530 -- asynchronous comprehensions. by Yury Selivanov · 8 years ago
  7. eb63645 Issue #28003: Implement PEP 525 -- Asynchronous Generators. by Yury Selivanov · 8 years ago
  8. 48c8830 capture stderr to silence output during test_coroutines (closes #27968) by Benjamin Peterson · 8 years ago
  9. 2f40ed4 do not allow _PyGen_Finalize to fail (closes #27811) by Benjamin Peterson · 8 years ago
  10. 44b548d #27364: fix "incorrect" uses of escape character in the stdlib. by R David Murray · 8 years ago
  11. 70c502a Fix typos and English grammar in documentation and code comment by Martin Panter · 8 years ago
  12. a6f6edb Issue #27243: Fix __aiter__ protocol by Yury Selivanov · 8 years ago
  13. c724bae coroutines: Error when awaiting on coroutine that's being awaited by Yury Selivanov · 9 years ago
  14. 77c9681 Issue #25887: Raise a RuntimeError when a coroutine is awaited more than once. by Yury Selivanov · 9 years ago
  15. 609a2e1 Issue #22995: Default implementation of __reduce__ and __reduce_ex__ now by Serhiy Storchaka · 9 years ago
  16. 718c984 Close #25367: Fix test_coroutines() by Victor Stinner · 9 years ago
  17. b45c0f7 Close #25367: Fix test_coroutines with no thread support by Victor Stinner · 9 years ago
  18. 96ec934 Issue #24619: Simplify async/await tokenization. by Yury Selivanov · 9 years ago
  19. f315c1c Issue #24687: Plug refleak on SyntaxError in function parameters annotations. by Yury Selivanov · 9 years ago
  20. b7666a3 Issue #24619: More tests; fix nits in compiler.c by Yury Selivanov · 9 years ago
  21. 8fb307c Issue #24619: New approach for tokenizing async/await. by Yury Selivanov · 9 years ago
  22. e13f8f3 Issue #24450: Add gi_yieldfrom to generators; cr_await to coroutines. by Yury Selivanov · 9 years ago
  23. f270152 Issue #24400: Add one more unittest for CoroutineType.__await__ by Yury Selivanov · 9 years ago
  24. 86cd7d6 test_coroutines: remove whitespace by Yury Selivanov · 9 years ago
  25. 9dec035 Issue #24528: Improve error message for awaits in comprehensions by Yury Selivanov · 9 years ago
  26. 5376ba9 Issue #24400: Introduce a distinct type for 'async def' coroutines. by Yury Selivanov · 9 years ago
  27. 94c2263 Issue 24374: Plug refleak in set_coroutine_wrapper by Yury Selivanov · 9 years ago
  28. aab3c4a Issue 24342: Let wrapper set by sys.set_coroutine_wrapper fail gracefully by Yury Selivanov · 9 years ago
  29. 8085b80 Issue 24226: Fix parsing of many sequential one-line 'def' statements. by Yury Selivanov · 9 years ago
  30. 9113dc7 Issue 24017: More tests for 'async for' and 'async with'. by Yury Selivanov · 9 years ago
  31. 37ac590 Clean up test_coroutines a bit. by Zachary Ware · 9 years ago
  32. baaadbf Issue 24017: fix for "async with" refcounting by Nick Coghlan · 9 years ago
  33. fdba838 Issue #24017: Unset asyncio event loop after test. by Yury Selivanov · 9 years ago
  34. 7544508 PEP 0492 -- Coroutines with async and await syntax. Issue #24017. by Yury Selivanov · 9 years ago