summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_pyrepl/test_windows_console.py
Commit message (Collapse)AuthorAgeFilesLines
* Use Cirrus M1 macOS runners for CI (GH-119979)Łukasz Langa2024-06-031-1/+1
| | | Co-authored-by: Ee Durbin <ee@python.org>
* gh-111201: Skip pyrepl Windows tests earlier (#119848)Victor Stinner2024-05-311-2/+5
| | | | Don't attempt to load pyrepl Windows console if platforms others than Windows. For example, the import can fail if ctypes is missing.
* gh-111201: [pyrepl] Ensure optional platform-specific imports are optional ↵Łukasz Langa2024-05-311-12/+12
| | | | (GH-119834)
* gh-111201: Support pyrepl on Windows (#119559)Dino Viehland2024-05-311-0/+331
Co-authored-by: Anthony Shaw <anthony.p.shaw@gmail.com> Co-authored-by: Łukasz Langa <lukasz@langa.pl>