shitcoinsherpa
dcba291d45
Use pywinpty instead of ptyprocess on Windows for PTY support
...
ptyprocess depends on Unix-only APIs (fork, openpty) and cannot work
on Windows at all. pywinpty provides a compatible PtyProcess interface
using the Windows ConPTY API.
This conditionally imports winpty.PtyProcess on Windows and
ptyprocess.PtyProcess on Unix. The pyproject.toml pty extra now uses
platform markers so the correct package is installed automatically.
2026-03-05 17:16:04 -05:00
..
2026-03-03 14:50:45 +03:00
2026-02-21 16:21:19 -08:00
2026-03-05 01:56:44 -08:00
2026-02-26 20:23:56 -08:00
2026-02-21 20:22:33 -08:00
2026-03-01 01:54:27 +03:00
2026-02-26 13:55:54 +03:00
2026-02-21 03:53:24 -08:00
2026-03-02 00:51:10 -08:00
2026-03-02 22:53:21 +03:00
2026-03-05 01:40:04 -08:00
2026-02-20 23:23:32 -08:00
2026-03-03 05:16:53 -08:00
2026-02-26 18:07:17 -05:00
2026-02-21 20:22:33 -08:00
2026-02-23 02:11:33 -08:00
2026-03-02 19:15:59 -08:00
2026-02-28 01:33:41 +03:00
2026-02-21 20:22:33 -08:00
2026-02-28 10:38:49 -08:00
2026-02-28 22:58:01 +02:00
2026-03-05 17:16:04 -05:00
2026-03-05 01:44:05 -08:00
2026-02-21 20:22:33 -08:00
2026-02-23 02:11:33 -08:00
2026-03-04 21:25:54 -08:00
2026-02-25 23:43:15 -05:00
2026-03-04 19:19:57 -08:00
2026-03-04 19:40:41 -08:00
2026-02-21 03:32:11 -08:00
2026-03-04 18:34:16 +03:00
2026-03-02 04:40:13 -08:00
2026-02-21 20:22:33 -08:00
2026-03-04 21:35:04 -08:00
2026-02-26 19:56:42 -08:00
2026-02-28 10:38:49 -08:00
2026-02-28 21:47:51 -08:00