summaryrefslogtreecommitdiffstats
path: root/Lib/asyncio/subprocess.py
Commit message (Expand)AuthorAgeFilesLines
* asyncio, tulip issue 190: Process.communicate() now ignoresVictor Stinner2014-07-171-5/+7
* asyncio, tulip issue 190: Process.communicate() must ignore BrokenPipeErrorVictor Stinner2014-07-171-1/+5
* asyncio: sync with TulipVictor Stinner2014-07-141-0/+26
* asyncio: sync with Tulip, add a new asyncio.coroutines moduleVictor Stinner2014-06-281-7/+8
* asyncio.subprocess: Fix a race condition in communicate()Victor Stinner2014-02-201-2/+1
* asyncio: pep8-ify the code.Yury Selivanov2014-02-191-2/+3
* asyncio, Tulip issue 130: Add more checks on subprocess_exec/subprocess_shellVictor Stinner2014-02-111-2/+3
* asyncio: Remove Process.subprocess attribute; it's too easy to get inconsistentVictor Stinner2014-02-091-4/+0
* asyncio.subprocess: Replace Process.get_subprocess() method with aVictor Stinner2014-02-031-1/+2
* Issue #20400: Merge Tulip into Python: add the new asyncio.subprocess moduleVictor Stinner2014-02-011-0/+197