Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-121957: Emit audit events for `python -i` and `python -m asyncio` (GH-121958) | Łukasz Langa | 2024-07-22 | 1 | -0/+5 |
* | gh-121790: Fix interactive console initialization (#121793) | Milan Oberkirch | 2024-07-15 | 1 | -18/+9 |
* | gh-121711: Set `-m asyncio` return_code to 1 for ENOTTY (#121714) | Milan Oberkirch | 2024-07-13 | 1 | -1/+2 |
* | gh-119909: Fix ``NameError`` in ``asyncio`` REPL (#121341) | Kirill Podoprigora | 2024-07-06 | 1 | -1/+1 |
* | gh-118894: Make asyncio REPL use pyrepl (GH-119433) | Łukasz Langa | 2024-05-31 | 1 | -18/+71 |
* | gh-118817: Fix `asyncio REPL` on Windows (#118819) | Kirill Podoprigora | 2024-05-09 | 1 | -3/+4 |
* | gh-84995: Run sys.__interactivehook__() on asyncio REPL startup (#20517) | Rémi Lapeyre | 2024-03-01 | 1 | -0/+16 |
* | bpo-37028: asyncio REPL; activated via 'python -m asyncio'. (GH-13472) | Yury Selivanov | 2019-05-27 | 1 | -0/+125 |