]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-119034, REPL: Change page up/down keys to search in history (#123607)
authorVictor Stinner <vstinner@python.org>
Fri, 6 Sep 2024 11:15:00 +0000 (13:15 +0200)
committerGitHub <noreply@github.com>
Fri, 6 Sep 2024 11:15:00 +0000 (13:15 +0200)
commit8311b11800509c975023e062e2c336f417c5e4c0
tree043fe248bcbf084b30276f8b42754cb479e1e3ed
parentd683f49a7b0635a26150cfbb398a3d93b227a74e
gh-119034, REPL: Change page up/down keys to search in history (#123607)

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

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]