cpython/Lib/test/test_pyrepl
Chris Eibl 07f416a3f0
GH-132439: Fix REPL swallowing characters entered with AltGr on cmd.exe (GH-132440)
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
2025-05-05 18:45:45 +02:00
..
__init__.py
__main__.py
support.py gh-131507: Clean up tests and type checking for _pyrepl (#131509) 2025-03-21 15:48:10 +01:00
test_eventqueue.py gh-131878: Fix input of unicode characters with two or more code points in new pyrepl on Windows (gh-131901) 2025-05-05 18:25:00 +02:00
test_input.py
test_interact.py gh-131927: Prevent emitting optimizer warnings twice in the REPL (#131993) 2025-04-12 11:34:36 +01:00
test_keymap.py
test_pyrepl.py gh-131507: Add support for syntax highlighting in PyREPL (GH-133247) 2025-05-02 20:22:31 +02:00
test_reader.py gh-131507: Add support for syntax highlighting in PyREPL (GH-133247) 2025-05-02 20:22:31 +02:00
test_unix_console.py gh-131507: Add support for syntax highlighting in PyREPL (GH-133247) 2025-05-02 20:22:31 +02:00
test_utils.py gh-131507: Add support for syntax highlighting in PyREPL (GH-133247) 2025-05-02 20:22:31 +02:00
test_windows_console.py GH-132439: Fix REPL swallowing characters entered with AltGr on cmd.exe (GH-132440) 2025-05-05 18:45:45 +02:00