cpython/Lib/_pyrepl
Miss Islington (bot) 8860f83e4b
[3.13] gh-119035: Add Ctrl+← and Ctrl+→ word-skipping keybindings to new repl (GH-119248) (#119323)
add word-skipping ctrl keybindings to new repl
(cherry picked from commit 0398d93392)

Co-authored-by: Alastair Stanley <alastairstanley@ntlworld.com>
2024-05-21 17:16:06 -04:00
..
__init__.py
__main__.py
_minimal_curses.py
commands.py gh-111201: Allow pasted code to contain multiple statements in the REPL (#118712) 2024-05-07 16:01:49 +00:00
completing_reader.py
console.py
curses.py
fancy_termios.py
historical_reader.py
input.py
keymap.py [3.13] gh-119035: Add Ctrl+← and Ctrl+→ word-skipping keybindings to new repl (GH-119248) (#119323) 2024-05-21 17:16:06 -04:00
mypy.ini
pager.py [3.13] gh-119185: Fix typo in _pyrepl.pager: tempfilepager should be tempfile_pager (GH-118881) (#119211) 2024-05-20 15:10:40 +00:00
reader.py [3.13] gh-119035: Add Ctrl+← and Ctrl+→ word-skipping keybindings to new repl (GH-119248) (#119323) 2024-05-21 17:16:06 -04:00
readline.py gh-111201: Allow pasted code to contain multiple statements in the REPL (#118712) 2024-05-07 16:01:49 +00:00
simple_interact.py gh-111201: Allow pasted code to contain multiple statements in the REPL (#118712) 2024-05-07 16:01:49 +00:00
trace.py
types.py
unix_console.py gh-111201: Allow bracketed paste to work (GH-118700) 2024-05-07 12:54:56 +00:00
unix_eventqueue.py
utils.py