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