index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
asyncio
/
__main__.py
Commit message (
Expand
)
Author
Age
*
gh-130322: drop deprecation of `asyncio.set_event_loop` (#132349)
Kumar Aditya
2025-04-12
*
gh-128231: Use `runcode()` return value for failing early (GH-129488)
Bartosz Sławecki
2025-02-24
*
gh-127949: deprecate `asyncio.set_event_loop` (#128218)
Kumar Aditya
2024-12-24
*
gh-124594: Create and reuse the same context for the entire asyncio REPL sess...
Bartosz Sławecki
2024-10-01
*
gh-120221: Support KeyboardInterrupt in asyncio REPL (#123795)
Łukasz Langa
2024-09-06
*
gh-121957: Emit audit events for `python -i` and `python -m asyncio` (GH-121958)
Łukasz Langa
2024-07-22
*
gh-121790: Fix interactive console initialization (#121793)
Milan Oberkirch
2024-07-16
*
gh-121711: Set `-m asyncio` return_code to 1 for ENOTTY (#121714)
Milan Oberkirch
2024-07-13
*
gh-119909: Fix ``NameError`` in ``asyncio`` REPL (#121341)
Kirill Podoprigora
2024-07-06
*
gh-118894: Make asyncio REPL use pyrepl (GH-119433)
Łukasz Langa
2024-05-31
*
gh-118817: Fix `asyncio REPL` on Windows (#118819)
Kirill Podoprigora
2024-05-09
*
gh-84995: Run sys.__interactivehook__() on asyncio REPL startup (#20517)
Rémi Lapeyre
2024-03-01
*
bpo-37028: asyncio REPL; activated via 'python -m asyncio'. (GH-13472)
Yury Selivanov
2019-05-27