cpython/Lib/test/test_pyrepl
Gabriel Volles Marinho 0b20bff386
gh-146458: Fix REPL height and width tracking on resize (#146459)
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: Victor Stinner <vstinner@python.org>
2026-04-07 23:09:11 +02:00
..
__init__.py gh-145035: Allows removing the _pyrepl module to completely disable the modern REPL (GH-145159) 2026-03-10 14:58:32 +01:00
__main__.py
support.py gh-146458: Fix REPL height and width tracking on resize (#146459) 2026-04-07 23:09:11 +02:00
test_eventqueue.py gh-135621: Remove dependency on curses from PyREPL (GH-136758) 2025-07-21 11:57:34 +02:00
test_fancycompleter.py gh-130472: Remove readline-only hacks from PyREPL completions (#148161) 2026-04-06 14:57:25 +00:00
test_input.py
test_interact.py gh-131927: Do not emit PEP 765 warnings in ast.parse() (GH-139642) 2025-10-30 13:00:42 +02:00
test_keymap.py gh-119357: Increase test coverage for keymap in _pyrepl (#119358) 2024-05-22 04:36:01 +02:00
test_pyrepl.py gh-130472: Remove readline-only hacks from PyREPL completions (#148161) 2026-04-06 14:57:25 +00:00
test_reader.py gh-146458: Fix REPL height and width tracking on resize (#146459) 2026-04-07 23:09:11 +02:00
test_terminfo.py gh-135621: Remove dependency on curses from PyREPL (GH-136758) 2025-07-21 11:57:34 +02:00
test_unix_console.py gh-146458: Fix REPL height and width tracking on resize (#146459) 2026-04-07 23:09:11 +02:00
test_utils.py gh-142349: Implement PEP 810 - Explicit lazy imports (#142351) 2026-02-12 00:15:33 +00:00
test_windows_console.py gh-146458: Fix REPL height and width tracking on resize (#146459) 2026-04-07 23:09:11 +02:00