COMMITS
/ Lib/asyncio/__main__.py April 25, 2026
B
gh-140287: Handle `PYTHONSTARTUP` script exceptions in the asyncio REPL (#140288)
Bartosz Sławecki committed
April 13, 2026
B
gh-144881: Add retry logic to asyncio debugging tools (#148530)
Bartosz Sławecki committed
March 10, 2026
January 3, 2026
B
gh-140648: Make asyncio REPL respect the `-I` flag (isolated mode) (#143045)
Bartosz Sławecki committed
December 22, 2025
B
gh-143046: Make asyncio REPL respect the `-q` flag (quiet mode) (#143047)
Bartosz Sławecki committed
December 18, 2025
B
gh-142784: make the asyncio REPL call `loop.close()` at exit (#142785)
Bartosz Sławecki committed
October 18, 2025
F
gh-140251: colorize import statement formatting in asyncio console (#140252)
Frost Ming committed
October 9, 2025
Y
gh-139845: do not print twice in default asyncio REPL (#139846)
yihong committed
October 1, 2025
Y
gh-138899: fix `sys.ps1` in asyncio repl (#138900)
yihong committed
August 28, 2025
K
gh-134861: revert "Add CSV and BSV output formats to asyncio ps" (#138187)
Kumar Aditya committed
August 6, 2025
D
gh-134861: Add 🍌SV output format to ``python -m asyncio ps`` (#137486)
Daniele Parmeggiani committed
D
gh-134861: Add CSV output format to ``python -m asyncio ps`` (#134862)
Daniele Parmeggiani committed
July 9, 2025
May 5, 2025
Ł
gh-91048: Add filename:line_no information to `asyncio pstree` (#133478)
Łukasz Langa committed
Ł
gh-133346: Make theming support in _colorize extensible (GH-133347)
Łukasz Langa committed
May 4, 2025
P
GH-91048: Add utils for printing the call stack for asyncio tasks (#133284)
Pablo Galindo Salgado committed
April 12, 2025
K
gh-130322: drop deprecation of `asyncio.set_event_loop` (#132349)
Kumar Aditya committed
February 24, 2025
B
gh-128231: Use `runcode()` return value for failing early (GH-129488)
Bartosz Sławecki committed
December 24, 2024
K
gh-127949: deprecate `asyncio.set_event_loop` (#128218)
Kumar Aditya committed
October 1, 2024
B
gh-124594: Create and reuse the same context for the entire asyncio REPL session (#124595)
Bartosz Sławecki committed
September 6, 2024
Ł
gh-120221: Support KeyboardInterrupt in asyncio REPL (#123795)
Łukasz Langa committed
July 22, 2024
Ł
gh-121957: Emit audit events for `python -i` and `python -m asyncio` (GH-121958)
Łukasz Langa committed
July 15, 2024
M
gh-121790: Fix interactive console initialization (#121793)
Milan Oberkirch committed
July 13, 2024
M
gh-121711: Set `-m asyncio` return_code to 1 for ENOTTY (#121714)
Milan Oberkirch committed
July 6, 2024
K
gh-119909: Fix ``NameError`` in ``asyncio`` REPL (#121341)
Kirill Podoprigora committed
May 31, 2024
Ł
gh-118894: Make asyncio REPL use pyrepl (GH-119433)
Łukasz Langa committed
May 9, 2024
K
gh-118817: Fix `asyncio REPL` on Windows (#118819)
Kirill Podoprigora committed
March 1, 2024
R
gh-84995: Run sys.__interactivehook__() on asyncio REPL startup (#20517)
Rémi Lapeyre committed
May 27, 2019
Y
bpo-37028: asyncio REPL; activated via 'python -m asyncio'. (GH-13472)
Yury Selivanov committed