COMMITS
/ Lib/asyncio/subprocess.py November 28, 2020
Y
bpo-42392: Remove loop parameter from asyncio.tasks and asyncio.subprocess (GH-23521)
Yurii Karabas committed
September 30, 2019
Y
bpo-38242: Revert "bpo-36889: Merge asyncio streams (GH-13251)" (#16482)
Yury Selivanov committed
September 12, 2019
A
bpo-36373: Deprecate explicit loop in task and subprocess API (GH-16033)
Andrew Svetlov committed
September 10, 2019
A
bpo-38066: Hide internal Stream methods (GH-15762)
Andrew Svetlov committed
July 30, 2019
M
Fix typos in comments, docs and test names (#15018)
Min ho Kim committed
May 27, 2019
A
bpo-36889: Merge asyncio streams (GH-13251)
Andrew Svetlov committed
May 7, 2019
A
bpo-36801: Fix waiting in StreamWriter.drain for closing SSL transport (GH-13098)
Andrew Svetlov committed
A
Forbid creating of stream objects outside of asyncio (#13101)
Andrew Svetlov committed
November 8, 2018
V
bpo-35065: Remove `StreamReaderProtocol._untrack_reader` (#10212)
Vincent Michel committed
September 12, 2018
A
bpo-34638: Store a weak reference to stream reader to break strong references loop (GH-9201)
Andrew Svetlov committed
December 10, 2017
Y
bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775)
Yury Selivanov committed
December 8, 2017
A
bpo-32193: Convert asyncio to async/await usage (#4753)
Andrew Svetlov committed
March 3, 2017
Y
asyncio: Fix trailing whitespace/code style
Yury Selivanov committed
S
bpo-29704: Fix asyncio.SubprocessStreamProtocol closing (#405)
Seth M. Larson committed
May 13, 2016
Y
Issue #26848: Fix asyncio/subprocess.communicate() to handle empty input.
Yury Selivanov committed
July 25, 2015
V
asyncio: sync with github
Victor Stinner committed
January 29, 2015
V
Issue #23347, asyncio: Make BaseSubprocessTransport.wait() private
Victor Stinner committed
V
asyncio: sync with Tulip
Victor Stinner committed
January 15, 2015
V
Issue #23242: asyncio.SubprocessStreamProtocol now closes the subprocess
Victor Stinner committed
January 14, 2015
V
Python issue #23173: sync with Tulip
Victor Stinner committed
January 6, 2015
V
Issue #23140, asyncio: Fix cancellation of Process.wait(). Check the state of
Victor Stinner committed
November 25, 2014
V
Closes #22685, asyncio: Set the transport of stdout and stderr StreamReader
Victor Stinner committed
July 17, 2014
V
asyncio, tulip issue 190: Process.communicate() now ignores
Victor Stinner committed
V
asyncio, tulip issue 190: Process.communicate() must ignore BrokenPipeError
Victor Stinner committed
July 14, 2014
V
asyncio: sync with Tulip
Victor Stinner committed
June 28, 2014
V
asyncio: sync with Tulip, add a new asyncio.coroutines module
Victor Stinner committed
February 20, 2014
V
asyncio.subprocess: Fix a race condition in communicate()
Victor Stinner committed
February 19, 2014
Y
asyncio: pep8-ify the code.
Yury Selivanov committed
February 11, 2014
V
asyncio, Tulip issue 130: Add more checks on subprocess_exec/subprocess_shell
Victor Stinner committed
February 9, 2014
V
asyncio: Remove Process.subprocess attribute; it's too easy to get inconsistent
Victor Stinner committed
February 3, 2014
V
asyncio.subprocess: Replace Process.get_subprocess() method with a
Victor Stinner committed
February 1, 2014
V
Issue #20400: Merge Tulip into Python: add the new asyncio.subprocess module
Victor Stinner committed