1. bb2fc5b Issue #21326: Add a new is_closed() method to asyncio.BaseEventLoop by Victor Stinner · 10 years ago
  2. 223a624 Issue #21119: asyncio now closes sockets on errors by Victor Stinner · 10 years ago
  3. 3d1bc60 asyncio: Upstream issue #167: remove dead code, by Marc Schlaich. by Guido van Rossum · 10 years ago
  4. 93569c2 asyncio: Ensure call_soon(), call_later() and call_at() are invoked on current by Victor Stinner · 11 years ago
  5. 934c885 asyncio: _check_resolved_address() must also accept IPv6 without flow_info and by Victor Stinner · 11 years ago
  6. d1a727a asyncio: Fix _check_resolved_address() for IPv6 address by Victor Stinner · 11 years ago
  7. 0f3e6bc asyncio, Tulip issue #136: Add get/set_debug() methods to BaseEventLoopTests. by Victor Stinner · 11 years ago
  8. 5779752 asyncio: pep8-ify the code. by Yury Selivanov · 11 years ago
  9. 569efa2 asyncio: New error handling API. Issue #20681. by Yury Selivanov · 11 years ago
  10. b057c52 asyncio: Add support for UNIX Domain Sockets. by Yury Selivanov · 11 years ago
  11. 1b0580b ayncio, Tulip issue 129: BaseEventLoop.sock_connect() now raises an error if by Victor Stinner · 11 years ago
  12. 613960b Issue #20505: Remove debug code by Victor Stinner · 11 years ago
  13. 20e0743 asyncio, Tulip issue 130: Add more checks on subprocess_exec/subprocess_shell by Victor Stinner · 11 years ago
  14. 9af4a24 asyncio, Tulip issue 126: call_soon(), call_soon_threadsafe(), call_later(), by Victor Stinner · 11 years ago
  15. 262a458 Issue #20505: use also the monotonic time to decide if asyncio debug traces by Victor Stinner · 11 years ago
  16. 7c4bd39 Issue #20505: Oops, only print debug info if selector.select(timeout) took less by Victor Stinner · 11 years ago
  17. 8425bf8 Issue #20505: Improve debug info in asyncio event loop by Victor Stinner · 11 years ago
  18. ed1654f Issue #20505: BaseEventLoop uses again the resolution of the clock to decide if by Victor Stinner · 11 years ago
  19. 1c143b1 Issue #20505: Add debug info to analyze sporaric failures of by Victor Stinner · 11 years ago
  20. dc62b7e asyncio: Tulip issue 112: Inline make_handle() into Handle constructor by Victor Stinner · 11 years ago
  21. 85310a5 Issue #20505: Remove resolution and _granularity from selectors and asyncio by Victor Stinner · 11 years ago
  22. 3e7cc03 Issue #20505: add debug info by Victor Stinner · 11 years ago
  23. 49d0f4e Issue #20452: Remove debug code, no more needed by Victor Stinner · 11 years ago
  24. 323748e asyncio: Fix error message in BaseEventLoop.subprocess_shell(). Patch written by Victor Stinner · 11 years ago
  25. dcd9740 Issue #20452: select and selectors round (again) timeout away from zero for by Victor Stinner · 11 years ago
  26. 31f6504 Issue #20452: Oops, fix debug code :-/ by Victor Stinner · 11 years ago
  27. 0278032 Issue #20452: add more info in case of test_asyncio failure to try to debug the by Victor Stinner · 11 years ago
  28. e623a12 asyncio: subprocess_shell() and subprocess_exec() now raise ValueError instead of assert. by Victor Stinner · 11 years ago
  29. 669eeaf Merge latest Tulip into asyncio by Victor Stinner · 11 years ago
  30. f67255a Issue #20311: asyncio: Add a granularity attribute to BaseEventLoop: maximum by Victor Stinner · 11 years ago
  31. 4a2dbeb asyncio: Cleanup logging in BaseEventLoop._run_once() by Victor Stinner · 11 years ago
  32. 22463aa Close #20275: Optimize BaseEventLoop._run_once() by Victor Stinner · 11 years ago
  33. 68600c7 asyncio: Fix space in log message about poll time. by Guido van Rossum · 11 years ago
  34. 28dff0d asyncio: Better-looking errors when ssl module cannot be imported. In part by Arnaud Faure. by Guido van Rossum · 11 years ago
  35. a8d630a asyncio: Various style nits. by Guido van Rossum · 11 years ago
  36. e3f52ef asyncio: Document EventLoop.close(). by Guido van Rossum · 11 years ago
  37. 21c85a7 asyncio: Add server_hostname as create_connection() argument, with secure default. by Guido van Rossum · 11 years ago
  38. 32e4685 (Hopefully) proper fix for gentoo buildbot failure due to lacking AF_INET6 support. by Guido van Rossum · 11 years ago
  39. 4ca7355 Issue #19299: fix refleak test failures in test_asyncio by Antoine Pitrou · 11 years ago
  40. fc29e0f Rename the logger to plain "logger". by Guido van Rossum · 11 years ago
  41. 27b7c7e Initial checkin of asyncio package (== Tulip, == PEP 3156). by Guido van Rossum · 11 years ago