]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-119034, REPL: Change page up/down keys to search in history (GH-123607...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 6 Sep 2024 12:04:11 +0000 (14:04 +0200)
committerGitHub <noreply@github.com>
Fri, 6 Sep 2024 12:04:11 +0000 (14:04 +0200)
commitc787a5161ca147cb8f9867c3a61b7ab4edf6c2a7
treefb125fc68d39dcb2d9a22fc2c3e1a0e7452e34e5
parentb221c5bba16d1406abbef13eba30b944bbcc92e1
[3.13] gh-119034, REPL: Change page up/down keys to search in history (GH-123607) (GH-123773)

Change <page up> and <page down> keys of the Python REPL to history
search forward/backward.

(cherry picked from commit 8311b11800509c975023e062e2c336f417c5e4c0)

Co-authored-by: Victor Stinner <vstinner@python.org>
Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Lib/_pyrepl/historical_reader.py
Lib/_pyrepl/readline.py
Lib/_pyrepl/simple_interact.py
Lib/test/test_pyrepl/test_pyrepl.py
Misc/NEWS.d/next/Core_and_Builtins/2024-09-02-17-32-15.gh-issue-119034.HYh5Vj.rst [new file with mode: 0644]