summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_os.py
Commit message (Expand)AuthorAgeFilesLines
* gh-127949: deprecate `asyncio.set_event_loop_policy` (#128024)Kumar Aditya2024-12-181-1/+1
* gh-127146: Emscripten clean up test suite (#127984)Hood Chatham2024-12-171-31/+13
* gh-127146: Some expected failures in Emscripten time tests (#127843)Hood Chatham2024-12-121-7/+21
* gh-124873: Skip timerfd tests on Android (#127279)Malcolm Smith2024-11-261-2/+3
* gh-124873: Tolerate 100 ms in TimerfdTests on Android (#127101)Victor Stinner2024-11-211-2/+2
* gh-118201: Simplify conv_confname (#126089)Malcolm Smith2024-11-191-1/+1
* gh-126909: Fix running xattr tests on systems with lower limits (#126930)Michał Górny2024-11-181-3/+3
* gh-120057: Add os.reload_environ() function (#126268)Victor Stinner2024-11-051-8/+8
* Bump Ruff to 0.6.7 (#124384)Alex Waygood2024-09-231-1/+2
* gh-124213: Skip tests failing inside systemd-nspawn --suppress-sync=true (#12...Michał Górny2024-09-201-3/+7
* gh-121905: Consistently use "floating-point" instead of "floating point" (GH-...Serhiy Storchaka2024-07-191-1/+1
* gh-120057: Add os.environ.refresh() method (#120059)Victor Stinner2024-06-101-0/+46
* gh-120164: Fix test_os.test_win32_mkdir_700() (#120177)Kirill Podoprigora2024-06-071-2/+3
* GH-89727: Fix FD leak on `os.fwalk()` generator finalization. (#119766)Barney Gale2024-05-301-0/+21
* GH-89727: Fix `os.fwalk()` recursion error on deep trees (#119638)Barney Gale2024-05-301-2/+0
* gh-118486: Simplify test_win32_mkdir_700 to check the exact ACL (GH-119056)Steve Dower2024-05-151-15/+8
* gh-118802: Fix ACL use in test for non-English Windows (GH-118831)Steve Dower2024-05-091-3/+2
* gh-118486: Support mkdir(mode=0o700) on Windows (GH-118488)Steve Dower2024-05-021-0/+19
* gh-118201: Accomodate flaky behavior of `os.sysconf` on iOS (GH-118453)Russell Keith-Magee2024-05-011-0/+1
* gh-116622: Test updates for Android (#117299)Malcolm Smith2024-04-051-1/+6
* gh-116303: Skip test module dependent tests if test modules are unavailable (...Erlend E. Aasland2024-04-031-0/+3
* gh-108277: Make test_os tolerate 10 ms diff for timerfd on Android emulators ...Malcolm Smith2024-03-271-13/+20
* gh-113964: Don't prevent new threads until all non-daemon threads exit (#116677)Sam Gross2024-03-191-8/+9
* gh-116401: Fix blocking os.fwalk() and shutil.rmtree() on opening a named pip...Serhiy Storchaka2024-03-131-4/+78
* gh-71052: Change Android's `sys.platform` from "linux" to "android"Malcolm Smith2024-03-111-4/+3
* gh-116057: Use relative recursion limits when testing os.walk() and Path.walk...Malcolm Smith2024-03-101-2/+2
* gh-71052: Add test exclusions to support running the test suite on Android (#...Malcolm Smith2024-02-291-3/+8
* gh-115596: Fix ProgramPriorityTests in test_os permanently changing the proce...Brian Schubert2024-02-171-16/+15
* Fix ProgramPriorityTests on FreeBSD with high nice value (GH-100145)Dmitry Marakasov2024-02-171-1/+2
* gh-82626: Emit a warning when bool is used as a file descriptor (GH-111275)Serhiy Storchaka2024-02-051-0/+14
* gh-114099: Add test exclusions to support running the test suite on iOS (#114...Russell Keith-Magee2024-02-051-1/+3
* gh-85984: Add POSIX pseudo-terminal functions. (GH-102413)Soumendra Ganguly2024-01-291-6/+39
* gh-114435: Allow test_stat_inaccessible_file() to have matching ino/dev (GH-1...Steve Dower2024-01-261-4/+3
* gh-114272: Fix or skip tests that fail due to spaces in paths (GH-114451)Steve Dower2024-01-251-2/+5
* gh-111877: Fixes stat() handling for inaccessible files on Windows (GH-113716)Steve Dower2024-01-121-0/+60
* gh-77046: os.pipe() sets _O_NOINHERIT flag on fds (#113817)Victor Stinner2024-01-101-0/+55
* gh-113090: Fix test.support.os_support.can_chmod() on Windows (GH-113091)Serhiy Storchaka2023-12-141-1/+1
* gh-112532: Require mimalloc in `--disable-gil` builds (gh-112883)Sam Gross2023-12-121-1/+4
* gh-111841: Fix os.putenv() and os.unsetenv() with embedded NUL on Windows (GH...Serhiy Storchaka2023-11-101-1/+4
* gh-109649: Fix test_os.test_process_cpu_count_affinity() (#111689)Victor Stinner2023-11-031-4/+4
* gh-110697: Use CLOCK_RES in test_os.TimerfdTests (#111529)Victor Stinner2023-10-301-6/+6
* gh-110697: test_os TimerfdTests uses selectors (#110789)Victor Stinner2023-10-131-102/+67
* gh-108277: test_os tolerates 1 ms diff for timerfd (#110661)Victor Stinner2023-10-111-2/+2
* gh-108277: Fix test_os TimerfdTests (#110515)Victor Stinner2023-10-081-3/+11
* gh-108277: Add os.timerfd_create() function (#108382)Masaru Tsuchiyama2023-10-071-0/+350
* gh-109888: Fix test_os _kill_with_event() on Windows (#110421)Victor Stinner2023-10-051-23/+27
* gh-109649: Add os.process_cpu_count() function (#109907)Victor Stinner2023-09-301-4/+32
* gh-109033: Return filename with os.utime errors (#109034)Ronan Pigott2023-09-191-0/+7
* gh-109295: Fix test_os.test_access_denied() for TEMP=cwd (#109299)Victor Stinner2023-09-121-1/+1
* gh-106046: Improve error message from `os.fspath` if `__fspath__` is set to `...Alex Waygood2023-06-251-0/+39