1. 5b8d4f9 Issue #28369: Raise an error when transport's FD is used with add_reader by Yury Selivanov · 9 years ago
  2. d5c2a62 asyncio: Skip getaddrinfo if host is already resolved. by Yury Selivanov · 10 years ago
  3. 0f3c976 asyncio: Fix with github by Yury Selivanov · 10 years ago
  4. 41f69f4 Issue #25593: Change semantics of EventLoop.stop(). by Guido van Rossum · 10 years ago
  5. 5d44c08 Issue #23353, asyncio: Workaround CPython bug #23353 by Victor Stinner · 11 years ago
  6. 29ad011 asyncio: sync with Tulip by Victor Stinner · 11 years ago
  7. 231b404 Issue #22560: New SSL implementation based on ssl.MemoryBIO by Victor Stinner · 11 years ago
  8. fd39a89 Issue #22641: In asyncio, the default SSL context for client connections is now created using ssl.create_default_context(), for stronger security. by Antoine Pitrou · 11 years ago
  9. b261475 asyncio: sync with Tulip by Victor Stinner · 11 years ago
  10. 1cae9ec asyncio tests: make quiet the logs of SSL handshake failures when running tests by Victor Stinner · 11 years ago
  11. 896a25a asyncio: sync with Tulip by Victor Stinner · 11 years ago
  12. 98b6391 Issue #21163: BaseEventLoop.run_until_complete() and test_utils.run_briefly() by Victor Stinner · 11 years ago
  13. f951d28 asyncio: sync with Tulip, add a new asyncio.coroutines module by Victor Stinner · 11 years ago
  14. c73701d asyncio: Refactor tests: add a base TestCase class by Victor Stinner · 11 years ago
  15. 307bccc asyncio: Tulip issue 173: Enhance repr(Handle) and repr(Task) by Victor Stinner · 11 years ago
  16. e6a5379 asyncio, Tulip issue 157: Improve test_events.py, avoid run_briefly() which is by Victor Stinner · 11 years ago
  17. f5e3703 asyncio: Fix pyflakes warnings: remove unused variables and imports by Victor Stinner · 11 years ago
  18. 24ba203 asyncio: Replace "unittest.mock" with "mock" in unit tests by Victor Stinner · 11 years ago
  19. da492a8 asyncio: remove unused imports and unused variables noticed by pyflakes by Victor Stinner · 12 years ago
  20. b0b0e62 asyncio: Fix spelling and typos. by Yury Selivanov · 12 years ago
  21. ff827f0 asyncio: New error handling API. Issue #20681. by Yury Selivanov · 12 years ago
  22. 88a5bf0 asyncio: Add support for UNIX Domain Sockets. by Yury Selivanov · 12 years ago
  23. a125497 asyncio, Tulip issue 126: call_soon(), call_soon_threadsafe(), call_later(), by Victor Stinner · 12 years ago
  24. 06847d9 Issue #20505: Fix TestLoop, set the clock resolution by Victor Stinner · 12 years ago
  25. dc62b7e asyncio: Tulip issue 112: Inline make_handle() into Handle constructor by Victor Stinner · 12 years ago
  26. 09f08fe asyncio: Remove more relics of resolution/granularity. by Guido van Rossum · 12 years ago
  27. 1c16537 asyncio: Fix granularity of test_utils.TestLoop. by Victor Stinner · 12 years ago
  28. 75a5ec8 Fix asyncio tests: define resolution by Victor Stinner · 12 years ago
  29. 2748bc7 asyncio: remove references to the Tulip project, rename Tulip to asyncio. by Victor Stinner · 12 years ago
  30. 782b8e4 Remove a duplicated import by Victor Stinner · 12 years ago
  31. 1a605ed asyncio: Add Task.current_task() class method. by Guido van Rossum · 12 years ago
  32. c9a87e6 fix cert names for asyncio test by Christian Heimes · 12 years ago
  33. b3330a0a Issue #19842: Refactor BaseSelector to make it an actual usable ABC. by Charles-François Natali · 12 years ago
  34. a7a150c Close #19297: fix resource warnings in test_asyncio. Patch by Vajrasky Kok. by Antoine Pitrou · 12 years ago
  35. d20afad Issue #19305: try to fix sporadic test_asyncio failure on FreeBSD 10.0 by Antoine Pitrou · 12 years ago
  36. 27b7c7e Initial checkin of asyncio package (== Tulip, == PEP 3156). by Guido van Rossum · 12 years ago