summaryrefslogtreecommitdiffstats
path: root/Doc/library/asyncio-subprocess.rst
Commit message (Expand)AuthorAgeFilesLines
* gh-83925: Make asyncio.subprocess communicate similar to non-asyncio (#18650)Marek Marczykowski-Górecki2023-04-281-2/+7
* Fix broken link in `asyncio-subprocesses` doc (GH-99214)Mikael Koli2022-11-081-1/+1
* bpo-46879: Fix incorrect sphinx object names in doc (GH-31615)Martin Fischer2022-05-191-0/+4
* asyncio.subprocess: Fix a typo in doc (#92030)Harsh2022-05-021-1/+1
* bpo-46777: Fix incorrect use of directives in asyncio documentation (GH-31388)Serhiy Storchaka2022-02-181-12/+4
* bpo-42392: [docs] Add deprecated-removed loop labels for asyncio (GH-26357)Ken Jin2021-05-261-0/+14
* Update asyncio-subprocess.rst (GH-21680)Gabriel R F2021-04-261-1/+1
* [doc] Fix erroneous backslashes in signatures and names (GH-23658)Andre Delfino2020-12-171-3/+3
* bpo-42392: Remove deprecated loop parameter from docs (GH-23552)Yurii Karabas2020-11-291-11/+2
* bpo-41217: Fix incorrect note in the asyncio.create_subprocess_shell() docs (...Zackery Spytz2020-10-191-4/+2
* closes bpo-40774: Fix docs indentation for asyncio.create_subprocess_shell() ...sth2020-05-261-8/+8
* docs: Add asyncio source code links (GH-16640)Kyle Stanley2019-10-101-0/+5
* bpo-36373: Deprecate explicit loop in task and subprocess API (GH-16033)Andrew Svetlov2019-09-121-0/+8
* bpo-35621: Support running subprocesses in asyncio when loop is executed in n...Andrew Svetlov2019-06-301-9/+17
* Fix doc for create_subprocess_exec (GH-12598)Dima Tisnek2019-04-051-1/+1
* bpo-34687: Update asyncio doc for ProactorEventLoop (GH-9623)Victor Stinner2018-09-281-4/+0
* bpo-33649: A copy-editing pass on asyncio documentation (GH-9376)Elvis Pranskevichus2018-09-171-28/+29
* bpo-33649: Add low-level APIs index. (GH-9364)Yury Selivanov2018-09-171-1/+3
* bpo-33649: Add high-level APIs cheat-sheet (GH-9319)Yury Selivanov2018-09-141-0/+2
* bpo-33649: Polish asyncio subprocess and sync docs (GH-9285)Carol Willing2018-09-141-9/+8
* bpo-33649: First asyncio docs improvement pass (GH-9142)Yury Selivanov2018-09-111-269/+202
* bpo-34335: Use async/await syntax in documentation examples (GH-8674)Mikhail Terekhov2018-08-071-2/+1
* bpo-32258: Replace 'yield from' to 'await' in asyncio docs (#4779)Andrew Svetlov2017-12-111-12/+11
* Add the link to asyncio source code in the docs (GH-2373)lf2017-07-251-0/+2
* Correct spelling "instanciate" (#465)J. W2017-03-041-2/+2
* Issue #27700: Document AbstractEventLoop, not BaseEventLoop.Guido van Rossum2016-08-081-13/+13
* Closes #25910: fix dead and permanently redirected links in the docs. Thanks ...Georg Brandl2016-02-261-2/+2
* Use sys.platform instead of os.name to detect Windows in asyncio docs. Patch ...Guido van Rossum2015-11-021-2/+2
* asyncio doc: fix subprocess sectionsVictor Stinner2015-09-021-4/+4
* Make sentence correct English.R David Murray2015-05-141-1/+1
* asyncio: add a note about (non) thread safety in each classVictor Stinner2015-02-251-0/+5
* asyncio doc: annotate coroutine on coroutine functions and methodsVictor Stinner2015-02-121-6/+6
* asyncio doc: list limitations to run subprocesses from different threadsVictor Stinner2015-01-091-0/+19
* asyncio doc: rewrite subprocess docVictor Stinner2014-10-131-77/+179
* asyncio doc: protocol_factory of subprocess_exec() and subprocess_shell() mustVictor Stinner2014-10-131-0/+6
* asyncio, tulip issue 190: Process.communicate() now ignoresVictor Stinner2014-07-171-4/+5
* asyncio, tulip issue 190: Process.communicate() must ignore BrokenPipeErrorVictor Stinner2014-07-171-0/+7
* asyncio: enhance documentation of platform supportVictor Stinner2014-07-111-0/+7
* Issue #21680: Document asyncio event loopsVictor Stinner2014-07-081-12/+12
* Closes #21758: asyncio doc: mention explicitly that subprocess parameters areVictor Stinner2014-06-191-6/+10
* Issue #21485: remove unnecesary .flush() calls in the asyncio subprocess codeVictor Stinner2014-05-121-3/+1
* asyncio docs: ProactorEventLoop does not support SSL.Guido van Rossum2014-05-051-1/+1
* Issue #21006: asyncio doc: reorganize subprocess docVictor Stinner2014-03-251-4/+90
* Issue #21006: Fix subprocess example on Windows in asyncio docVictor Stinner2014-03-211-1/+6
* Close #21005: Fix documentation of asyncio.subprocess.DEVNULLVictor Stinner2014-03-211-4/+3
* Issue #20950: Fix typo asyncio doc, wait() has no self parameterVictor Stinner2014-03-161-1/+5
* asyncio doc: functions are coroutine, they don't return a coroutineVictor Stinner2014-03-131-2/+2
* asyncio doc: fix references in subprocess docVictor Stinner2014-02-241-2/+2
* asyncio: Remove Process.subprocess attribute; it's too easy to get inconsistentVictor Stinner2014-02-091-5/+1
* Spelling corrections. Submitted to python-dev by python@mrabarnett.plus.comBrian Curtin2014-02-091-3/+3