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 gh-111201: A new Python REPL (GH-111567) 2024-05-05 21:32:23 +02:00
__main__.py gh-118628: Don't display pyrepl warning on Windows (#118665) 2024-05-06 19:35:22 +00:00
_minimal_curses.py gh-111201: A new Python REPL (GH-111567) 2024-05-05 21:32:23 +02:00
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 gh-111201: A new Python REPL (GH-111567) 2024-05-05 21:32:23 +02:00
console.py gh-111201: A new Python REPL (GH-111567) 2024-05-05 21:32:23 +02:00
curses.py gh-111201: A new Python REPL (GH-111567) 2024-05-05 21:32:23 +02:00
fancy_termios.py gh-111201: A new Python REPL (GH-111567) 2024-05-05 21:32:23 +02:00
historical_reader.py gh-111201: A new Python REPL (GH-111567) 2024-05-05 21:32:23 +02:00
input.py gh-111201: A new Python REPL (GH-111567) 2024-05-05 21:32:23 +02:00
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 gh-111201: A new Python REPL (GH-111567) 2024-05-05 21:32:23 +02:00
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 gh-111201: A new Python REPL (GH-111567) 2024-05-05 21:32:23 +02:00
types.py gh-111201: A new Python REPL (GH-111567) 2024-05-05 21:32:23 +02:00
unix_console.py gh-111201: Allow bracketed paste to work (GH-118700) 2024-05-07 12:54:56 +00:00
unix_eventqueue.py gh-111201: A new Python REPL (GH-111567) 2024-05-05 21:32:23 +02:00
utils.py gh-111201: A new Python REPL (GH-111567) 2024-05-05 21:32:23 +02:00