1. ce12629 bpo-28369: Enhance transport socket check in add_reader/writer (#4365) by Yury Selivanov · 7 years ago
  2. a170fa1 bpo-31346: Use PROTOCOL_TLS_CLIENT/SERVER (#3058) by Christian Heimes · 7 years ago
  3. 16432be bpo-31250, test_asyncio: fix dangling threads (#3252) by Victor Stinner · 7 years ago
  4. b903067 bpo-30280: Cleanup threads in ayncio tests (#2501) by Victor Stinner · 7 years ago
  5. 3e2ad8e bpo-29617: Remove Python 3.3 support from asyncio (GH-232) by INADA Naoki · 7 years ago
  6. ba7e1f9 bpo-29703: asyncio: Fix creating new event loops in child processes. (#404) by Yury Selivanov · 8 years ago
  7. 69312fa Merge 3.5 (issue #28613) by Yury Selivanov · 8 years ago
  8. 600a349 Issue #28613: Fix get_event_loop() to return the current loop by Yury Selivanov · 8 years ago
  9. bb8eb92 Merge 3.5 (issue #28369) by Yury Selivanov · 8 years ago
  10. 5b8d4f9 Issue #28369: Raise an error when transport's FD is used with add_reader by Yury Selivanov · 8 years ago
  11. d048637 Issue #28022: Deprecate ssl-related arguments in favor of SSLContext. by Christian Heimes · 8 years ago
  12. d5c2a62 asyncio: Skip getaddrinfo if host is already resolved. by Yury Selivanov · 9 years ago
  13. 0f3c976 asyncio: Fix with github by Yury Selivanov · 9 years ago
  14. 41f69f4 Issue #25593: Change semantics of EventLoop.stop(). by Guido van Rossum · 9 years ago
  15. 5d44c08 Issue #23353, asyncio: Workaround CPython bug #23353 by Victor Stinner · 10 years ago
  16. 29ad011 asyncio: sync with Tulip by Victor Stinner · 10 years ago
  17. 231b404 Issue #22560: New SSL implementation based on ssl.MemoryBIO by Victor Stinner · 10 years ago
  18. 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 · 10 years ago
  19. b261475 asyncio: sync with Tulip by Victor Stinner · 10 years ago
  20. 1cae9ec asyncio tests: make quiet the logs of SSL handshake failures when running tests by Victor Stinner · 10 years ago
  21. 896a25a asyncio: sync with Tulip by Victor Stinner · 10 years ago
  22. 98b6391 Issue #21163: BaseEventLoop.run_until_complete() and test_utils.run_briefly() by Victor Stinner · 10 years ago
  23. f951d28 asyncio: sync with Tulip, add a new asyncio.coroutines module by Victor Stinner · 10 years ago
  24. c73701d asyncio: Refactor tests: add a base TestCase class by Victor Stinner · 10 years ago
  25. 307bccc asyncio: Tulip issue 173: Enhance repr(Handle) and repr(Task) by Victor Stinner · 10 years ago
  26. e6a5379 asyncio, Tulip issue 157: Improve test_events.py, avoid run_briefly() which is by Victor Stinner · 11 years ago
  27. f5e3703 asyncio: Fix pyflakes warnings: remove unused variables and imports by Victor Stinner · 11 years ago
  28. 24ba203 asyncio: Replace "unittest.mock" with "mock" in unit tests by Victor Stinner · 11 years ago
  29. da492a8 asyncio: remove unused imports and unused variables noticed by pyflakes by Victor Stinner · 11 years ago
  30. b0b0e62 asyncio: Fix spelling and typos. by Yury Selivanov · 11 years ago
  31. ff827f0 asyncio: New error handling API. Issue #20681. by Yury Selivanov · 11 years ago
  32. 88a5bf0 asyncio: Add support for UNIX Domain Sockets. by Yury Selivanov · 11 years ago
  33. a125497 asyncio, Tulip issue 126: call_soon(), call_soon_threadsafe(), call_later(), by Victor Stinner · 11 years ago
  34. 06847d9 Issue #20505: Fix TestLoop, set the clock resolution by Victor Stinner · 11 years ago
  35. dc62b7e asyncio: Tulip issue 112: Inline make_handle() into Handle constructor by Victor Stinner · 11 years ago
  36. 09f08fe asyncio: Remove more relics of resolution/granularity. by Guido van Rossum · 11 years ago
  37. 1c16537 asyncio: Fix granularity of test_utils.TestLoop. by Victor Stinner · 11 years ago
  38. 75a5ec8 Fix asyncio tests: define resolution by Victor Stinner · 11 years ago
  39. 2748bc7 asyncio: remove references to the Tulip project, rename Tulip to asyncio. by Victor Stinner · 11 years ago
  40. 782b8e4 Remove a duplicated import by Victor Stinner · 11 years ago
  41. 1a605ed asyncio: Add Task.current_task() class method. by Guido van Rossum · 11 years ago
  42. c9a87e6 fix cert names for asyncio test by Christian Heimes · 11 years ago
  43. b3330a0a Issue #19842: Refactor BaseSelector to make it an actual usable ABC. by Charles-François Natali · 11 years ago
  44. a7a150c Close #19297: fix resource warnings in test_asyncio. Patch by Vajrasky Kok. by Antoine Pitrou · 11 years ago
  45. d20afad Issue #19305: try to fix sporadic test_asyncio failure on FreeBSD 10.0 by Antoine Pitrou · 11 years ago
  46. 27b7c7e Initial checkin of asyncio package (== Tulip, == PEP 3156). by Guido van Rossum · 11 years ago