summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_pyrepl/test_reader.py
Commit message (Expand)AuthorAgeFilesLines
* [3.14] gh-136801: Fix PyREPL syntax highlightning on match cases after multi-...Miss Islington (bot)2025-07-191-5/+7
* [3.14] gh-134158: Fix PyREPL coloring of double braces in f/t-strings (gh-134...Miss Islington (bot)2025-05-191-0/+31
* [3.14] gh-133541: Handle SyntaxError raised by the tokenizer on user input (G...Miss Islington (bot)2025-05-081-0/+20
* gh-133346: Make theming support in _colorize extensible (GH-133347)Łukasz Langa2025-05-051-18/+21
* gh-131507: Add support for syntax highlighting in PyREPL (GH-133247)Łukasz Langa2025-05-021-2/+147
* gh-131507: Clean up tests and type checking for `_pyrepl` (#131509)Łukasz Langa2025-03-211-46/+74
* gh-124927: Fix conversion issue between coordinates and position in REPL (#12...FeH22025-03-101-0/+8
* Replace non-breaking spaces with normal spaces (#130116)AN Long2025-02-161-1/+1
* gh-127349: Add check for correct resizing in REPL (#127387)donBarbos2025-01-301-1/+8
* gh-118878: Pyrepl: show completions menu below the current line (#118939)Daniel Hollas2025-01-211-2/+2
* gh-123177: Fix prompt for wrapped lines in pyrepl (#123324)Matt Wozniski2024-08-251-0/+31
* gh-121609: Fix pasting of characters containing unicode character joiner (#12...Marta Gómez Macías2024-07-131-0/+6
* gh-120417: Remove unused imports in tests (part 4) (#120632)Victor Stinner2024-06-171-2/+1
* gh-119842: Honor PyOS_InputHook in the new REPL (GH-119843)Pablo Galindo Salgado2024-06-041-0/+17
* gh-119553: Clear reader on Ctrl-C command (GH-119801)Lysandros Nikolaou2024-06-041-0/+16
* gh-120041: Do not use append_to_screen when completions are visible (GH-120042)Lysandros Nikolaou2024-06-041-1/+36
* gh-118835: pyrepl: Fix prompt length computation for custom prompts containin...Daniel Hollas2024-06-031-0/+32
* gh-111201: Improve pyrepl auto indentation (#119606)Arnon Yaari2024-05-311-2/+2
* gh-118911: Trailing whitespace in a block shouldn't prevent the user from ter...Aya Elsayed2024-05-221-1/+44
* gh-119306: Break up _pyrepl tests (#119307)Eugene Triguba2024-05-211-0/+135