Chris Eibl
|
815061cbab
|
speedup test_pyrepl (#132688)
speedup test_unix_console.py and test_windows_console.py
|
2025-04-19 02:12:40 +01:00 |
Pieter Eendebak
|
d147e5e52c
|
gh-126332: Fix pyrepl crash for double ctrl-z in line overflow (#126650)
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
|
2025-01-21 20:14:10 +00:00 |
Łukasz Langa
|
6acb32fac3
|
Use Cirrus M1 macOS runners for CI (GH-119979)
Co-authored-by: Ee Durbin <ee@python.org>
|
2024-06-03 17:32:40 +02:00 |
Victor Stinner
|
91601a5596
|
gh-111201: Skip pyrepl Windows tests earlier (#119848)
Don't attempt to load pyrepl Windows console if platforms others than
Windows. For example, the import can fail if ctypes is missing.
|
2024-05-31 14:06:10 +00:00 |
Łukasz Langa
|
4c387a76f3
|
gh-111201: [pyrepl] Ensure optional platform-specific imports are optional (GH-119834)
|
2024-05-31 14:41:26 +02:00 |
Dino Viehland
|
0d07182821
|
gh-111201: Support pyrepl on Windows (#119559)
Co-authored-by: Anthony Shaw <anthony.p.shaw@gmail.com>
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
|
2024-05-31 09:49:03 +02:00 |