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
/
test
/
test_asyncio
/
test_tasks.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-103793: Defer formatting task name (#103767)
Itamar Ostricher
2023-04-29
1
-0/+12
*
gh-102799: use sys.exception() instead of sys.exc_info() in tests (#103293)
Irit Katriel
2023-04-06
1
-1/+1
*
GH-78530: add support for generators in `asyncio.wait` (#102761)
Kumar Aditya
2023-03-17
1
-0/+16
*
GH-100112: avoid using iterable coroutines in asyncio internally (#100128)
Kumar Aditya
2023-03-16
1
-0/+15
*
gh-100344: Add C implementation for `asyncio.current_task` (#100345)
Itamar Ostricher
2022-12-22
1
-7/+14
*
GH-100113: remove remaining `yield from` usage from `asyncio` tests (#100114)
Kumar Aditya
2022-12-09
1
-2/+2
*
gh-93453: No longer create an event loop in get_event_loop() (#98440)
Serhiy Storchaka
2022-12-06
1
-37/+19
*
gh-99357: Close the event loop when it is no longer used in test_uncancel_str...
Xiao Chen
2022-11-12
1
-21/+24
*
GH-90985: Revert "Deprecate passing a message into cancel()" (#97999)
Guido van Rossum
2022-10-07
1
-47/+7
*
GH-96704: Add {Task,Handle}.get_context(), use it in call_exception_handler()...
Guido van Rossum
2022-10-05
1
-0/+11
*
gh-90908: Document asyncio.Task.cancelling() and asyncio.Task.uncancel() (#95...
Łukasz Langa
2022-10-01
1
-4/+124
*
gh-91323: Revert "Allow overriding a future compliance check in asyncio.Task ...
Łukasz Langa
2022-08-04
1
-9/+1
*
gh-84753: Make inspect.iscoroutinefunction() work with AsyncMock (#94050)
Mehdi ABAAKOUK
2022-06-30
1
-0/+1
*
gh-84623: Remove unused imports in tests (#93772)
Victor Stinner
2022-06-13
1
-4/+0
*
Simplify testing the warning filename (GH-91868)
Serhiy Storchaka
2022-04-24
1
-9/+9
*
bpo-47167: Allow overriding a future compliance check in asyncio.Task (GH-32197)
Andrew Svetlov
2022-04-01
1
-1/+9
*
bpo-46829: Deprecate passing a message into Future.cancel() and Task.cancel()...
Andrew Svetlov
2022-03-23
1
-7/+47
*
bpo-34790: Remove passing coroutine objects to asyncio.wait() (GH-31964)
Andrew Svetlov
2022-03-17
1
-48/+7
*
bpo-47038: Rewrite missed asyncio.wait_for test to use IsolatedAnsyncioTestCa...
Andrew Svetlov
2022-03-16
1
-26/+0
*
bpo-47038: Rewrite asyncio.wait_for test to use IsolatedAsyncioTestCase (GH-3...
Andrew Svetlov
2022-03-16
1
-252/+0
*
bpo-46994: Accept explicit contextvars.Context in asyncio create_task() API (...
Andrew Svetlov
2022-03-14
1
-2/+86
*
bpo-46995: Deprecate missing asyncio.Task.set_name() for third-party task imp...
Andrew Svetlov
2022-03-13
1
-1/+0
*
bpo-46771: Remove two controversial lines from Task.cancel() (GH-31623)
Guido van Rossum
2022-02-28
1
-1/+5
*
bpo-45390: Propagate CancelledError's message from cancelled task to its awai...
Andrew Svetlov
2022-02-21
1
-16/+50
*
bpo-46672: fix `NameError` in `asyncio.gather` if type check fails (GH-31187)
Nikita Sobolev
2022-02-20
1
-0/+14
*
bpo-46752: Add TaskGroup; add Task..cancelled(),.uncancel() (GH-31270)
Guido van Rossum
2022-02-15
1
-0/+45
*
bpo-46469: Make asyncio generic classes return GenericAlias (GH-30777)
Kumar Aditya
2022-01-22
1
-1/+7
*
bpo-23819: Get rid of assert statements in test_asyncio (GH-30212)
Serhiy Storchaka
2021-12-20
1
-2/+2
*
bpo-37658: Actually return result in race condition (GH-29202)
Sam Bull
2021-11-29
1
-30/+8
*
Fix typos in the Lib directory (GH-28775)
Christian Clauss
2021-10-06
1
-2/+2
*
bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-28005)
Serhiy Storchaka
2021-08-29
1
-0/+1
*
bpo-45011: Fix test_asyncio without C module _asyncio (GH-27968)
Serhiy Storchaka
2021-08-26
1
-2/+5
*
bpo-43216: Remove @asyncio.coroutine (GH-26369)
Illia Volochii
2021-07-01
1
-496/+44
*
bpo-39529: Deprecate creating new event loop in asyncio.get_event_loop() (GH-...
Serhiy Storchaka
2021-04-25
1
-111/+231
*
bpo-42392: Remove loop parameter from asyncio.tasks and asyncio.subprocess (G...
Yurii Karabas
2020-11-28
1
-60/+35
*
bpo-42140: Improve asyncio.wait function (GH-22938)
Diogo Dutra
2020-11-10
1
-0/+24
*
bpo-37658: Fix asyncio.wait_for() to respect waited task status (#21894)
Elvis Pranskevichus
2020-08-26
1
-0/+16
*
bpo-32751: Wait for task cancel in asyncio.wait_for() when timeout <= 0 (#21895)
Elvis Pranskevichus
2020-08-26
1
-0/+31
*
bpo-40967: Remove deprecated asyncio.Task.current_task() and asyncio.Task.all...
Rémi Lapeyre
2020-07-02
1
-47/+1
*
bpo-40696: Fix a hang that can arise after gen.throw() (GH-20287)
Chris Jerdonek
2020-05-22
1
-3/+36
*
bpo-31033: Improve the traceback for cancelled asyncio tasks (GH-19951)
Chris Jerdonek
2020-05-18
1
-22/+114
*
bpo-31033: Add a msg argument to Future.cancel() and Task.cancel() (GH-19979)
Chris Jerdonek
2020-05-15
1
-25/+141
*
bpo-40607: Reraise exception during task cancelation in asyncio.wait_for() (G...
romasku
2020-05-15
1
-4/+51
*
bpo-29587: Make gen.throw() chain exceptions with yield from (GH-19858)
Chris Jerdonek
2020-05-13
1
-0/+27
*
bpo-34790: Implement deprecation of passing coroutines to asyncio.wait() (GH-...
Kyle Stanley
2019-12-30
1
-5/+19
*
bpo-38248: Fix inconsistent immediate asyncio.Task cancellation (GH-16330)
Yury Selivanov
2019-09-25
1
-0/+4
*
bpo-34037: test_asyncio uses shutdown_default_executor() (GH-16284)
Victor Stinner
2019-09-19
1
-0/+2
*
bpo-36373: Deprecate explicit loop in task and subprocess API (GH-16033)
Andrew Svetlov
2019-09-12
1
-7/+8
*
bpo-38107: Replace direct future and task contructor calls with factories in ...
Andrew Svetlov
2019-09-11
1
-12/+12
*
bpo-36373: Deprecate explicit loop parameter in all public asyncio APIs [loc...
Emmanuel Arias
2019-09-10
1
-9/+16
[next]