1. e6a5379 asyncio, Tulip issue 157: Improve test_events.py, avoid run_briefly() which is by Victor Stinner · 11 years ago
  2. f5e3703 asyncio: Fix pyflakes warnings: remove unused variables and imports by Victor Stinner · 11 years ago
  3. 24ba203 asyncio: Replace "unittest.mock" with "mock" in unit tests by Victor Stinner · 11 years ago
  4. da492a8 asyncio: remove unused imports and unused variables noticed by pyflakes by Victor Stinner · 11 years ago
  5. b0b0e62 asyncio: Fix spelling and typos. by Yury Selivanov · 11 years ago
  6. ff827f0 asyncio: New error handling API. Issue #20681. by Yury Selivanov · 11 years ago
  7. 88a5bf0 asyncio: Add support for UNIX Domain Sockets. by Yury Selivanov · 11 years ago
  8. a125497 asyncio, Tulip issue 126: call_soon(), call_soon_threadsafe(), call_later(), by Victor Stinner · 12 years ago
  9. 06847d9 Issue #20505: Fix TestLoop, set the clock resolution by Victor Stinner · 12 years ago
  10. dc62b7e asyncio: Tulip issue 112: Inline make_handle() into Handle constructor by Victor Stinner · 12 years ago
  11. 09f08fe asyncio: Remove more relics of resolution/granularity. by Guido van Rossum · 12 years ago
  12. 1c16537 asyncio: Fix granularity of test_utils.TestLoop. by Victor Stinner · 12 years ago
  13. 75a5ec8 Fix asyncio tests: define resolution by Victor Stinner · 12 years ago
  14. 2748bc7 asyncio: remove references to the Tulip project, rename Tulip to asyncio. by Victor Stinner · 12 years ago
  15. 782b8e4 Remove a duplicated import by Victor Stinner · 12 years ago
  16. 1a605ed asyncio: Add Task.current_task() class method. by Guido van Rossum · 12 years ago
  17. c9a87e6 fix cert names for asyncio test by Christian Heimes · 12 years ago
  18. b3330a0a Issue #19842: Refactor BaseSelector to make it an actual usable ABC. by Charles-François Natali · 12 years ago
  19. a7a150c Close #19297: fix resource warnings in test_asyncio. Patch by Vajrasky Kok. by Antoine Pitrou · 12 years ago
  20. d20afad Issue #19305: try to fix sporadic test_asyncio failure on FreeBSD 10.0 by Antoine Pitrou · 12 years ago
  21. 27b7c7e Initial checkin of asyncio package (== Tulip, == PEP 3156). by Guido van Rossum · 12 years ago