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
*
gh-109709: Fix asyncio test_stdin_broken_pipe() (#109710)
Victor Stinner
2023-09-22
1
-6/+8
*
gh-104340: Suppress warning about unawaited exception for closed pipe stdin (...
Guido van Rossum
2023-05-17
1
-0/+3
*
gh-83925: Make asyncio.subprocess communicate similar to non-asyncio (#18650)
Marek Marczykowski-Górecki
2023-04-28
1
-5/+6
*
bpo-42392: Remove loop parameter from asyncio.tasks and asyncio.subprocess (G...
Yurii Karabas
2020-11-28
1
-24/+6
*
bpo-38242: Revert "bpo-36889: Merge asyncio streams (GH-13251)" (#16482)
Yury Selivanov
2019-09-30
1
-43/+21
*
bpo-36373: Deprecate explicit loop in task and subprocess API (GH-16033)
Andrew Svetlov
2019-09-12
1
-0/+13
*
bpo-38066: Hide internal Stream methods (GH-15762)
Andrew Svetlov
2019-09-10
1
-5/+5
*
Fix typos in comments, docs and test names (#15018)
Min ho Kim
2019-07-30
1
-1/+1
*
bpo-36889: Merge asyncio streams (GH-13251)
Andrew Svetlov
2019-05-27
1
-12/+23
*
bpo-36801: Fix waiting in StreamWriter.drain for closing SSL transport (GH-13...
Andrew Svetlov
2019-05-07
1
-0/+9
*
Forbid creating of stream objects outside of asyncio (#13101)
Andrew Svetlov
2019-05-07
1
-10/+22
*
bpo-35065: Remove `StreamReaderProtocol._untrack_reader` (#10212)
Vincent Michel
2018-11-08
1
-5/+0
*
bpo-34638: Store a weak reference to stream reader to break strong references...
Andrew Svetlov
2018-09-12
1
-0/+5
*
bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775)
Yury Selivanov
2017-12-10
1
-9/+9
*
bpo-32193: Convert asyncio to async/await usage (#4753)
Andrew Svetlov
2017-12-08
1
-36/+28
*
asyncio: Fix trailing whitespace/code style
Yury Selivanov
2017-03-03
1
-2/+2
*
bpo-29704: Fix asyncio.SubprocessStreamProtocol closing (#405)
Seth M. Larson
2017-03-03
1
-2/+15
*
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