summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_pyrepl/support.py
Commit message (Collapse)AuthorAgeFilesLines
* gh-120678: pyrepl: Include globals from modules passed with `-i` (GH-120904)Alex Waygood2024-07-171-1/+12
| | | Co-authored-by: Łukasz Langa <lukasz@langa.pl>
* gh-121499: Fix multi-line history rendering in the REPL (#121531)Pablo Galindo Salgado2024-07-131-0/+14
| | | Signed-off-by: Pablo Galindo <pablogsal@gmail.com>
* gh-119553: Clear reader on Ctrl-C command (GH-119801)Lysandros Nikolaou2024-06-041-0/+2
|
* gh-120041: Do not use append_to_screen when completions are visible (GH-120042)Lysandros Nikolaou2024-06-041-1/+1
|
* gh-111201: Support pyrepl on Windows (#119559)Dino Viehland2024-05-311-1/+1
| | | | Co-authored-by: Anthony Shaw <anthony.p.shaw@gmail.com> Co-authored-by: Łukasz Langa <lukasz@langa.pl>
* gh-119306: Break up _pyrepl tests (#119307)Eugene Triguba2024-05-211-0/+141