1. 27182bb Merge 3.5 (issue #28703) by Yury Selivanov · 8 years ago
  2. 0ed20cd Issue #28703: Fix asyncio.iscoroutinefunction to handle Mock objects. by Yury Selivanov · 8 years ago
  3. a054f40 Merge 3.5 (asyncio) by Yury Selivanov · 8 years ago
  4. 6cc495e asyncio: Fix _format_coroutine for coroutine-like objects w/o __name__ by Yury Selivanov · 8 years ago
  5. a0c1ba6 Issue #28544: Implement asyncio.Task in C. by Yury Selivanov · 8 years ago
  6. 8dc3e43 Issue #28372: Fix asyncio to support formatting of non-python coroutines by Yury Selivanov · 8 years ago
  7. e3c65a7 Misc asyncio improvements from upstream by Guido van Rossum · 8 years ago
  8. 45dccda Issue #26654: Inspect functools.partial in asyncio.Handle.__repr__. by Yury Selivanov · 8 years ago
  9. 7b3b3dc Merge asyncio upstream. by Guido van Rossum · 8 years ago
  10. dce63234 asyncio: Fix @coroutine to recognize CoroWrapper (issue #25647) by Yury Selivanov · 8 years ago
  11. c07b16b Sync with asyncio repo by Andrew Svetlov · 8 years ago
  12. b3dd6d7 asyncio: Error if awaiting in parallel on the same coroutine by Yury Selivanov · 9 years ago
  13. 71080fc asyncio: Add asyncio.compat module by Victor Stinner · 9 years ago
  14. 09e6058 Issue #24450: Proxy gi_yieldfrom & cr_await in asyncio.CoroWrapper by Yury Selivanov · 9 years ago
  15. 339d5e7 Fix asyncio unittests in debug mode by Yury Selivanov · 9 years ago
  16. 29a602a Issue #24400: Fix CoroWrapper for 'async def' coroutines by Yury Selivanov · 9 years ago
  17. dfbd27f asyncio: Merge changes from issue #24400. by Yury Selivanov · 9 years ago
  18. 70adad2 Issue 24017: Fix asyncio.CoroWrapper to support 'async def' coroutines by Yury Selivanov · 9 years ago
  19. a316085 Issue 24004: Support Awaitables (pep 492) in @asyncio.coroutine decorator by Yury Selivanov · 9 years ago
  20. c58cca5 asyncio: Use 'collections.abc.Coroutine' in asyncio.iscoroutine (in 3.5) by Yury Selivanov · 9 years ago
  21. 1af2bf7 asyncio: Support PEP 492. Issue #24017. by Yury Selivanov · 9 years ago
  22. 0a9933e Asyncio issue 222 / PR 231 (Victor Stinner) -- fix @coroutine functions without __name__. by Guido van Rossum · 9 years ago
  23. 15cc678 asyncio: Truncate to 80 columns by Victor Stinner · 9 years ago
  24. 737c34f asyncio: sync with Tulip by Victor Stinner · 10 years ago
  25. c39ba7d asyncio: sync with Tulip by Victor Stinner · 10 years ago
  26. 1a870c9 asyncio: sync with Tulip by Victor Stinner · 10 years ago
  27. a9acbe8 Closes #21886, #21447: Fix a race condition in asyncio when setting the result by Victor Stinner · 10 years ago
  28. 2dba23a asyncio: sync with Tulip by Victor Stinner · 10 years ago
  29. b75380f asyncio: sync with Tulip by Victor Stinner · 10 years ago
  30. f951d28 asyncio: sync with Tulip, add a new asyncio.coroutines module by Victor Stinner · 10 years ago