summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_pyrepl/test_windows_console.py
Commit message (Expand)AuthorAgeFilesLines
* [3.14] GH-130328: Fix WindowsConsoleGetEventTests after gh-133728 (gh-134660)...Miss Islington (bot)2025-05-251-0/+1
* [3.14] GH-130328: Speedup pasting in legacy console on Windows (gh-133728) (#...Miss Islington (bot)2025-05-251-0/+1
* gh-133346: Make theming support in _colorize extensible (GH-133347)Łukasz Langa2025-05-051-1/+3
* GH-132439: Fix REPL swallowing characters entered with AltGr on cmd.exe (GH-1...Chris Eibl2025-05-051-1/+220
* gh-131507: Add support for syntax highlighting in PyREPL (GH-133247)Łukasz Langa2025-05-021-4/+13
* speedup test_pyrepl (#132688)Chris Eibl2025-04-191-0/+1
* gh-126332: Fix pyrepl crash for double ctrl-z in line overflow (#126650)Pieter Eendebak2025-01-211-0/+14
* Use Cirrus M1 macOS runners for CI (GH-119979)Łukasz Langa2024-06-031-1/+1
* gh-111201: Skip pyrepl Windows tests earlier (#119848)Victor Stinner2024-05-311-2/+5
* gh-111201: [pyrepl] Ensure optional platform-specific imports are optional (G...Łukasz Langa2024-05-311-12/+12
* gh-111201: Support pyrepl on Windows (#119559)Dino Viehland2024-05-311-0/+331