]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-148105: _pyrepl: switch console refresh to structured rendered screens (#146584)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Wed, 8 Apr 2026 22:42:26 +0000 (23:42 +0100)
committerGitHub <noreply@github.com>
Wed, 8 Apr 2026 22:42:26 +0000 (23:42 +0100)
commit09968dd2a9992a0171d5f4150e0a2e700d6651de
tree6df49365c254f7bffaa072eedbdf557fb1b22b88
parent442f83a5ea1b4d334befd231a79c40d6ff41a0bd
gh-148105: _pyrepl: switch console refresh to structured rendered screens (#146584)
23 files changed:
Lib/_pyrepl/commands.py
Lib/_pyrepl/completing_reader.py
Lib/_pyrepl/console.py
Lib/_pyrepl/content.py [new file with mode: 0644]
Lib/_pyrepl/historical_reader.py
Lib/_pyrepl/input.py
Lib/_pyrepl/layout.py [new file with mode: 0644]
Lib/_pyrepl/reader.py
Lib/_pyrepl/readline.py
Lib/_pyrepl/render.py [new file with mode: 0644]
Lib/_pyrepl/simple_interact.py
Lib/_pyrepl/trace.py
Lib/_pyrepl/types.py
Lib/_pyrepl/unix_console.py
Lib/_pyrepl/utils.py
Lib/_pyrepl/windows_console.py
Lib/test/test_pyrepl/support.py
Lib/test/test_pyrepl/test_layout.py [new file with mode: 0644]
Lib/test/test_pyrepl/test_pyrepl.py
Lib/test/test_pyrepl/test_reader.py
Lib/test/test_pyrepl/test_render.py [new file with mode: 0644]
Lib/test/test_pyrepl/test_unix_console.py
Lib/test/test_pyrepl/test_windows_console.py