aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/support/os_helper.py
Commit message (Expand)AuthorAge
* gh-109981: Resolve situation on iOS regarding fd_count. (#132823)John9 days
* gh-128770: raise warnings as errors in test suite - except for test_socket wh...Thomas Grainger2025-03-27
* gh-131277: allow `EnvironmentVarGuard` to unset more than one environment var...Bénédikt Tran2025-03-16
* gh-115911: Ignore PermissionError during import from cwd (#116131)Alex Willmer2025-01-26
* gh-118201: Simplify conv_confname (#126089)Malcolm Smith2024-11-19
* gh-118201: Accomodate flaky behavior of `os.sysconf` on iOS (GH-118453)Russell Keith-Magee2024-04-30
* gh-71052: Change Android's `sys.platform` from "linux" to "android"Malcolm Smith2024-03-11
* gh-71052: Add test exclusions to support running the test suite on Android (#...Malcolm Smith2024-02-29
* gh-114099: Add test exclusions to support running the test suite on iOS (#114...Russell Keith-Magee2024-02-05
* gh-113090: Fix test.support.os_support.can_chmod() on Windows (GH-113091)Serhiy Storchaka2023-12-14
* gh-109981: Fix support.fd_count() on macOS 14 (#112797)Ronald Oussoren2023-12-07
* gh-111881: Use lazy import in test.support (#111885)Victor Stinner2023-11-09
* gh-100809: Fix handling of drive-relative paths in pathlib.Path.absolute() (G...Barney Gale2023-02-17
* gh-99482: remove `jython` compatibility parts from stdlib and tests (#99484)Nikita Sobolev2022-12-23
* gh-90473: Fix more tests on platforms without umask (GH-95164)Christian Heimes2022-07-23
* gh-90385: Add `pathlib.Path.walk()` method (GH-92517)Stanislav Zmiev2022-07-22
* gh-94315: Check for DAC override capability (GH-94316)Christian Heimes2022-06-27
* gh-85308: Add argparse tests for reading non-ASCII arguments from file (GH-94...Serhiy Storchaka2022-06-24
* gh-90473: Make chmod a dummy on WASI, skip chmod tests (GH-93534)Christian Heimes2022-06-06
* gh-90473: WASI requires proper open(2) flags (GH-93529)Christian Heimes2022-06-06
* gh-90473: wasmtime does not support absolute symlinks (GH-93490)Christian Heimes2022-06-05
* gh-90473: Increase stack size, disable obmalloc on WASI (GH-92732)Christian Heimes2022-05-13
* bpo-40280: Block more non-working syscalls in Emscripten (GH-31757)Christian Heimes2022-03-08
* bpo-40280: Address more test failures on Emscripten (GH-31050)Christian Heimes2022-02-05
* bpo-46426: Improve tests for the dir_fd argument (GH-30668)Serhiy Storchaka2022-01-21
* bpo-45020: Add -X frozen_modules=[on|off] to explicitly control use of frozen...Eric Snow2021-09-14
* bpo-41069: Make TESTFN and the CWD for tests containing non-ascii characters....Serhiy Storchaka2020-06-25
* bpo-40275: Add os_helper submodule in test.support (GH-20765)Hai Shi2020-06-10