index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
asyncio
/
subprocess.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #26848: Fix asyncio/subprocess.communicate() to handle empty input.
Yury Selivanov
2016-05-13
1
-1/+1
*
asyncio: sync with github
Victor Stinner
2015-07-25
1
-2/+0
*
Issue #23347, asyncio: Make BaseSubprocessTransport.wait() private
Victor Stinner
2015-01-29
1
-1/+1
*
asyncio: sync with Tulip
Victor Stinner
2015-01-29
1
-37/+3
*
Issue #23242: asyncio.SubprocessStreamProtocol now closes the subprocess
Victor Stinner
2015-01-15
1
-1/+4
*
Python issue #23173: sync with Tulip
Victor Stinner
2015-01-14
1
-3/+13
*
Issue #23140, asyncio: Fix cancellation of Process.wait(). Check the state of
Victor Stinner
2015-01-06
1
-1/+2
*
Closes #22685, asyncio: Set the transport of stdout and stderr StreamReader
Victor Stinner
2014-11-25
1
-5/+12
*
asyncio, tulip issue 190: Process.communicate() now ignores
Victor Stinner
2014-07-17
1
-5/+7
*
asyncio, tulip issue 190: Process.communicate() must ignore BrokenPipeError
Victor Stinner
2014-07-17
1
-1/+5
*
asyncio: sync with Tulip
Victor Stinner
2014-07-14
1
-0/+26
*
asyncio: sync with Tulip, add a new asyncio.coroutines module
Victor Stinner
2014-06-28
1
-7/+8
*
asyncio.subprocess: Fix a race condition in communicate()
Victor Stinner
2014-02-20
1
-2/+1
*
asyncio: pep8-ify the code.
Yury Selivanov
2014-02-19
1
-2/+3
*
asyncio, Tulip issue 130: Add more checks on subprocess_exec/subprocess_shell
Victor Stinner
2014-02-11
1
-2/+3
*
asyncio: Remove Process.subprocess attribute; it's too easy to get inconsistent
Victor Stinner
2014-02-09
1
-4/+0
*
asyncio.subprocess: Replace Process.get_subprocess() method with a
Victor Stinner
2014-02-03
1
-1/+2
*
Issue #20400: Merge Tulip into Python: add the new asyncio.subprocess module
Victor Stinner
2014-02-01
1
-0/+197