cpython/Lib/_pyrepl
Loïc Simon 0e3bc962c6
gh-69605: Disable PyREPL module autocomplete fallback on regular completion (gh-134181)
Co-authored-by: Loïc Simon <loic.simon@napta.io>
2025-05-26 01:05:08 +02:00
..
__init__.py
__main__.py
_minimal_curses.py
_module_completer.py gh-69605: Disable PyREPL module autocomplete fallback on regular completion (gh-134181) 2025-05-26 01:05:08 +02:00
_threading_handler.py
base_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
commands.py GH-130328: Speedup pasting in legacy console on Windows (gh-133728) 2025-05-25 15:17:43 +02:00
completing_reader.py gh-69605: Add module autocomplete to PyREPL (#129329) 2025-04-25 02:24:26 +01:00
console.py
curses.py
fancy_termios.py
historical_reader.py
input.py
keymap.py
main.py gh-127960 Fix the REPL to set the correct namespace by setting the correct __main__ module (gh-134275) 2025-05-22 02:18:00 +02:00
mypy.ini gh-131507: Add support for syntax highlighting in PyREPL (GH-133247) 2025-05-02 20:22:31 +02:00
pager.py
reader.py gh-133346: Make theming support in _colorize extensible (GH-133347) 2025-05-05 23:45:25 +02:00
readline.py gh-69605: Disable PyREPL module autocomplete fallback on regular completion (gh-134181) 2025-05-26 01:05:08 +02:00
simple_interact.py gh-128066: Properly handle history file writes for RO fs on PyREPL (gh-134380) 2025-05-20 21:47:57 +02:00
trace.py
types.py
unix_console.py gh-102567: Add -X importtime=2 for logging an importtime message for already-loaded modules (#118655) 2025-05-06 01:03:55 +01:00
unix_eventqueue.py
utils.py gh-134158: Fix PyREPL coloring of double braces in f/t-strings (gh-134159) 2025-05-19 16:12:23 +02:00
windows_console.py GH-130328: Speedup pasting in legacy console on Windows (gh-133728) 2025-05-25 15:17:43 +02:00
windows_eventqueue.py