- a8f4e15 bpo-26133: Fix typos (#5010) by Andrew Svetlov · 7 years ago
- 4f146f9 bpo-26133: Clear signals list on interpreter finalizing (#5002) by Andrew Svetlov · 7 years ago
- 4a02543 bpo-26133: Dont unsubscribe signals in UNIX even loop on interpreter shutdown (#4956) by Andrew Svetlov · 7 years ago
- 51eb1c6 bpo-29970: Make ssh_handshake_timeout None by default (#4939) by Andrew Svetlov · 7 years ago
- f7686c1 bpo-29970: Add timeout for SSL handshake in asyncio by Neil Aspinall · 7 years ago
- a7bd64c bpo-27456: Simplify sock type checks (#4922) by Yury Selivanov · 7 years ago
- e796b2f bpo-27456: Ensure TCP_NODELAY is set on linux (#4231) by Yury Selivanov · 7 years ago
- 6370f34 bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775) by Yury Selivanov · 7 years ago
- 5f841b5 bpo-32193: Convert asyncio to async/await usage (#4753) by Andrew Svetlov · 7 years ago
- cc83920 bpo-32166: Drop Python 3.4 code from asyncio (#4612) by Andrew Svetlov · 7 years ago
- 4271dfd bpo-32154: Remove asyncio.selectors (#4605) by Victor Stinner · 7 years ago
- a10dc3e asyncio: use directly socket.socketpair() (#4597) by Victor Stinner · 7 years ago
- 423fd36 bpo-32066: Support pathlib.Path in create_unix_connection; sock arg should be optional (#4447) by Yury Selivanov · 7 years ago
- 3e2ad8e bpo-29617: Remove Python 3.3 support from asyncio (GH-232) by INADA Naoki · 8 years ago
- 21bb0e6 Merge 3.5 (issue #28704) by Yury Selivanov · 8 years ago
- d7c1518 Issue #28704: Fix create_unix_server to support Path-like objects by Yury Selivanov · 8 years ago
- 954c7dd Merge 3.5 (issue #28652) by Yury Selivanov · 8 years ago
- a1a8b7d Issue #28652: Make loop methods reject socket kinds they do not support. by Yury Selivanov · 8 years ago
- 88e8aca Merge 3.5 (issue #28399) by Yury Selivanov · 8 years ago
- 908d55d Issue #28399: Remove UNIX socket from FS before binding. by Yury Selivanov · 8 years ago
- 3df053e Merge 3.5 (asyncio) by Yury Selivanov · 8 years ago
- 36e7e97 asyncio: Only allow Unix Stream sockets for loop.create_unix_server/connection by Yury Selivanov · 8 years ago
- bb8eb92 Merge 3.5 (issue #28369) by Yury Selivanov · 8 years ago
- 5b8d4f9 Issue #28369: Raise an error when transport's FD is used with add_reader by Yury Selivanov · 8 years ago
- 67ea618 Merge 3.5 (issue #28368) by Yury Selivanov · 8 years ago
- 9eb6c67 Issue #28368: Refuse monitoring processes if the child watcher has no loop attached. by Yury Selivanov · 8 years ago
- b76968b Merge 3.5 (asyncio, issue #26909) by Yury Selivanov · 8 years ago
- 4c5bf3b Issue #26909: Fix slow pipes IO in asyncio. by Yury Selivanov · 8 years ago
- 966321e Merge 3.5 (asyncio) by Yury Selivanov · 8 years ago
- a05a6ef asyncio: Add set_protocol / get_protocol methods to Transports by Yury Selivanov · 8 years ago
- 4786787 Fix ordering issues in UNIX read/write pipe transport constructors. by Guido van Rossum · 8 years ago
- 8b7918a Don't select for read on character devices in _UnixWritePipeTransport. by Guido van Rossum · 8 years ago
- 898ac56 Merge asyncio from 3.5 by Guido van Rossum · 8 years ago
- 8ace2c6 Merge 3.5 (Issue #27041) by Yury Selivanov · 8 years ago
- 7661db6 Issue #27041: asyncio: Add loop.create_future method by Yury Selivanov · 8 years ago
- 2e413f7 Merge 3.5 (asyncio) by Yury Selivanov · 8 years ago
- 5dc0933 asyncio: Fix unix pipe transport 'repr' methods by Yury Selivanov · 8 years ago
- 00f4648 Merge 3.5 (asyncio) by Victor Stinner · 9 years ago
- c94a93a asyncio: Don't log ConnectionAbortedError by Victor Stinner · 9 years ago
- e19558a Add a source parameter to warnings.warn() by Victor Stinner · 9 years ago
- 5d7e3b6 asyncio: Cleanup Future API by Yury Selivanov · 9 years ago
- 5bb1afb asyncio: Add Transport.is_closing() by Yury Selivanov · 9 years ago
- 2a8911c asyncio: Sync with upstream (compat module) by Yury Selivanov · 9 years ago
- 5d44c08 Issue #23353, asyncio: Workaround CPython bug #23353 by Victor Stinner · 10 years ago
- 1241ecc Issue #23347, asyncio: Make BaseSubprocessTransport.wait() private by Victor Stinner · 10 years ago
- 47cd10d asyncio: sync with Tulip by Victor Stinner · 10 years ago
- 978a9af Issue #23243, asyncio: Emit a ResourceWarning when an event loop or a transport by Victor Stinner · 10 years ago
- 2934262 asyncio: sync with Tulip by Victor Stinner · 10 years ago
- f07801b asyncio: SSL transports now clear their reference to the waiter by Victor Stinner · 10 years ago
- 4bf22e0 asyncio: Close the transport on subprocess creation failure by Victor Stinner · 10 years ago
- 41ed958 Issue #23243: Fix asyncio._UnixWritePipeTransport.close() by Victor Stinner · 10 years ago
- 29ad011 asyncio: sync with Tulip by Victor Stinner · 10 years ago
- 70db9e4 asyncio: sync with Tulip by Victor Stinner · 10 years ago
- 15cc678 asyncio: Truncate to 80 columns by Victor Stinner · 10 years ago
- 1e40f10 asyncio, tulip issue 209: Fix subprocess for close_fds=False on Python 3.3 by Victor Stinner · 10 years ago
- e80bf0d Closes #22922: More EventLoop methods fail if the loop is closed. Initial patch by Victor Stinner · 10 years ago
- 2d99d93 asyncio: Coroutine objects are now rejected with a TypeError by the following by Victor Stinner · 10 years ago
- e36fcde - Issue #22841: Reject coroutines in asyncio add_signal_handler(). by Guido van Rossum · 10 years ago
- 004adb9 asyncio: Move loop attribute to _FlowControlMixin by Victor Stinner · 10 years ago
- 8c0e0ab asyncio.unix_events: Move import statement to match tulip code by Yury Selivanov · 10 years ago
- b261475 asyncio: sync with Tulip by Victor Stinner · 10 years ago
- f2ed889 asyncio: Use the new os.set_blocking() function of Python 3.5 if available by Victor Stinner · 10 years ago
- c4c4649 asyncio: sync with Tulip by Victor Stinner · 10 years ago
- fe5649c Python issue #21645, Tulip issue 192: Rewrite signal handling by Victor Stinner · 10 years ago
- acdb782 asyncio: sync with Tulip by Victor Stinner · 10 years ago
- e912e65 asyncio: sync with Tulip by Victor Stinner · 10 years ago
- bfff45d asyncion, Tulip issue 181: BaseEventLoop.create_datagram_endpoint() now waits by Victor Stinner · 10 years ago
- a9acbe8 Closes #21886, #21447: Fix a race condition in asyncio when setting the result by Victor Stinner · 10 years ago
- 2dba23a asyncio: sync with Tulip by Victor Stinner · 10 years ago
- f951d28 asyncio: sync with Tulip, add a new asyncio.coroutines module by Victor Stinner · 10 years ago
- f328c7d asyncio, Tulip issue 171: BaseEventLoop.close() now raises an exception if the 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
- 223a624 Issue #21119: asyncio now closes sockets on errors by Victor Stinner · 10 years ago
- 1fd03a4 Issue #21155: asyncio.EventLoop.create_unix_server() now raises a ValueError if by Victor Stinner · 11 years ago
- b4c9388 asyncio: remove unused imports and unused variables noticed by pyflakes by Victor Stinner · 11 years ago
- dec1a45 asyncio: Fix spelling and typos. by Yury Selivanov · 11 years ago
- 79a2952 asyncio, Tulip issue 143: UNIX domain methods, fix ResourceWarning and by Victor Stinner · 11 years ago
- 0ee29c2 asyncio, Tulip issue 139: Improve error messages on "fatal errors" by Victor Stinner · 11 years ago
- 3cb9914 asyncio.transports: Make _ProactorBasePipeTransport use _FlowControlMixin 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
- dc62b7e asyncio: Tulip issue 112: Inline make_handle() into Handle constructor by Victor Stinner · 11 years ago
- 915bcb0 Issue #20400: Merge Tulip into Python: add the new asyncio.subprocess module by Victor Stinner · 11 years ago
- 61b3c9b asyncio: Fix _UnixWritePipeTransport, raise BrokenPipeError when the pipe is by Victor Stinner · 11 years ago
- 73f10fd asyncio: Fix _make_subprocess_transport(): pass extra value to the constructor. by Victor Stinner · 11 years ago
- 47fb97e asyncio: Add write flow control to unix pipes. by Guido van Rossum · 11 years ago
- 63b4d4b asyncio: _fatal_error() of _UnixWritePipeTransport and _ProactorBasePipeTransport shouldn't log BrokenPipeError nor ConnectionResetError. by Victor Stinner · 11 years ago
- 0742cae Merge latest Tulip into asyncio by Andrew Svetlov · 11 years ago
- ab27a9f asyncio: Fix race in FastChildWatcher (by its original author, Anthony Baire). by Guido van Rossum · 11 years ago
- 8dffc45 Update asyncio from the Tulip project by Victor Stinner · 11 years ago
- 02757ea asyncio: Minimal pty support in UNIX read pipe, by Jonathan Slenders. by Guido van Rossum · 11 years ago
- 4835f17 asyncio: Fix race in subprocess transport, by Victor Stinner. by Guido van Rossum · 11 years ago
- 74e7cf3 Issue #19850: asyncio: Set SA_RESTART when registering a signal handler to by Charles-François Natali · 11 years ago
- 2bcae70 asyncio: Fix from Anthony Baire for CPython issue 19566 (replaces earlier fix). by Guido van Rossum · 11 years ago
- 82e9f32 asyncio: Temporary fix by Victor Stinner for issue 19566. by Guido van Rossum · 11 years ago
- 0b69fbc asyncio: Add close() back to Unix selector event loop, to remove all signal handlers. Should fix buildbot issues. by Guido van Rossum · 11 years ago
- 0eaa5ac asyncio: Refactor SIGCHLD handling. By Anthony Baire. by Guido van Rossum · 11 years ago
- 5969128 asyncio: Add support for running subprocesses on Windows with the IOCP event loop (Richard Oudkerk). by Guido van Rossum · 11 years ago
- 934f6ea Switch subprocess stdin to a socketpair, attempting to fix issue #19293 (AIX hang). by Guido van Rossum · 11 years ago
- 8da15cc asyncio: be more lenient if we don't understand status returned by waitpid(). by Guido van Rossum · 11 years ago