cpython/Lib/test/test_pyrepl
Victor Stinner 65ce228d63
gh-125096: Don't import _pyrepl in site if PYTHON_BASIC_REPL (#125097)
If the PYTHON_BASIC_REPL environment variable is set, the site module
no longer imports the _pyrepl module.

Moreover, the site module now respects -E and -I command line
options: ignore PYTHON_BASIC_REPL in this case.
2024-10-08 15:48:40 +02:00
..
__init__.py gh-111201: Support pyrepl on Windows (#119559) 2024-05-31 09:49:03 +02:00
__main__.py
support.py gh-120221: Support KeyboardInterrupt in asyncio REPL (#123795) 2024-09-06 21:28:29 +02:00
test_input.py
test_interact.py gh-121804: Always show error location for SyntaxError's in new repl (#121886) 2024-08-19 15:19:23 +01: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-125096: Don't import _pyrepl in site if PYTHON_BASIC_REPL (#125097) 2024-10-08 15:48:40 +02:00
test_reader.py gh-123177: Fix prompt for wrapped lines in pyrepl (#123324) 2024-08-25 22:54:06 +00:00
test_unix_console.py Use Cirrus M1 macOS runners for CI (GH-119979) 2024-06-03 17:32:40 +02:00
test_unix_eventqueue.py gh-111201: Support pyrepl on Windows (#119559) 2024-05-31 09:49:03 +02:00
test_windows_console.py Use Cirrus M1 macOS runners for CI (GH-119979) 2024-06-03 17:32:40 +02:00