summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_pyrepl/test_unix_console.py
Commit message (Collapse)AuthorAgeFilesLines
* gh-133346: Make theming support in _colorize extensible (GH-133347)Łukasz Langa2025-05-051-7/+5
| | | Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
* gh-131507: Add support for syntax highlighting in PyREPL (GH-133247)Łukasz Langa2025-05-021-1/+3
| | | | Co-authored-by: Victorien <65306057+Viicos@users.noreply.github.com> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
* speedup test_pyrepl (#132688)Chris Eibl2025-04-191-0/+1
| | | speedup test_unix_console.py and test_windows_console.py
* gh-131507: Clean up tests and type checking for `_pyrepl` (#131509)Łukasz Langa2025-03-211-2/+4
|
* gh-128636: Fix crash in PyREPL when `os.environ` is overwritten with an ↵Tomas R.2025-01-221-0/+13
| | | | invalid value (#128653)
* Use Cirrus M1 macOS runners for CI (GH-119979)Łukasz Langa2024-06-031-1/+2
| | | Co-authored-by: Ee Durbin <ee@python.org>
* gh-111201: Support pyrepl on Windows (#119559)Dino Viehland2024-05-311-3/+8
| | | | Co-authored-by: Anthony Shaw <anthony.p.shaw@gmail.com> Co-authored-by: Łukasz Langa <lukasz@langa.pl>
* gh-119469: Fix _pyrepl reference leaks (#119470)Łukasz Langa2024-05-231-11/+25
|
* gh-119306: Break up _pyrepl tests (#119307)Eugene Triguba2024-05-211-0/+294