| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-127949: deprecate asyncio policy classes (#128216) | Kumar Aditya | 2024-12-24 | 1 | -0/+16 |
|
|
* | gh-106075: add `asyncio.taskgroups.__all__` to `asyncio.__all__` (#106090) | James Webber | 2023-06-26 | 1 | -0/+1 |
|
|
* | bpo-46771: Implement asyncio context managers for handling timeouts (GH-31394) | Andrew Svetlov | 2022-03-10 | 1 | -0/+2 |
|
|
* | bpo-46752: Add TaskGroup; add Task..cancelled(),.uncancel() (GH-31270) | Guido van Rossum | 2022-02-15 | 1 | -0/+1 |
|
|
* | bpo-42582: Remove asyncio._all_tasks_compat(). (GH-23664) | Serhiy Storchaka | 2020-12-06 | 1 | -4/+0 |
|
|
* | bpo-32309: Implement asyncio.to_thread() (GH-20143) | Kyle Stanley | 2020-05-19 | 1 | -0/+2 |
|
|
* | bpo-38242: Revert "bpo-36889: Merge asyncio streams (GH-13251)" (#16482) | Yury Selivanov | 2019-09-30 | 1 | -38/+0 |
|
|
* | bpo-36889: Merge asyncio streams (GH-13251) | Andrew Svetlov | 2019-05-27 | 1 | -0/+38 |
|
|
* | bpo-34622: Extract asyncio exceptions into a separate module (GH-9141) | Andrew Svetlov | 2018-09-11 | 1 | -0/+2 |
|
|
* | bpo-32610: Fix asyncio.all_tasks() to return only pending tasks. (GH-7174) | Yury Selivanov | 2018-05-28 | 1 | -0/+4 |
|
|
* | bpo-32314: Implement asyncio.run() (#4852) | Yury Selivanov | 2017-12-14 | 1 | -0/+2 |
|
|
* | bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775) | Yury Selivanov | 2017-12-10 | 1 | -0/+2 |
|
|
* | bpo-32154: Remove asyncio.selectors (#4605) | Victor Stinner | 2017-11-28 | 1 | -15/+0 |
|
|
* | Issue #23046: Expose the BaseEventLoop class in the asyncio namespace | Victor Stinner | 2015-01-06 | 1 | -1/+3 |
|
|
* | Fix asyncio.__all__: export also unix_events and windows_events symbols | Victor Stinner | 2014-07-18 | 1 | -6/+7 |
|
|
* | asyncio: sync with Tulip, add a new asyncio.coroutines module | Victor Stinner | 2014-06-28 | 1 | -1/+3 |
|
|
* | Issue #20400: Merge Tulip into Python: add the new asyncio.subprocess module | Victor Stinner | 2014-02-01 | 1 | -0/+2 |
|
|
* | asyncio: Don't export BaseEventLoop, BaseSelectorEventLoop nor | Victor Stinner | 2014-01-25 | 1 | -7/+1 |
|
|
* | Update asyncio from the Tulip project | Victor Stinner | 2014-01-25 | 1 | -5/+13 |
|
|
* | asyncio: Add support for running subprocesses on Windows with the IOCP event ... | Guido van Rossum | 2013-10-30 | 1 | -2/+10 |
|
|
* | Initial checkin of asyncio package (== Tulip, == PEP 3156). | Guido van Rossum | 2013-10-17 | 1 | -0/+33 |
|
|