8 Commits

Author SHA1 Message Date
Jeong, YunWon
ad29b43ca6 Use CRT functions for time module on Windows (#7090)
- Replace chrono with CRT functions (wcsftime, _gmtime64_s,
  _localtime64_s, _mktime64) on Windows for correct behavior
- Fix timezone name corruption: use take_while instead of filter
  for null-terminated wide strings in TIME_ZONE_INFORMATION
- Fix wcsftime symbol name (_wcsftime -> wcsftime)
- Fix CString import cfg to unix-only
- Remove 13 expectedFailure markers from test_time for Windows
2026-02-14 09:13:06 +09:00
Jeong, YunWon
df3a0b2f25 impl {raise_,str}signal (#6411)
* year>=1900 on windows

* signal

* set_wakeup_fd
2025-12-12 17:02:32 +09:00
Lee Dogeon
5953a938bd chore: test testcases with @unittest.skip decorator (#5871)
Signed-off-by: Lee Dogeon <dev.moreal@gmail.com>
2025-06-30 19:07:58 +09:00
Jeong YunWon
367a948ff0 Adapt unittest.expectedFailureIf 2023-03-02 04:41:15 +09:00
CPython Developers
17e12dea1e Update string, test_str* from cpython 3.10.6 2022-08-15 00:34:06 +09:00
Padraic Fanning
1825f039cb Mark failing test on Windows 2021-05-12 20:17:39 -04:00
Padraic Fanning
0aa70574f4 Mark crashing test 2021-05-12 19:17:39 -04:00
Padraic Fanning
45d46f0eef Add test_strftime from CPython 3.8 2021-05-12 19:09:25 -04:00