index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
asyncio
/
base_subprocess.py
Commit message (
Expand
)
Author
Age
*
gh-87744: fix waitpid race while calling send_signal in asyncio (#121126)
Kumar Aditya
2024-07-01
*
gh-112800: Ignore PermissionError on SubprocessTransport.close() in asyncio (...
Allison Karlitskaya
2023-12-23
*
GH-100133: fix `asyncio` subprocess losing `stderr` and `stdout` output (#100...
Kumar Aditya
2022-12-21
*
GH-88050: fix race in closing subprocess pipe in asyncio (#97951)
Kumar Aditya
2022-10-06
*
gh-88050: Fix asyncio subprocess to kill process cleanly when process is bloc...
Kumar Aditya
2022-10-05
*
bpo-32528: Make asyncio.CancelledError a BaseException. (GH-13528)
Yury Selivanov
2019-05-27
*
asyncio: __del__() keep reference to warnings.warn (GH-11491)
Victor Stinner
2019-01-10
*
bpo-32262: Fix typo in f-string (GH-7016)
Christian Heimes
2018-05-20
*
bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775)
Yury Selivanov
2017-12-10
*
bpo-32193: Convert asyncio to async/await usage (#4753)
Andrew Svetlov
2017-12-09
*
bpo-29617: Remove Python 3.3 support from asyncio (GH-232)
INADA Naoki
2017-04-25
*
Misc asyncio improvements from upstream (merge 3.5->3.6)
Guido van Rossum
2016-09-30
|
\
|
*
Misc asyncio improvements from upstream
Guido van Rossum
2016-09-30
*
|
Merge 3.5 (asyncio)
Yury Selivanov
2016-09-11
|
\
|
|
*
asyncio: Add set_protocol / get_protocol methods to Transports
Yury Selivanov
2016-09-11
*
|
Merge 3.5 (issue #26741)
Victor Stinner
2016-05-20
|
\
|
|
*
asyncio: fix ResourceWarning related to subprocesses
Victor Stinner
2016-05-20
*
|
Merge 3.5 (Issue #27041)
Yury Selivanov
2016-05-16
|
\
|
|
*
Issue #27041: asyncio: Add loop.create_future method
Yury Selivanov
2016-05-16
*
|
Add a source parameter to warnings.warn()
Victor Stinner
2016-03-23
|
/
*
asyncio: Add Transport.is_closing()
Yury Selivanov
2015-11-16
*
asyncio: Sync with upstream (compat module)
Yury Selivanov
2015-08-04
*
Fix ResourceWarning in asyncio.BaseSubprocessTransport
Victor Stinner
2015-07-31
*
Issue #23456: Add missing @coroutine decorators in asyncio
Victor Stinner
2015-03-18
*
asyncio: Fix repr(BaseSubprocessTransport) if it didn't start yet
Victor Stinner
2015-03-10
*
Issue #23537: Remove 2 unused private methods of asyncio.BaseSubprocessTransport
Victor Stinner
2015-02-27
*
asyncio: BaseSubprocessTransport: repr() mentions when the child process is
Victor Stinner
2015-02-17
*
asyncio: BaseSubprocessTransport.close() doesn't try to kill the process if it
Victor Stinner
2015-02-10
*
Issue #23347, asyncio: send_signal(), terminate(), kill() don't check if the
Victor Stinner
2015-01-30
*
Issue #23347, asyncio: Make BaseSubprocessTransport.wait() private
Victor Stinner
2015-01-30
*
asyncio: sync with Tulip
Victor Stinner
2015-01-30
*
Issue #23243, asyncio: Emit a ResourceWarning when an event loop or a transport
Victor Stinner
2015-01-29
*
asyncio: BaseSubprocessTransport._kill_wait() now also call close()
Victor Stinner
2015-01-29
*
asyncio: sync with Tulip
Victor Stinner
2015-01-15
*
Python issue #23173: sync with Tulip
Victor Stinner
2015-01-14
*
Issue #23209: Break some reference cycles in asyncio. Patch written by Martin
Victor Stinner
2015-01-09
*
asyncio: sync with Tulip
Victor Stinner
2014-12-18
*
asyncio: sync with Tulip
Victor Stinner
2014-07-14
*
asyncio: sync with Tulip, add a new asyncio.coroutines module
Victor Stinner
2014-06-29
*
Issue #20400: Merge Tulip into Python: add the new asyncio.subprocess module
Victor Stinner
2014-02-01
*
asyncio: Pass through pause/resume from subprocess pipe proto to subprocess p...
Guido van Rossum
2014-01-29
*
asyncio: Get rid of _try_connected().
Victor Stinner
2014-01-29
*
Merge latest Tulip into asyncio
Andrew Svetlov
2014-01-26
*
asyncio: Add new file (forgotten).
Guido van Rossum
2013-10-30