cpython/Lib/_pyrepl
Łukasz Langa 2fc7004d54
gh-134466: Don't run when termios is inaccessible (GH-138911)
Without the ability to set required capabilities, the REPL cannot
function properly (syntax highlighting and multiline editing can't
work).

We refuse to work in this degraded state.
2025-09-17 12:59:49 +02:00
..
__init__.py
__main__.py
_module_completer.py gh-69605: Hardcode some stdlib submodules in PyREPL module completion (os.path, collections.abc...) (GH-138268) 2025-09-15 18:51:34 +02:00
_threading_handler.py
base_eventqueue.py Bump mypy to 1.16.1 (#135720) 2025-06-23 15:29:30 +03:00
commands.py
completing_reader.py
console.py gh-72327: Suggest using system terminal for pip install in PyREPL (#136328) 2025-07-15 14:25:07 +00:00
fancy_termios.py gh-134466: Don't run when termios is inaccessible (GH-138911) 2025-09-17 12:59:49 +02:00
historical_reader.py
input.py
keymap.py
main.py
mypy.ini
pager.py
reader.py
readline.py gh-131189: Fix "msvcrt" import warning on Linux when "_ctypes" is not available. (GH-131201) 2025-07-15 09:44:31 +02:00
simple_interact.py gh-134869: Fix Ctrl+C corrupts REPL autocomplete (#134929) 2025-08-18 21:54:39 +01:00
terminfo.py gh-135621: Simplify TermInfo (GH-136916) 2025-07-21 13:06:42 +02:00
trace.py gh-124621: Emscripten: Support pyrepl in browser (GH-136931) 2025-07-22 12:13:38 +02:00
types.py
unix_console.py gh-134466: Don't run when termios is inaccessible (GH-138911) 2025-09-17 12:59:49 +02:00
unix_eventqueue.py gh-135621: Remove dependency on curses from PyREPL (GH-136758) 2025-07-21 11:57:34 +02:00
utils.py gh-134953: Make the True/False/None check more efficient (GH-138931) 2025-09-15 18:27:37 +02:00
windows_console.py
windows_eventqueue.py