cpython/Lib/_pyrepl
Miro Hrončok f4e5643df6
gh-124027: Support Del, PgUp, and PgDn on TERM=vt100 (#124028)
pyrepl: Support Del, PgUp, and PgDn on TERM=vt100

From Fedora's /etc/inputrc:

    "\e[5~": history-search-backward
    "\e[6~": history-search-forward
    "\e[3~": delete-char

Fixes https://github.com/python/cpython/issues/124027
2024-09-13 02:07:23 +01:00
..
__init__.py
__main__.py
_minimal_curses.py
_threading_handler.py gh-120221: Support KeyboardInterrupt in asyncio REPL (#123795) 2024-09-06 21:28:29 +02:00
commands.py
completing_reader.py
console.py gh-122546: use same filename for different exceptions in new repl (#123217) 2024-08-22 12:55:30 +01:00
curses.py
fancy_termios.py
historical_reader.py gh-124027: Support Del, PgUp, and PgDn on TERM=vt100 (#124028) 2024-09-13 02:07:23 +01:00
input.py
keymap.py
main.py
mypy.ini
pager.py
reader.py gh-124027: Support Del, PgUp, and PgDn on TERM=vt100 (#124028) 2024-09-13 02:07:23 +01:00
readline.py gh-119310: Fix encoding when reading old history file (#121779) 2024-09-06 15:40:29 +02:00
simple_interact.py gh-119034, REPL: Change page up/down keys to search in history (#123607) 2024-09-06 13:15:00 +02:00
trace.py
types.py
unix_console.py gh-120221: Support KeyboardInterrupt in asyncio REPL (#123795) 2024-09-06 21:28:29 +02:00
unix_eventqueue.py
utils.py
windows_console.py gh-120221: Support KeyboardInterrupt in asyncio REPL (#123795) 2024-09-06 21:28:29 +02:00