summaryrefslogtreecommitdiffstats
path: root/Lib/asyncio/unix_events.py
Commit message (Expand)AuthorAgeFilesLines
* asyncio: Cleanup Future APIYury Selivanov2015-11-171-2/+4
* asyncio: Add Transport.is_closing()Yury Selivanov2015-11-161-0/+6
* asyncio: Sync with upstream (compat module)Yury Selivanov2015-08-041-2/+3
* Issue #23353, asyncio: Workaround CPython bug #23353Victor Stinner2015-02-021-2/+10
* Issue #23347, asyncio: Make BaseSubprocessTransport.wait() privateVictor Stinner2015-01-291-1/+1
* asyncio: sync with TulipVictor Stinner2015-01-291-5/+10
* Issue #23243, asyncio: Emit a ResourceWarning when an event loop or a transportVictor Stinner2015-01-291-0/+19
* asyncio: sync with TulipVictor Stinner2015-01-291-6/+11
* asyncio: SSL transports now clear their reference to the waiterVictor Stinner2015-01-281-2/+2
* asyncio: Close the transport on subprocess creation failureVictor Stinner2015-01-151-1/+5
* Issue #23243: Fix asyncio._UnixWritePipeTransport.close()Victor Stinner2015-01-151-1/+1
* asyncio: sync with TulipVictor Stinner2015-01-141-2/+12
* asyncio: sync with TulipVictor Stinner2015-01-091-4/+1
* asyncio: Truncate to 80 columnsVictor Stinner2015-01-081-1/+2
* asyncio, tulip issue 209: Fix subprocess for close_fds=False on Python 3.3Victor Stinner2014-12-111-0/+22
* Closes #22922: More EventLoop methods fail if the loop is closed. Initial patchVictor Stinner2014-12-041-0/+1
* asyncio: Coroutine objects are now rejected with a TypeError by the followingVictor Stinner2014-11-201-2/+3
* - Issue #22841: Reject coroutines in asyncio add_signal_handler().Guido van Rossum2014-11-141-0/+3
* asyncio: Move loop attribute to _FlowControlMixinVictor Stinner2014-11-051-2/+1
* asyncio.unix_events: Move import statement to match tulip codeYury Selivanov2014-09-251-1/+2
* asyncio: sync with TulipVictor Stinner2014-08-251-3/+11
* asyncio: Use the new os.set_blocking() function of Python 3.5 if availableVictor Stinner2014-07-291-4/+8
* asyncio: sync with TulipVictor Stinner2014-07-231-3/+3
* Python issue #21645, Tulip issue 192: Rewrite signal handlingVictor Stinner2014-07-171-2/+18
* asyncio: sync with TulipVictor Stinner2014-07-141-1/+12
* asyncio: sync with TulipVictor Stinner2014-07-121-0/+36
* asyncion, Tulip issue 181: BaseEventLoop.create_datagram_endpoint() now waitsVictor Stinner2014-07-081-0/+2
* Closes #21886, #21447: Fix a race condition in asyncio when setting the resultVictor Stinner2014-07-051-2/+2
* asyncio: sync with TulipVictor Stinner2014-07-021-1/+1
* asyncio: sync with Tulip, add a new asyncio.coroutines moduleVictor Stinner2014-06-281-4/+4
* asyncio, Tulip issue 171: BaseEventLoop.close() now raises an exception if theVictor Stinner2014-06-221-1/+1
* Tulip issue 83, Python issue #21252: Fill some XXX docstrings in asyncioVictor Stinner2014-06-051-2/+2
* Issue #21119: asyncio now closes sockets on errorsVictor Stinner2014-06-031-0/+3
* Issue #21155: asyncio.EventLoop.create_unix_server() now raises a ValueError ifVictor Stinner2014-04-071-0/+4
* asyncio: remove unused imports and unused variables noticed by pyflakesVictor Stinner2014-02-201-1/+0
* asyncio: Fix spelling and typos.Yury Selivanov2014-02-191-2/+2
* asyncio, Tulip issue 143: UNIX domain methods, fix ResourceWarning andVictor Stinner2014-02-191-4/+4
* asyncio, Tulip issue 139: Improve error messages on "fatal errors"Victor Stinner2014-02-191-7/+7
* asyncio.transports: Make _ProactorBasePipeTransport use _FlowControlMixinYury Selivanov2014-02-181-1/+1
* asyncio: New error handling API. Issue #20681.Yury Selivanov2014-02-181-5/+21
* asyncio: Add support for UNIX Domain Sockets.Yury Selivanov2014-02-181-2/+73
* asyncio: Tulip issue 112: Inline make_handle() into Handle constructorVictor Stinner2014-02-091-1/+1
* Issue #20400: Merge Tulip into Python: add the new asyncio.subprocess moduleVictor Stinner2014-02-011-6/+1
* asyncio: Fix _UnixWritePipeTransport, raise BrokenPipeError when the pipe isVictor Stinner2014-01-311-1/+4
* asyncio: Fix _make_subprocess_transport(): pass extra value to the constructor.Victor Stinner2014-01-291-1/+1
* asyncio: Add write flow control to unix pipes.Guido van Rossum2014-01-291-3/+11
* asyncio: _fatal_error() of _UnixWritePipeTransport and _ProactorBasePipeTrans...Victor Stinner2014-01-291-1/+2
* Merge latest Tulip into asyncioAndrew Svetlov2014-01-261-3/+0
* asyncio: Fix race in FastChildWatcher (by its original author, Anthony Baire).Guido van Rossum2014-01-261-20/+16
* Update asyncio from the Tulip projectVictor Stinner2014-01-251-3/+5