Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [3.12] gh-112559: Avoid unnecessary conversion attempts to enum_klass in ↵ | Miss Islington (bot) | 2023-12-24 | 1 | -0/+18 |
| | | | | | | | signal.py (GH-113040) (#113443) (cherry picked from commit 050783cb37d6a09d8238fa640814df8a915f6a68) Co-authored-by: Yilei Yang <yileiyang@google.com> | ||||
* | [3.12] gh-107895: Fix test_asyncio.test_runners when run it in CPython's ↵ | Miss Islington (bot) | 2023-08-21 | 1 | -1/+4 |
| | | | | | | | | "development mode" (GH-108168) (#108196) gh-107895: Fix test_asyncio.test_runners when run it in CPython's "development mode" (GH-108168) (cherry picked from commit 014a5b71e7538926ae1c03c8c5ea13c96e741be3) Co-authored-by: Joon Hwan 김준환 <xncbf12@gmail.com> | ||||
* | GH-99388: add `loop_factory` parameter to `asyncio.run` (#99462) | Kumar Aditya | 2022-11-14 | 1 | -0/+10 |
| | |||||
* | GH-95899: fix asyncio.Runner to call set_event_loop only once (#95900) | Kumar Aditya | 2022-08-15 | 1 | -0/+14 |
| | |||||
* | GH-95097: fix `asyncio.run` for tasks without `uncancel` method (#95211) | Kumar Aditya | 2022-07-28 | 1 | -2/+49 |
| | | | | Co-authored-by: Thomas Grainger <tagrain@gmail.com> | ||||
* | GH-93896: AAlways set event loop in asyncio.run and IsolatedAsyncioTestCase ↵ | Kumar Aditya | 2022-07-06 | 1 | -0/+12 |
| | | | | (#94593) | ||||
* | GH-93850: Fix test_asyncio exception ignored tracebacks (#93854) | Kumar Aditya | 2022-06-15 | 1 | -0/+3 |
| | |||||
* | gh-84623: Remove unused imports in tests (#93772) | Victor Stinner | 2022-06-13 | 1 | -1/+0 |
| | |||||
* | gh-93124: Fix typos in comments (GH-93125) | Akuli | 2022-05-25 | 1 | -2/+2 |
| | | | | | Fixes #93124 Automerge-Triggered-By: GH:rhettinger | ||||
* | gh-91880: add try/except around `signal.signal` (#91881) | David Hewitt | 2022-04-25 | 1 | -0/+19 |
| | | | | Fixes gh-91880. | ||||
* | bpo-39622: Interrupt the main asyncio task on Ctrl+C (GH-32105) | Andrew Svetlov | 2022-03-30 | 1 | -1/+58 |
| | | | Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com> | ||||
* | bpo-47062: Rename factory argument to loop_factory (GH-32113) | Andrew Svetlov | 2022-03-25 | 1 | -1/+1 |
| | |||||
* | bpo-47118: Fix asyncio.Runner tests error (32117) | Andrew Svetlov | 2022-03-25 | 1 | -1/+1 |
| | |||||
* | bpo-47062: Implement asyncio.Runner context manager (GH-31799) | Andrew Svetlov | 2022-03-24 | 1 | -0/+133 |
| | | | Co-authored-by: Zachary Ware <zach@python.org> | ||||
* | Fix warning: asyncio.events._event_loop_policy was modified by test_asyncio ↵ | Andrew Svetlov | 2022-02-10 | 1 | -0/+4 |
| | | | | (GH-31253) | ||||
* | bpo-46425: fix direct invocation of `asyncio` tests (#30725) | Nikita Sobolev | 2022-01-22 | 1 | -1/+5 |
| | |||||
* | bpo-41696: Fix handling of debug mode in asyncio.run (#22069) | Shantanu | 2020-09-03 | 1 | -0/+3 |
| | | | | | | | | | | | * bpo-41696: Fix handling of debug mode in asyncio.run This allows PYTHONASYNCIODEBUG or -X dev to enable asyncio debug mode when using asyncio.run * 📜🤖 Added by blurb_it. Co-authored-by: hauntsaninja <> Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com> | ||||
* | bpo-32314: Fix asyncio.run() to cancel runinng tasks on shutdown (#5262) | Yury Selivanov | 2018-01-21 | 1 | -0/+79 |
| | |||||
* | bpo-32314: Implement asyncio.run() (#4852) | Yury Selivanov | 2017-12-14 | 1 | -0/+100 |