| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-124958: Revert "gh-125472: Revert "gh-124958: fix asyncio.TaskGroup and _P... | Thomas Grainger | 2024-10-14 | 1 | -4/+2 |
|
|
* | gh-125472: Revert "gh-124958: fix asyncio.TaskGroup and _PyFuture refcycles (... | Kirill Podoprigora | 2024-10-14 | 1 | -2/+4 |
|
|
* | gh-124958: fix asyncio.TaskGroup and _PyFuture refcycles (#124959) | Thomas Grainger | 2024-10-14 | 1 | -4/+2 |
|
|
* | fix outdated comments in asyncio (#121783) | Kumar Aditya | 2024-07-15 | 1 | -2/+1 |
|
|
* | gh-117459: Keep the traceback in _convert_future_exc (#117460) | rsp4jack | 2024-04-04 | 1 | -4/+2 |
|
|
* | gh-112182: Replace StopIteration with RuntimeError for future (#113220) | Jamie Phan | 2024-01-10 | 1 | -3/+7 |
|
|
* | GH-111693: Propagate correct asyncio.CancelledError instance out of asyncio.C... | Kristján Valur Jónsson | 2024-01-08 | 1 | -3/+0 |
|
|
* | gh-93453: No longer create an event loop in get_event_loop() (#98440) | Serhiy Storchaka | 2022-12-06 | 1 | -2/+2 |
|
|
* | GH-90985: Revert "Deprecate passing a message into cancel()" (#97999) | Guido van Rossum | 2022-10-07 | 1 | -6/+0 |
|
|
* | GH-96827: Don't touch closed loops from executor threads (#96837) | Guido van Rossum | 2022-09-30 | 1 | -0/+2 |
|
|
* | bpo-45924: Fix asyncio incorrect traceback when future's exception is raised ... | Kumar Aditya | 2022-07-11 | 1 | -1/+2 |
|
|
* | bpo-46829: Deprecate passing a message into Future.cancel() and Task.cancel()... | Andrew Svetlov | 2022-03-23 | 1 | -0/+6 |
|
|
* | bpo-47039: Normalize repr() of asyncio future and task objects (GH-31950) | Andrew Svetlov | 2022-03-17 | 1 | -4/+1 |
|
|
* | bpo-45390: Propagate CancelledError's message from cancelled task to its awai... | Andrew Svetlov | 2022-02-21 | 1 | -0/+5 |
|
|
* | bpo-46469: Make asyncio generic classes return GenericAlias (GH-30777) | Kumar Aditya | 2022-01-22 | 1 | -2/+2 |
|
|
* | bpo-39529: Deprecate creating new event loop in asyncio.get_event_loop() (GH-... | Serhiy Storchaka | 2021-04-25 | 1 | -2/+2 |
|
|
* | bpo-41241: Unnecessary Type casting in 'if condition' (GH-21396) | Wansoo Kim | 2020-11-28 | 1 | -1/+1 |
|
|
* | bpo-31033: Improve the traceback for cancelled asyncio tasks (GH-19951) | Chris Jerdonek | 2020-05-18 | 1 | -5/+21 |
|
|
* | bpo-31033: Add a msg argument to Future.cancel() and Task.cancel() (GH-19979) | Chris Jerdonek | 2020-05-15 | 1 | -3/+8 |
|
|
* | bpo-38978: Implement __class_getitem__ for asyncio objects (GH-17491) | Batuhan Taşkaya | 2019-12-07 | 1 | -0/+3 |
|
|
* | bpo-38785: Prevent asyncio from crashing (GH-17144) | Andrew Svetlov | 2019-11-13 | 1 | -1/+4 |
|
|
* | bpo-34622: Extract asyncio exceptions into a separate module (GH-9141) | Andrew Svetlov | 2018-09-11 | 1 | -12/+21 |
|
|
* | bpo-33469: RuntimeError after closing loop that used run_in_executor (GH-7171) | Yury Selivanov | 2018-05-28 | 1 | -0/+3 |
|
|
* | bpo-32643: Drop support for a few private Task and Future APIs. (#5293) | Yury Selivanov | 2018-01-24 | 1 | -4/+4 |
|
|
* | bpo-32436: Implement PEP 567 (#5027) | Yury Selivanov | 2018-01-23 | 1 | -6/+11 |
|
|
* | bpo-31721: Allow Future._log_traceback to only be set to False (#5009) | Yury Selivanov | 2017-12-25 | 1 | -6/+16 |
|
|
* | bpo-32363: Disable Task.set_exception() and Task.set_result() (#4923) | Yury Selivanov | 2017-12-25 | 1 | -3/+4 |
|
|
* | bpo-32415: Add asyncio.Task.get_loop() and Future.get_loop() (#4992) | Yury Selivanov | 2017-12-23 | 1 | -2/+18 |
|
|
* | bpo-32311: Implement asyncio.create_task() shortcut (#4848) | Andrew Svetlov | 2017-12-15 | 1 | -1/+3 |
|
|
* | bpo-32258: Replace 'yield from' to 'await' in asyncio docs (#4779) | Andrew Svetlov | 2017-12-11 | 1 | -2/+3 |
|
|
* | bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775) | Yury Selivanov | 2017-12-10 | 1 | -8/+10 |
|
|
* | asyncio: Remove asyncio/compat.py (#4606) | Victor Stinner | 2017-11-28 | 1 | -3/+1 |
|
|
* | asyncio: Remove unused Future._tb_logger attribute (#4596) | Victor Stinner | 2017-11-27 | 1 | -8/+1 |
|
|
* | bpo-31970: Reduce performance overhead of asyncio debug mode. (#4314) | Antoine Pitrou | 2017-11-07 | 1 | -1/+1 |
|
|
* | bpo-31960: Fix asyncio.Future documentation for thread (un)safety. (#4319) | Antoine Pitrou | 2017-11-07 | 1 | -1/+3 |
|
|
* | bpo-30508: Don't log exceptions if Task/Future "cancel()" method called (#2050) | Yury Selivanov | 2017-06-11 | 1 | -0/+1 |
|
|
* | bpo-29617: Remove Python 3.3 support from asyncio (GH-232) | INADA Naoki | 2017-04-25 | 1 | -106/+16 |
|
|
* | Issue #28544: Implement asyncio.Task in C. | Yury Selivanov | 2016-10-28 | 1 | -71/+18 |
|
|
* | asyncio: Increase asyncio.Future test coverage; test both implementations. | Yury Selivanov | 2016-10-24 | 1 | -2/+7 |
|
|
* | Issue #28448: Fix C implemented asyncio.Future didn't work on Windows | INADA Naoki | 2016-10-21 | 1 | -4/+4 |
|
|
* | Issue #28452: Remove _asyncio._init_module function | INADA Naoki | 2016-10-18 | 1 | -15/+8 |
|
|
* | Issue #28428: Rename _futures module to _asyncio. | INADA Naoki | 2016-10-15 | 1 | -3/+3 |
|
|
* | Issue #26801: Added C implementation of asyncio.Future. | INADA Naoki | 2016-10-09 | 1 | -37/+57 |
|
|
* | Merge asyncio upstream. | Guido van Rossum | 2016-09-09 | 1 | -6/+18 |
|
|
* | Rename Future._blocking to _asyncio_future_blocking. | Guido van Rossum | 2016-09-09 | 1 | -2/+10 |
|
|
* | Issue #27041: asyncio: Add loop.create_future method | Yury Selivanov | 2016-05-16 | 1 | -1/+3 |
|
|
* | asyncio: Prevent StopIteration from being thrown into a Future | Yury Selivanov | 2016-03-02 | 1 | -0/+3 |
|
|
* | Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar | Martin Panter | 2016-02-10 | 1 | -1/+1 |
|
|
* | asyncio: Cleanup Future API | Yury Selivanov | 2015-11-17 | 1 | -30/+30 |
|
|
* | Issue #25304: Add asyncio.run_coroutine_threadsafe(). By Vincent Michel. | Guido van Rossum | 2015-10-03 | 1 | -16/+58 |
|
|