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
/
Doc
/
library
/
asyncio-task.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-101100: Fix sphinx warnings in `asyncio-task.rst` (#114469)
Nikita Sobolev
2024-01-24
1
-17/+16
*
Revert "Fix a code snippet typo in asyncio docs (#108427)" (GH-111271)
Zachary Ware
2023-10-24
1
-1/+1
*
gh-110703: Add asyncio.wait_for() change notes for 3.11 (GH-110818)
paskozdilar
2023-10-13
1
-3/+3
*
Fix a code snippet typo in asyncio docs (#108427)
A
2023-08-24
1
-1/+1
*
gh-107980: fix doc role for asyncio.timeouts (#108126)
Tin Tvrtković
2023-08-19
1
-3/+3
*
Refer to `TimeoutError` instead of `asyncio.TimeoutError` in `asyncio-task.rs...
lightdrk
2023-06-28
1
-4/+4
*
gh-105331: Change `asyncio.sleep` to raise ``ValueError` for nan (#105641)
Jay
2023-06-12
1
-0/+3
*
gh-97696 Add documentation for get_coro() behavior with eager tasks (#104304)
Jacob Bower
2023-05-09
1
-0/+11
*
gh-97696: Improve and fix documentation for asyncio eager tasks (#104256)
Itamar Ostricher
2023-05-08
1
-1/+18
*
gh-104254: Document the optional keyword-only "context" argument to Task cons...
Itamar Ostricher
2023-05-07
1
-4/+8
*
gh-97696: asyncio eager tasks factory (#102853)
Itamar Ostricher
2023-05-01
1
-0/+36
*
gh-98641: Document difference between task group and gather (#103644)
Adrien
2023-04-20
1
-5/+10
*
GH-88342: clarify that `asyncio.as_completed` accepts generators yielding tas...
Kumar Aditya
2023-04-19
1
-0/+3
*
gh-101100: Test docs in nit-picky mode (#102513)
Hugo van Kemenade
2023-03-24
1
-0/+7
*
gh-102810 Improve the sphinx docs for `asyncio.Timeout` (#102934)
JosephSBoyle
2023-03-23
1
-15/+9
*
gh-102780: Fix uncancel() call in asyncio timeouts (#102815)
Kristján Valur Jónsson
2023-03-22
1
-3/+13
*
GH-78530: add support for generators in `asyncio.wait` (#102761)
Kumar Aditya
2023-03-17
1
-0/+4
*
doc: Remove a duplicate 'versionchanged' in library/asyncio-task (gh-102677)
Joongi Kim
2023-03-14
1
-3/+0
*
gh-97725: Fix documentation for the default file of `asyncio.Task.print_stack...
Oleg Iarygin
2023-02-07
1
-1/+1
*
gh-101498 : Fix asyncio.Timeout example in docs (#101499)
Raj
2023-02-01
1
-1/+1
*
Fixes typo in asyncio.TaskGroup context manager code example (#101449)
Ben
2023-01-31
1
-1/+1
*
gh-85073: Add some missing links to source (GH-99363)
Stanley
2022-11-18
1
-0/+8
*
Docs: Fix backtick errors found by sphinx-lint (#97998)
Hugo van Kemenade
2022-10-07
1
-5/+5
*
GH-90985: Revert "Deprecate passing a message into cancel()" (#97999)
Guido van Rossum
2022-10-07
1
-4/+2
*
GH-96704: Add {Task,Handle}.get_context(), use it in call_exception_handler()...
Guido van Rossum
2022-10-05
1
-0/+7
*
gh-90908: Document asyncio.Task.cancelling() and asyncio.Task.uncancel() (#95...
Łukasz Langa
2022-10-01
1
-74/+128
*
gh-94972: document that shield users need to keep a reference to their task (...
Hendrik Makait
2022-09-10
1
-4/+13
*
Docs: Fix count of bullets in asyncio-task.rst (#96307)
zhanpon
2022-08-27
1
-1/+1
*
gh-95051: ensure that timeouts scheduled with `asyncio.Timeout` that have alr...
Thomas Grainger
2022-07-24
1
-0/+3
*
GH-46771: docs for asyncio.timeout and task cancellation (#94794)
Tin Tvrtković
2022-07-15
1
-0/+134
*
GH-94398: TaskGroup: Fail create_task() during shutdown (GH-94400)
Guido van Rossum
2022-06-30
1
-0/+1
*
GH-90908: Document asyncio.TaskGroup (GH-94359)
Guido van Rossum
2022-06-30
1
-2/+101
*
gh-88831: In docs for asyncio.create_task, explain why strong references to t...
Andreas Grommek
2022-06-07
1
-1/+18
*
gh-92223: Remove pre-Python 3.7 alternative in asyncio docs (#92224)
Sebastian Rittau
2022-05-05
1
-16/+1
*
bpo-47062: Implement asyncio.Runner context manager (GH-31799)
Andrew Svetlov
2022-03-24
1
-37/+0
*
bpo-46829: Deprecate passing a message into Future.cancel() and Task.cancel()...
Andrew Svetlov
2022-03-23
1
-2/+4
*
bpo-34790: Remove passing coroutine objects to asyncio.wait() (GH-31964)
Andrew Svetlov
2022-03-17
1
-43/+3
*
bpo-46994: Accept explicit contextvars.Context in asyncio create_task() API (...
Andrew Svetlov
2022-03-14
1
-1/+8
*
bpo-45390: Propagate CancelledError's message from cancelled task to its awai...
Andrew Svetlov
2022-02-21
1
-0/+3
*
bpo-46777: Fix incorrect use of directives in asyncio documentation (GH-31388)
Serhiy Storchaka
2022-02-18
1
-59/+24
*
bpo-42413: Replace `concurrent.futures.TimeoutError` and `asyncio.TimeoutErro...
Kumar Aditya
2021-12-19
1
-6/+6
*
removal of duplicated text paragraph (#29666)
Taras Sereda
2021-12-06
1
-6/+0
*
Save a reference for ensure_future and create_task (GH-29163)
Joannah Nanjekye
2021-11-15
1
-0/+5
*
correct spelling (GH-27076)
Sondre Lillebø Gundersen
2021-07-19
1
-1/+1
*
Doc: Fix wrong exception used in example. (GH-26572)
Julien Palard
2021-07-08
1
-1/+1
*
bpo-43216: Remove @asyncio.coroutine (GH-26369)
Illia Volochii
2021-07-01
1
-60/+0
*
bpo-42392: [docs] Add deprecated-removed loop labels for asyncio (GH-26357)
Ken Jin
2021-05-26
1
-0/+69
*
Updated code example for asyncio.gather (GH-20604)
josephernest
2021-05-14
1
-8/+11
*
bpo-39529: Deprecate creating new event loop in asyncio.get_event_loop() (GH-...
Serhiy Storchaka
2021-04-25
1
-0/+17
*
bpo-42783: Documentation for asyncio.sleep(0) (#24002)
Simon Willison
2021-01-07
1
-0/+4
[next]