summaryrefslogtreecommitdiffstats
path: root/Lib/asyncio/base_subprocess.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #23456: Add missing @coroutine decorators in asyncioVictor Stinner2015-03-181-0/+1
* asyncio: Fix repr(BaseSubprocessTransport) if it didn't start yetVictor Stinner2015-03-101-2/+5
* Issue #23537: Remove 2 unused private methods of asyncio.BaseSubprocessTransportVictor Stinner2015-02-271-6/+0
* asyncio: BaseSubprocessTransport: repr() mentions when the child process isVictor Stinner2015-02-171-0/+2
* asyncio: BaseSubprocessTransport.close() doesn't try to kill the process if itVictor Stinner2015-02-101-1/+6
* Issue #23347, asyncio: send_signal(), terminate(), kill() don't check if theVictor Stinner2015-01-301-4/+3
* Issue #23347, asyncio: Make BaseSubprocessTransport.wait() privateVictor Stinner2015-01-291-1/+1
* asyncio: sync with TulipVictor Stinner2015-01-291-43/+65
* Issue #23243, asyncio: Emit a ResourceWarning when an event loop or a transportVictor Stinner2015-01-291-1/+18
* asyncio: BaseSubprocessTransport._kill_wait() now also call close()Victor Stinner2015-01-291-0/+3
* asyncio: sync with TulipVictor Stinner2015-01-141-1/+3
* Python issue #23173: sync with TulipVictor Stinner2015-01-141-24/+53
* Issue #23209: Break some reference cycles in asyncio. Patch written by MartinVictor Stinner2015-01-091-0/+1
* asyncio: sync with TulipVictor Stinner2014-12-181-1/+1
* asyncio: sync with TulipVictor Stinner2014-07-141-1/+39
* asyncio: sync with Tulip, add a new asyncio.coroutines moduleVictor Stinner2014-06-281-2/+2
* Issue #20400: Merge Tulip into Python: add the new asyncio.subprocess moduleVictor Stinner2014-02-011-14/+9
* asyncio: Pass through pause/resume from subprocess pipe proto to subprocess p...Guido van Rossum2014-01-291-2/+5
* asyncio: Get rid of _try_connected().Victor Stinner2014-01-291-18/+14
* Merge latest Tulip into asyncioAndrew Svetlov2014-01-261-1/+0
* asyncio: Add new file (forgotten).Guido van Rossum2013-10-301-0/+166