1. 7661db6 Issue #27041: asyncio: Add loop.create_future method by Yury Selivanov · 8 years ago
  2. 7ed7ce6 Issue #27040: Add loop.get_exception_handler method by Yury Selivanov · 8 years ago
  3. b9bf913 Issue #23972: updates to asyncio datagram API. By Chris Laws. by Guido van Rossum · 9 years ago
  4. 5e4a7d8 Issue #23630, asyncio: host parameter of loop.create_server() can now be a by Victor Stinner · 9 years ago
  5. 71080fc asyncio: Add asyncio.compat module by Victor Stinner · 9 years ago
  6. 740169c Sync asyncio changes from the main repo. by Yury Selivanov · 9 years ago
  7. 0a9933e Asyncio issue 222 / PR 231 (Victor Stinner) -- fix @coroutine functions without __name__. by Guido van Rossum · 10 years ago
  8. 3a1c738 Issue #23074: asyncio.get_event_loop() now raises an exception if the thread by Victor Stinner · 10 years ago
  9. 592ada9 asyncio: Improve canceled timer handles cleanup. Closes issue #22448. by Yury Selivanov · 10 years ago
  10. 1b38bc6 asyncio, Tulip issue 206: In debug mode, keep the callback in the by Victor Stinner · 10 years ago
  11. 313a980 asyncio: sync with Tulip by Victor Stinner · 10 years ago
  12. f68bd88 asyncio: sync with Tulip by Victor Stinner · 10 years ago
  13. 896a25a asyncio: sync with Tulip 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. 17b53f1 asyncio: Handle error handler: enhance formatting of the callback by Victor Stinner · 10 years ago
  16. 975735f asyncio, Tulip issue 177: Rewite repr() of Future, Task, Handle and TimerHandle by Victor Stinner · 10 years ago
  17. 307bccc asyncio: Tulip issue 173: Enhance repr(Handle) and repr(Task) by Victor Stinner · 10 years ago
  18. f9e49dd Tulip issue 83, Python issue #21252: Fill some XXX docstrings in asyncio by Victor Stinner · 10 years ago
  19. a5b257a Issue #21454: Fix asyncio.BaseEventLoop.connect_read_pipe doc by Victor Stinner · 10 years ago
  20. 94ba146 asyncio: Add __weakref__ slots to Handle and CoroWrapper. Upstream issue #166. by Guido van Rossum · 11 years ago
  21. b4c9388 asyncio: remove unused imports and unused variables noticed by pyflakes by Victor Stinner · 11 years ago
  22. 0f3e6bc asyncio, Tulip issue #136: Add get/set_debug() methods to BaseEventLoopTests. by Victor Stinner · 11 years ago
  23. dec1a45 asyncio: Fix spelling and typos. by Yury Selivanov · 11 years ago
  24. 569efa2 asyncio: New error handling API. Issue #20681. by Yury Selivanov · 11 years ago
  25. b057c52 asyncio: Add support for UNIX Domain Sockets. by Yury Selivanov · 11 years ago
  26. b131778 asyncio.events: Use __slots__ in Handle and TimerHandle by Yury Selivanov · 11 years ago
  27. dc62b7e asyncio: Tulip issue 112: Inline make_handle() into Handle constructor by Victor Stinner · 11 years ago
  28. cf6f72e Fix typo in asyncio.AbstractServer documentation by Victor Stinner · 11 years ago
  29. 9204af4 asyncio: Use Interface instead of ABC. Fixes issue 19726. by Guido van Rossum · 11 years ago
  30. cced076 asyncio: Fix get_event_loop() to call set_event_loop() when setting the loop. By Anthony Baire. by Guido van Rossum · 11 years ago
  31. 0eaa5ac asyncio: Refactor SIGCHLD handling. By Anthony Baire. by Guido van Rossum · 11 years ago
  32. e3f52ef asyncio: Document EventLoop.close(). by Guido van Rossum · 11 years ago
  33. 21c85a7 asyncio: Add server_hostname as create_connection() argument, with secure default. by Guido van Rossum · 11 years ago
  34. ec7922c asyncio: Update some comments. by Guido van Rossum · 11 years ago
  35. fc29e0f Rename the logger to plain "logger". by Guido van Rossum · 11 years ago
  36. 27b7c7e Initial checkin of asyncio package (== Tulip, == PEP 3156). by Guido van Rossum · 11 years ago