summaryrefslogtreecommitdiffstats
path: root/Lib/asyncio/__main__.py
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-128231: Use `runcode()` return value for failing early (GH-129488) ...Miss Islington (bot)2025-03-281-1/+1
* [3.13] gh-124594: Create and reuse the same context for the entire asyncio RE...Miss Islington (bot)2024-10-151-2/+4
* [3.13] gh-120221: Support KeyboardInterrupt in asyncio REPL (GH-123795) (#123...Miss Islington (bot)2024-09-061-0/+10
* [3.13] gh-121957: Emit audit events for `python -i` and `python -m asyncio` (...Miss Islington (bot)2024-07-221-0/+5
* [3.13] gh-121790: Fix interactive console initialization (GH-121793) (GH-121822)Miss Islington (bot)2024-07-151-18/+9
* [3.13] gh-121711: Set `-m asyncio` return_code to 1 for ENOTTY (GH-121714) (G...Miss Islington (bot)2024-07-131-1/+2
* [3.13] gh-119909: Fix ``NameError`` in ``asyncio`` REPL (GH-121341) (#121447)Miss Islington (bot)2024-07-061-1/+1
* [3.13] gh-118894: Make asyncio REPL use pyrepl (GH-119433) (#119884)Miss Islington (bot)2024-05-311-18/+71
* [3.13] gh-118817: Fix `asyncio REPL` on Windows (GH-118819) (#118847)Miss Islington (bot)2024-05-091-3/+4
* gh-84995: Run sys.__interactivehook__() on asyncio REPL startup (#20517)Rémi Lapeyre2024-03-011-0/+16
* bpo-37028: asyncio REPL; activated via 'python -m asyncio'. (GH-13472)Yury Selivanov2019-05-271-0/+125