summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_os
Commit message (Expand)AuthorAgeFilesLines
* gh-140634: Fix a reference counting bug in os.sched_param.__reduce__() (GH-14...Serhiy Storchaka2025-10-271-0/+8
* gh-83714: Set os.statx().stx_mode to None if missing from stx_mask (#140484)Victor Stinner2025-10-231-39/+106
* gh-83714: Use "stx_" prefix for all os.statx_result members (#140432)Victor Stinner2025-10-222-32/+38
* gh-83714: Fix os.statx() tests on tmpfs: st_birthtime can be None (#140407)Victor Stinner2025-10-211-6/+11
* Set type names earlier in posixmodule.c (#140168)Victor Stinner2025-10-161-0/+14
* gh-83714: Implement os.statx() function (#139178)Jeffrey Bosboom2025-10-152-29/+165
* gh-139482: Add `posix._clearenv()` function (#139965)Victor Stinner2025-10-111-0/+8
* gh-139935: do not skip test on real errors in `os.getlogin` (#139953)Bénédikt Tran2025-10-111-7/+1
* gh-139935: fix `test_os.test_getlogin` on some platforms (#139936)yihong2025-10-111-1/+8
* gh-139322: Reenable test_os.test_getlogin() (#139498)Victor Stinner2025-10-021-4/+7
* gh-139322: Remove redundant `test_os.Win32ErrorTests` (#139477)Victor Stinner2025-10-022-35/+14
* gh-139322: Create test_os package (#139453)Victor Stinner2025-10-015-0/+8214