summaryrefslogtreecommitdiff
path: root/Lib/asyncio/base_subprocess.py
Commit message (Expand)AuthorAgeFilesLines
* Misc asyncio improvements from upstream (merge 3.5->3.6)Guido van Rossum2016-09-301-1/+2
|\
| * Merge 3.5 (asyncio)Yury Selivanov2016-09-111-1/+2
| |\
| | * Merge 3.5 (issue #26741)Victor Stinner2016-05-201-0/+4
| | |\
| | * \ Merge 3.5 (Issue #27041)Yury Selivanov2016-05-161-1/+1
| | |\ \
| | * | | Add a source parameter to warnings.warn()Victor Stinner2016-03-231-1/+2
* | | | | Misc asyncio improvements from upstreamGuido van Rossum2016-09-301-1/+0
|/ / / /
* | | | asyncio: Add set_protocol / get_protocol methods to TransportsYury Selivanov2016-09-111-0/+6
| |_|/ |/| |
* | | asyncio: fix ResourceWarning related to subprocessesVictor Stinner2016-05-201-0/+4
| |/ |/|
* | Issue #27041: asyncio: Add loop.create_future methodYury Selivanov2016-05-161-1/+1
|/
* asyncio: Add Transport.is_closing()Yury Selivanov2015-11-161-0/+3
* asyncio: Sync with upstream (compat module)Yury Selivanov2015-08-041-2/+2
* Fix ResourceWarning in asyncio.BaseSubprocessTransportVictor Stinner2015-07-311-2/+7
* 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-301-1/+1
* asyncio: sync with TulipVictor Stinner2015-01-301-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-151-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-291-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