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
*
[3.10] gh-93453: Only emit deprecation warning in asyncio.get_event_loop when...
Łukasz Langa
2022-12-06
1
-50/+25
*
gh-84753: Make inspect.iscoroutinefunction() work with AsyncMock (GH-94050) (...
Miss Islington (bot)
2022-06-30
1
-0/+1
*
bpo-47038: Rewrite missed asyncio.wait_for test to use IsolatedAnsyncioTestCa...
Miss Islington (bot)
2022-03-17
1
-26/+0
*
bpo-47038: Rewrite asyncio.wait_for test to use IsolatedAsyncioTestCase (GH-3...
Miss Islington (bot)
2022-03-16
1
-252/+0
*
bpo-46672: fix `NameError` in `asyncio.gather` if type check fails (GH-31187)...
Miss Islington (bot)
2022-02-20
1
-0/+14
*
[3.10] bpo-46469: Make asyncio generic classes return GenericAlias (GH-30777)...
Miss Islington (bot)
2022-01-22
1
-0/+7
*
bpo-23819: Get rid of assert statements in test_asyncio (GH-30212) (GH-30213)
Miss Islington (bot)
2021-12-20
1
-2/+2
*
bpo-37658: Actually return result in race condition (GH-29202)
Miss Islington (bot)
2021-11-29
1
-30/+8
*
[3.10] Fix typos in the Lib directory (GH-28775) (GH-28804)
Christian Clauss
2021-10-07
1
-2/+2
*
[3.10] bpo-25130: Add calls of gc.collect() in tests to support PyPy (GH-2800...
Serhiy Storchaka
2021-09-08
1
-0/+1
*
bpo-45011: Fix test_asyncio without C module _asyncio (GH-27968)
Miss Islington (bot)
2021-08-26
1
-2/+5
*
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
*
bpo-37323: Suppress DeprecationWarning raised by @asyncio.coroutine (GH-14293)
Xtreak
2019-06-22
1
-1/+3
*
bpo-37137: Fix test_asyncio: use TestCase.set_event_loop() (GH-13779)
Victor Stinner
2019-06-03
1
-13/+8
*
bpo-36999: Add asyncio.Task.get_coro() (GH-13680)
Alex Grönholm
2019-05-30
1
-0/+10
*
bpo-32528: Make asyncio.CancelledError a BaseException. (GH-13528)
Yury Selivanov
2019-05-27
1
-2/+2
*
bpo-36921: Deprecate @coroutine for sake of async def (GH-13346)
Andrew Svetlov
2019-05-16
1
-221/+211
*
bpo-35125: remove inner callback on outer cancellation in asyncio shield (GH-...
Romain Picard
2019-05-07
1
-1/+10
*
bpo-24638: Improve the error message in asyncio.ensure_future() (#12848)
Zackery Spytz
2019-05-03
1
-0/+9
*
asyncio: PendingDeprecationWarning -> DeprecationWarning (GH-12494)
Inada Naoki
2019-03-22
1
-9/+9
*
bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11...
Zackery Spytz
2018-12-17
1
-0/+9
*
bpo-34890: Make iscoroutinefunction, isgeneratorfunction and isasyncgenfuncti...
Pablo Galindo
2018-10-26
1
-2/+2
*
bpo-34872: Fix self-cancellation in C implementation of asyncio.Task (GH-9679)
Elvis Pranskevichus
2018-10-03
1
-0/+36
*
bpo-34728: Fix asyncio tests to run under "-Werror" (GH-9661)
Yury Selivanov
2018-10-02
1
-98/+87
*
bpo-34728: Remove deprecate *loop* argument in asyncio.sleep (GH-9415)
João Júnior
2018-09-24
1
-0/+29
*
Make regular expressions in test_tasks.py raw strings. (GH-8759)
Benjamin Peterson
2018-08-14
1
-2/+2
*
bpo-34270: Make it possible to name asyncio tasks (GH-8547)
Alex Grönholm
2018-08-08
1
-7/+48
*
bpo-32676, test_asyncio: Fix warning in test_error_in_call_soon() (GH-7462)
Victor Stinner
2018-06-06
1
-1/+5
*
bpo-33789, test_asyncio: Hide PendingDeprecationWarning (GH-7461)
Victor Stinner
2018-06-06
1
-1/+2
*
bpo-33562: Check the global asyncio event loop policy isn't set after any tes...
Brett Cannon
2018-06-02
1
-0/+4
*
bpo-32684: Fix nits in tests (GH-7225)
Yury Selivanov
2018-05-29
1
-3/+3
*
bpo-32751: Wait for task cancellation in asyncio.wait_for() (GH-7216)
Elvis Pranskevichus
2018-05-29
1
-0/+56
*
bpo-32684: Fix gather to propagate cancel of itself with return_exceptions (G...
Yury Selivanov
2018-05-29
1
-1/+28
*
bpo-32610: Fix asyncio.all_tasks() to return only pending tasks. (GH-7174)
Yury Selivanov
2018-05-28
1
-2/+27
[next]