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