index
:
cpython
3.10
3.11
3.12
3.13
3.14
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
/
tasks.py
Commit message (
Expand
)
Author
Age
*
gh-86802: Fix asyncio memory leak; shielded task exceptions log once through ...
Christian Harries
10 days
*
gh-128307: Support eager_start=<bool> in create_eager_task_factory and vario...
Thomas Grainger
2025-05-05
*
gh-128002: use efficient linked list implementation for eager tasks in asynci...
Kumar Aditya
2025-03-03
*
gh-129874: avoid mixing pure python and C impl in eager execution (#130515)
Kumar Aditya
2025-02-24
*
gh-129898: per-thread current task implementation in asyncio (#129899)
Kumar Aditya
2025-02-19
*
gh-129874: avoid mixing pure python and C implementation of asyncio (#129875)
Kumar Aditya
2025-02-09
*
GH-91048: Add utils for capturing async call stack for asyncio programs and e...
Yury Selivanov
2025-01-22
*
gH-80788: remove old weakset workaround for thread safety (#123388)
Kumar Aditya
2024-08-27
*
fix outdated comments in asyncio (#121783)
Kumar Aditya
2024-07-15
*
GH-107803: double linked list implementation for asyncio tasks (GH-107804)
Kumar Aditya
2024-06-22
*
gh-116720: Fix corner cases of taskgroups (#117407)
Guido van Rossum
2024-04-09
*
gh-77714: Provide an async iterator version of as_completed (GH-22491)
Justin Turner Arthur
2024-04-01
*
chore: fix typos (#116345)
cui fliter
2024-03-05
*
gh-112622: Pass name to loop create_task method (#112623)
Jamie
2023-12-12
*
gh-110961: Fixed asyncio.wait docstring to remove deprecated coroutine refere...
Bar Harel
2023-10-18
*
gh-109955 : Update state transition comments for asyncio.Task (#109910)
Kristján Valur Jónsson
2023-09-27
*
gh-109653: Remove unused imports in the `Lib/` directory (#109803)
Alex Waygood
2023-09-24
*
Fix patchcheck for `asyncio.tasks` (#108159)
Kumar Aditya
2023-08-20
*
GH-105684: Require `asyncio.Task` implementations to support `set_name` metho...
Kumar Aditya
2023-06-13
*
gh-105331: Change `asyncio.sleep` to raise ``ValueError` for nan (#105641)
Jay
2023-06-12
*
gh-97696 Remove unnecessary check for eager_start kwarg (#104188)
Jacob Bower
2023-05-09
*
gh-104144: Optimize gather to finish eagerly when all futures complete eagerl...
Itamar Ostricher
2023-05-06
*
gh-97696: asyncio eager tasks factory (#102853)
Itamar Ostricher
2023-05-01
*
GH-100112: avoid using iterable coroutines in asyncio internally (#100128)
Kumar Aditya
2023-03-16
*
Remove redundant `_ensure_future` in favor of `ensure_future` in `asyncio` (#...
Kumar Aditya
2023-03-07
*
GH-96764: rewrite `asyncio.wait_for` to use `asyncio.timeout` (#98518)
Kumar Aditya
2023-02-17
*
gh-100344: Add C implementation for `asyncio.current_task` (#100345)
Itamar Ostricher
2022-12-22
*
gh-93453: No longer create an event loop in get_event_loop() (#98440)
Serhiy Storchaka
2022-12-06
*
GH-90985: Revert "Deprecate passing a message into cancel()" (#97999)
Guido van Rossum
2022-10-06
*
GH-96704: Add {Task,Handle}.get_context(), use it in call_exception_handler()...
Guido van Rossum
2022-10-04
*
gh-90908: Document asyncio.Task.cancelling() and asyncio.Task.uncancel() (#95...
Łukasz Langa
2022-10-01
*
gh-94972: document that shield users need to keep a reference to their task (...
Hendrik Makait
2022-09-10
*
gh-91323: Revert "Allow overriding a future compliance check in asyncio.Task ...
Łukasz Langa
2022-08-04
*
bpo-47167: Allow overriding a future compliance check in asyncio.Task (GH-32197)
Andrew Svetlov
2022-04-01
*
bpo-46829: Deprecate passing a message into Future.cancel() and Task.cancel()...
Andrew Svetlov
2022-03-23
*
bpo-34790: Remove passing coroutine objects to asyncio.wait() (GH-31964)
Andrew Svetlov
2022-03-17
*
bpo-47039: Normalize repr() of asyncio future and task objects (GH-31950)
Andrew Svetlov
2022-03-17
*
bpo-46994: Accept explicit contextvars.Context in asyncio create_task() API (...
Andrew Svetlov
2022-03-14
*
bpo-46995: Deprecate missing asyncio.Task.set_name() for third-party task imp...
Andrew Svetlov
2022-03-13
*
bpo-46771: Remove two controversial lines from Task.cancel() (GH-31623)
Guido van Rossum
2022-02-28
*
bpo-46771: Implement task cancel requests counter (GH-31513)
Tin Tvrtković
2022-02-23
*
bpo-46672: fix `NameError` in `asyncio.gather` if type check fails (GH-31187)
Nikita Sobolev
2022-02-20
*
bpo-46752: Add TaskGroup; add Task..cancelled(),.uncancel() (GH-31270)
Guido van Rossum
2022-02-15
*
bpo-26552: Fixed case where failing `asyncio.ensure_future` did not close the...
Kumar Aditya
2022-01-28
*
bpo-46469: Make asyncio generic classes return GenericAlias (GH-30777)
Kumar Aditya
2022-01-22
*
bpo-37658: Actually return result in race condition (GH-29202)
Sam Bull
2021-11-29
*
bpo-39529: Deprecate creating new event loop in asyncio.get_event_loop() (GH-...
Serhiy Storchaka
2021-04-25
*
bpo-41891: ensure asyncio.wait_for waits for task completion (#22461)
Richard Kojedzinszky
2020-12-18
*
bpo-42582: Remove asyncio._all_tasks_compat(). (GH-23664)
Serhiy Storchaka
2020-12-06
*
bpo-42392: Remove loop parameter from asyncio.tasks and asyncio.subprocess (G...
Yurii Karabas
2020-11-28
[next]