1. 5d7e3b6 asyncio: Cleanup Future API by Yury Selivanov · 9 years ago
  2. 841d9ee Issue #25304: Add asyncio.run_coroutine_threadsafe(). By Vincent Michel. by Guido van Rossum · 9 years ago
  3. 71080fc asyncio: Add asyncio.compat module by Victor Stinner · 9 years ago
  4. 1af2bf7 asyncio: Support PEP 492. Issue #24017. by Yury Selivanov · 9 years ago
  5. 0a9933e Asyncio issue 222 / PR 231 (Victor Stinner) -- fix @coroutine functions without __name__. by Guido van Rossum · 9 years ago
  6. 978a9af Issue #23243, asyncio: Emit a ResourceWarning when an event loop or a transport by Victor Stinner · 9 years ago
  7. 587feb1 Issue #23209: Break some reference cycles in asyncio. Patch written by Martin by Victor Stinner · 10 years ago
  8. 70db9e4 asyncio: sync with Tulip by Victor Stinner · 10 years ago
  9. fe22e09 asyncio: Initialize more Future and Task attributes in the class definition to by Victor Stinner · 10 years ago
  10. 56a6d85 Removed duplicated words in in comments and docs. by Serhiy Storchaka · 10 years ago
  11. 662fd5f asyncio: Fix formatting of the "Future exception was never retrieved" in by Victor Stinner · 10 years ago
  12. 313a980 asyncio: sync with Tulip by Victor Stinner · 10 years ago
  13. a9acbe8 Closes #21886, #21447: Fix a race condition in asyncio when setting the result by Victor Stinner · 10 years ago
  14. 80f53aa asyncio, Tulip issue 137: In debug mode, save traceback where Future, Task and by Victor Stinner · 10 years ago
  15. 975735f asyncio, Tulip issue 177: Rewite repr() of Future, Task, Handle and TimerHandle by Victor Stinner · 10 years ago
  16. a02f81f asyncio: Log an error if a Task is destroyed while it is still pending by Victor Stinner · 10 years ago
  17. b4c9388 asyncio: remove unused imports and unused variables noticed by pyflakes by Victor Stinner · 10 years ago
  18. 569efa2 asyncio: New error handling API. Issue #20681. by Yury Selivanov · 10 years ago
  19. 9572898 asyncio: Future.set_exception(exc) should instantiate exc if it is a class. by Victor Stinner · 10 years ago
  20. e40c078 Issue #19967: Defer the formating of the traceback in asyncio.Future destructor by Victor Stinner · 11 years ago
  21. 9ba75db asyncio: Clean up formatting. by Guido van Rossum · 11 years ago
  22. 4c3c699 Close #19967: Thanks to the PEP 442, asyncio.Future can use a destructor in by Victor Stinner · 11 years ago
  23. 7a46564 asyncio: Pass cancellation from wrapping Future to wrapped Future. By Saúl Ibarra Corretgé (mostly). by Guido van Rossum · 11 years ago
  24. fc29e0f Rename the logger to plain "logger". by Guido van Rossum · 11 years ago
  25. 27b7c7e Initial checkin of asyncio package (== Tulip, == PEP 3156). by Guido van Rossum · 11 years ago