cpython/Lib/_pyrepl
Loïc Simon 71ea6a6798
gh-134158: Fix PyREPL coloring of double braces in f/t-strings (gh-134159)
Co-authored-by: Loïc Simon <loic.simon@napta.io>
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
2025-05-19 16:12:23 +02:00
..
__init__.py
__main__.py gh-129098: avoid using content of _pyrepl/__main__.py when reporting tracebacks (#130721) 2025-04-20 18:24:30 +01:00
_minimal_curses.py
_module_completer.py gh-131507: Add support for syntax highlighting in PyREPL (GH-133247) 2025-05-02 20:22:31 +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 Bump mypy to 1.15 (#133405) 2025-05-05 13:29:48 +03:00
completing_reader.py gh-69605: Add module autocomplete to PyREPL (#129329) 2025-04-25 02:24:26 +01:00
console.py gh-131507: Clean up tests and type checking for _pyrepl (#131509) 2025-03-21 15:48:10 +01:00
curses.py
fancy_termios.py
historical_reader.py
input.py
keymap.py
main.py
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-131507: Add support for syntax highlighting in PyREPL (GH-133247) 2025-05-02 20:22:31 +02:00
simple_interact.py gh-134097: Print number of refs & blocks after each statement in new REPL (gh-134136) 2025-05-19 15:30:43 +02:00
trace.py
types.py gh-131507: Refactor screen and cursor position calculations (GH-131547) 2025-03-21 18:27:35 +01:00
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-102567: Add -X importtime=2 for logging an importtime message for already-loaded modules (#118655) 2025-05-06 01:03:55 +01:00
windows_eventqueue.py