cpython/Lib/_pyrepl
Miss Islington (bot) 308857b82a
[3.13] gh-121746: Bind Alt+Enter to "accept" in the REPL (GH-121754) (GH-121803)
(cherry picked from commit 6522f0e438)

Co-authored-by: Rodrigo Girão Serrão <5621605+rodrigogiraoserrao@users.noreply.github.com>
2024-07-15 20:14:50 +02:00
..
__init__.py
__main__.py [3.13] gh-118908: Use __main__ for the default PyREPL namespace (GH-121054) (#121059) 2024-06-26 19:25:38 +00: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-119517: Fixes for pasting in pyrepl (GH-120253) (#120353) 2024-06-11 17:09:28 +00:00
completing_reader.py [3.13] gh-119517: Fixes for pasting in pyrepl (GH-120253) (#120353) 2024-06-11 17:09:28 +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-121499: Fix multi-line history rendering in the REPL (GH-121531) (#121679) 2024-07-13 15:56:56 +02: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
main.py [3.13] gh-118908: Use __main__ for the default PyREPL namespace (GH-121054) (#121059) 2024-06-26 19:25:38 +00: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] gh-120417: Remove unused imports in the stdlib (GH-120420) (#120429) 2024-06-12 19:27:32 +00:00
reader.py [3.13] gh-121746: Bind Alt+Enter to "accept" in the REPL (GH-121754) (GH-121803) 2024-07-15 20:14:50 +02:00
readline.py [3.13] gh-118908: Fix completions after namespace change in REPL (GH-120370) (#120392) 2024-06-12 08:48:22 +00:00
simple_interact.py [3.13] gh-118908: Use __main__ for the default PyREPL namespace (GH-121054) (#121059) 2024-06-26 19:25:38 +00:00
trace.py
types.py
unix_console.py [3.13] gh-121497: Make Pyrepl respect correctly the history with input hook set (GH-121498) (#121703) 2024-07-13 14:28:49 +00:00
unix_eventqueue.py
utils.py [3.13] gh-119517: Fixes for pasting in pyrepl (GH-120253) (#120353) 2024-06-11 17:09:28 +00:00
windows_console.py [3.13] gh-120417: Remove unused imports in the stdlib (GH-120420) (#120429) 2024-06-12 19:27:32 +00:00