cpython/Lib/_pyrepl
Łukasz Langa eea45ea213
[3.13] gh-119842: Honor PyOS_InputHook in the new REPL (GH-119843) (GH-120066)
(cherry picked from commit d9095194dd)

Signed-off-by: Pablo Galindo <pablogsal@gmail.com>
Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Co-authored-by: Michael Droettboom <mdboom@gmail.com>
2024-06-04 21:26:10 +02:00
..
__init__.py
__main__.py [3.13] gh-111201: Support pyrepl on Windows (GH-119559) (GH-119850) 2024-05-31 17:18:28 +02:00
_minimal_curses.py [3.13] Improve pyrepl type-annotation coverage (GH-119081) (#119415) 2024-05-22 18:38:32 +00:00
commands.py [3.13] gh-119553: Clear reader on Ctrl-C command (GH-119801) (#120062) 2024-06-04 18:45:22 +00:00
completing_reader.py [3.13] gh-120041: Do not use append_to_screen when completions are visible (GH-120042) (#120051) 2024-06-04 18:10:29 +00:00
console.py [3.13] gh-119842: Honor PyOS_InputHook in the new REPL (GH-119843) (GH-120066) 2024-06-04 21:26:10 +02:00
curses.py
fancy_termios.py
historical_reader.py [3.13] gh-118911: Trailing whitespace in a block shouldn't prevent the user from terminating the code block (GH-119355) (#119404) 2024-05-23 00:12:26 -04:00
input.py [3.13] Improve pyrepl type-annotation coverage (GH-119081) (#119415) 2024-05-22 18:38:32 +00:00
keymap.py [3.13] gh-119357: Increase test coverage for keymap in _pyrepl (GH-119358) (#119414) 2024-05-22 23:13:01 +02:00
mypy.ini [3.13] Enable some stricter mypy settings on Lib/_pyrepl (GH-119077) (#119428) 2024-05-22 23:13:47 +02:00
pager.py [3.13] Improve pyrepl type-annotation coverage (GH-119081) (#119415) 2024-05-22 18:38:32 +00:00
reader.py [3.13] gh-119842: Honor PyOS_InputHook in the new REPL (GH-119843) (GH-120066) 2024-06-04 21:26:10 +02:00
readline.py [3.13] gh-111201: Support pyrepl on Windows (GH-119559) (GH-119850) 2024-05-31 17:18:28 +02:00
simple_interact.py [3.13] gh-118894: Make asyncio REPL use pyrepl (GH-119433) (#119884) 2024-05-31 17:15:44 -04:00
trace.py
types.py
unix_console.py [3.13] gh-119842: Honor PyOS_InputHook in the new REPL (GH-119843) (GH-120066) 2024-06-04 21:26:10 +02:00
unix_eventqueue.py
utils.py [3.13] gh-111201: Speed up paste mode in the REPL (#119341) (GH-119432) (#119439) 2024-05-23 04:23:40 +00:00
windows_console.py [3.13] gh-119842: Honor PyOS_InputHook in the new REPL (GH-119843) (GH-120066) 2024-06-04 21:26:10 +02:00