Tin mới
gh-148105: _pyrepl: switch console refresh to structured rendered screens (#146584)
gh-146458: Fix REPL height and width tracking on resize (#146459)
gh-138239: Fix incorrect highlighting of "type" in type statements in the REPL (GH-138241)
gh-136801: Fix PyREPL syntax highlightning on match cases after multi-line case (GH-136804)
gh-134158: Fix PyREPL coloring of double braces in f/t-strings (gh-134159)
gh-133541: Handle SyntaxError raised by the tokenizer on user input (#133606)
gh-133346: Make theming support in _colorize extensible (GH-133347)
gh-131507: Add support for syntax highlighting in PyREPL (GH-133247)
gh-131507: Clean up tests and type checking for `_pyrepl` (#131509)
gh-124927: Fix conversion issue between coordinates and position in REPL (#125001)
Replace non-breaking spaces with normal spaces (#130116)
gh-127349: Add check for correct resizing in REPL (#127387)
gh-118878: Pyrepl: show completions menu below the current line (#118939)
gh-123177: Fix prompt for wrapped lines in pyrepl (#123324)
gh-121609: Fix pasting of characters containing unicode character joiner (#121667)
gh-120417: Remove unused imports in tests (part 4) (#120632)
gh-119842: Honor PyOS_InputHook in the new REPL (GH-119843)
gh-119553: Clear reader on Ctrl-C command (GH-119801)
gh-120041: Do not use append_to_screen when completions are visible (GH-120042)
gh-111201: Improve pyrepl auto indentation (#119606)