Tin mới
gh-149985: Remove future annotations and if TYPE_CHECKING in pyrepl (#149992)
gh-151428: Remove unused imports from stdlib (#151478)
gh-148105: _pyrepl: switch console refresh to structured rendered screens (#146584)
gh-140870: PyREPL auto-complete module attributes in import statements (#140871)
gh-130472: Integrate fancycompleter with the new repl, to get colored tab completions (#130473)
gh-69605: Add module autocomplete to PyREPL (#129329)
gh-118878: Pyrepl: show completions menu below the current line (#118939)
Fix typos in comments and test code (#122846)
gh-119517: Fixes for pasting in pyrepl (#120253)
gh-120041: Refactor check for visible completion menu in completing_reader (#120055)
gh-120041: Do not use append_to_screen when completions are visible (GH-120042)
gh-119357: Increase test coverage for keymap in _pyrepl (#119358)
gh-111201: Add append to screen method to avoid recalculation (#119274)