summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_pyrepl
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-119842: Honor PyOS_InputHook in the new REPL (GH-119843) (GH-120066)Ɓukasz Langa2024-06-041-0/+17
* [3.13] gh-119553: Clear reader on Ctrl-C command (GH-119801) (#120062)Miss Islington (bot)2024-06-042-0/+18
* [3.13] gh-120041: Do not use append_to_screen when completions are visible (G...Miss Islington (bot)2024-06-042-2/+37
* [3.13] gh-118835: pyrepl: Fix prompt length computation for custom prompts co...Miss Islington (bot)2024-06-031-0/+32
* [3.13] Use Cirrus M1 macOS runners for CI (GH-119979) (GH-119986)Miss Islington (bot)2024-06-032-2/+3
* [3.13] gh-111201: Skip pyrepl Windows tests earlier (#119848) (#119924)Victor Stinner2024-06-011-2/+6
* [3.13] gh-118894: Make asyncio REPL use pyrepl (GH-119433) (#119884)Miss Islington (bot)2024-05-311-1/+1
* [3.13] gh-111201: Support pyrepl on Windows (GH-119559) (GH-119850)Miss Islington (bot)2024-05-316-14/+356
* [3.13] gh-111201: Improve pyrepl auto indentation (GH-119606) (GH-119833)Miss Islington (bot)2024-05-312-3/+82
* [3.13] gh-119555: catch SyntaxError from compile() in the InteractiveColoredC...Miss Islington (bot)2024-05-291-0/+8
* [3.13] gh-119443: Turn off from __future__ import annotations in REPL (GH-119...Miss Islington (bot)2024-05-291-0/+9
* [3.13] gh-119469: Fix _pyrepl reference leaks (GH-119470) (#119471)Miss Islington (bot)2024-05-232-12/+30
* [3.13] gh-111201: Speed up paste mode in the REPL (#119341) (GH-119432) (#119...Miss Islington (bot)2024-05-231-1/+1
* [3.13] gh-118911: Trailing whitespace in a block shouldn't prevent the user f...Lysandros Nikolaou2024-05-232-6/+58
* [3.13] gh-111201: auto-indentation in _pyrepl (GH-119348) (#119427)Lysandros Nikolaou2024-05-221-55/+139
* [3.13] gh-119357: Increase test coverage for keymap in _pyrepl (GH-119358) (#...Lysandros Nikolaou2024-05-221-18/+64
* [3.13] gh-118893: Evaluate all statements in the new REPL separately (GH-1193...Miss Islington (bot)2024-05-221-0/+92
* [3.13] gh-119205: Fix autocompletion bug in new repl (GH-119229) (#119407)Miss Islington (bot)2024-05-222-7/+25
* [3.13] gh-111201: Remove readline dependency from the PyREPL (GH-119262) (#11...Lysandros Nikolaou2024-05-221-1/+0
* [3.13] gh-119306: Break up _pyrepl tests (GH-119307) (#119362)Lysandros Nikolaou2024-05-229-0/+1516