index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
support
/
os_helper.py
Commit message (
Expand
)
Author
Age
*
gh-109981: Resolve situation on iOS regarding fd_count. (#132823)
John
9 days
*
gh-128770: raise warnings as errors in test suite - except for test_socket wh...
Thomas Grainger
2025-03-27
*
gh-131277: allow `EnvironmentVarGuard` to unset more than one environment var...
Bénédikt Tran
2025-03-16
*
gh-115911: Ignore PermissionError during import from cwd (#116131)
Alex Willmer
2025-01-26
*
gh-118201: Simplify conv_confname (#126089)
Malcolm Smith
2024-11-19
*
gh-118201: Accomodate flaky behavior of `os.sysconf` on iOS (GH-118453)
Russell Keith-Magee
2024-04-30
*
gh-71052: Change Android's `sys.platform` from "linux" to "android"
Malcolm Smith
2024-03-11
*
gh-71052: Add test exclusions to support running the test suite on Android (#...
Malcolm Smith
2024-02-29
*
gh-114099: Add test exclusions to support running the test suite on iOS (#114...
Russell Keith-Magee
2024-02-05
*
gh-113090: Fix test.support.os_support.can_chmod() on Windows (GH-113091)
Serhiy Storchaka
2023-12-14
*
gh-109981: Fix support.fd_count() on macOS 14 (#112797)
Ronald Oussoren
2023-12-07
*
gh-111881: Use lazy import in test.support (#111885)
Victor Stinner
2023-11-09
*
gh-100809: Fix handling of drive-relative paths in pathlib.Path.absolute() (G...
Barney Gale
2023-02-17
*
gh-99482: remove `jython` compatibility parts from stdlib and tests (#99484)
Nikita Sobolev
2022-12-23
*
gh-90473: Fix more tests on platforms without umask (GH-95164)
Christian Heimes
2022-07-23
*
gh-90385: Add `pathlib.Path.walk()` method (GH-92517)
Stanislav Zmiev
2022-07-22
*
gh-94315: Check for DAC override capability (GH-94316)
Christian Heimes
2022-06-27
*
gh-85308: Add argparse tests for reading non-ASCII arguments from file (GH-94...
Serhiy Storchaka
2022-06-24
*
gh-90473: Make chmod a dummy on WASI, skip chmod tests (GH-93534)
Christian Heimes
2022-06-06
*
gh-90473: WASI requires proper open(2) flags (GH-93529)
Christian Heimes
2022-06-06
*
gh-90473: wasmtime does not support absolute symlinks (GH-93490)
Christian Heimes
2022-06-05
*
gh-90473: Increase stack size, disable obmalloc on WASI (GH-92732)
Christian Heimes
2022-05-13
*
bpo-40280: Block more non-working syscalls in Emscripten (GH-31757)
Christian Heimes
2022-03-08
*
bpo-40280: Address more test failures on Emscripten (GH-31050)
Christian Heimes
2022-02-05
*
bpo-46426: Improve tests for the dir_fd argument (GH-30668)
Serhiy Storchaka
2022-01-21
*
bpo-45020: Add -X frozen_modules=[on|off] to explicitly control use of frozen...
Eric Snow
2021-09-14
*
bpo-41069: Make TESTFN and the CWD for tests containing non-ascii characters....
Serhiy Storchaka
2020-06-25
*
bpo-40275: Add os_helper submodule in test.support (GH-20765)
Hai Shi
2020-06-10