Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use Cirrus M1 macOS runners for CI (GH-119979) | Łukasz Langa | 2024-06-03 | 1 | -1/+1 |
| | | | Co-authored-by: Ee Durbin <ee@python.org> | ||||
* | gh-111201: Skip pyrepl Windows tests earlier (#119848) | Victor Stinner | 2024-05-31 | 1 | -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 Langa | 2024-05-31 | 1 | -12/+12 |
| | | | | (GH-119834) | ||||
* | gh-111201: Support pyrepl on Windows (#119559) | Dino Viehland | 2024-05-31 | 1 | -0/+331 |
Co-authored-by: Anthony Shaw <anthony.p.shaw@gmail.com> Co-authored-by: Łukasz Langa <lukasz@langa.pl> |