aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/asyncio/base_subprocess.py
Commit message (Expand)AuthorAge
* Issue #23456: Add missing @coroutine decorators in asyncioVictor Stinner2015-03-18
* asyncio: Fix repr(BaseSubprocessTransport) if it didn't start yetVictor Stinner2015-03-10
* Issue #23537: Remove 2 unused private methods of asyncio.BaseSubprocessTransportVictor Stinner2015-02-27
* asyncio: BaseSubprocessTransport: repr() mentions when the child process isVictor Stinner2015-02-17
* asyncio: BaseSubprocessTransport.close() doesn't try to kill the process if itVictor Stinner2015-02-10
* Issue #23347, asyncio: send_signal(), terminate(), kill() don't check if theVictor Stinner2015-01-30
* 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: BaseSubprocessTransport._kill_wait() now also call close()Victor Stinner2015-01-29
* asyncio: sync with TulipVictor Stinner2015-01-15
* Python issue #23173: sync with TulipVictor Stinner2015-01-14
* Issue #23209: Break some reference cycles in asyncio. Patch written by MartinVictor Stinner2015-01-09
* asyncio: sync with TulipVictor Stinner2014-12-18
* asyncio: sync with TulipVictor Stinner2014-07-14
* asyncio: sync with Tulip, add a new asyncio.coroutines moduleVictor Stinner2014-06-29
* Issue #20400: Merge Tulip into Python: add the new asyncio.subprocess moduleVictor Stinner2014-02-01
* asyncio: Pass through pause/resume from subprocess pipe proto to subprocess p...Guido van Rossum2014-01-29
* asyncio: Get rid of _try_connected().Victor Stinner2014-01-29
* Merge latest Tulip into asyncioAndrew Svetlov2014-01-26
* asyncio: Add new file (forgotten).Guido van Rossum2013-10-30