COMMITS
/ Lib/test/support/os_helper.py April 23, 2025
J
March 27, 2025
March 16, 2025
B
January 26, 2025
A
gh-115911: Ignore PermissionError during import from cwd (#116131)
Alex Willmer committed
November 19, 2024
M
gh-118201: Simplify conv_confname (#126089)
Malcolm Smith committed
May 1, 2024
R
gh-118201: Accomodate flaky behavior of `os.sysconf` on iOS (GH-118453)
Russell Keith-Magee committed
March 11, 2024
M
gh-71052: Change Android's `sys.platform` from "linux" to "android"
Malcolm Smith committed
February 29, 2024
M
gh-71052: Add test exclusions to support running the test suite on Android (#115918)
Malcolm Smith committed
February 5, 2024
R
gh-114099: Add test exclusions to support running the test suite on iOS (#114889)
Russell Keith-Magee committed
December 14, 2023
S
gh-113090: Fix test.support.os_support.can_chmod() on Windows (GH-113091)
Serhiy Storchaka committed
December 7, 2023
R
gh-109981: Fix support.fd_count() on macOS 14 (#112797)
Ronald Oussoren committed
November 9, 2023
V
gh-111881: Use lazy import in test.support (#111885)
Victor Stinner committed
February 17, 2023
B
gh-100809: Fix handling of drive-relative paths in pathlib.Path.absolute() (GH-100812)
Barney Gale committed
December 23, 2022
N
gh-99482: remove `jython` compatibility parts from stdlib and tests (#99484)
Nikita Sobolev committed
July 23, 2022
C
gh-90473: Fix more tests on platforms without umask (GH-95164)
Christian Heimes committed
July 22, 2022
S
gh-90385: Add `pathlib.Path.walk()` method (GH-92517)
Stanislav Zmiev committed
June 27, 2022
C
gh-94315: Check for DAC override capability (GH-94316)
Christian Heimes committed
June 24, 2022
S
gh-85308: Add argparse tests for reading non-ASCII arguments from file (GH-94160)
Serhiy Storchaka committed
June 6, 2022
C
gh-90473: Make chmod a dummy on WASI, skip chmod tests (GH-93534)
Christian Heimes committed
C
gh-90473: WASI requires proper open(2) flags (GH-93529)
Christian Heimes committed
June 5, 2022
C
gh-90473: wasmtime does not support absolute symlinks (GH-93490)
Christian Heimes committed
May 13, 2022
C
gh-90473: Increase stack size, disable obmalloc on WASI (GH-92732)
Christian Heimes committed
March 8, 2022
C
bpo-40280: Block more non-working syscalls in Emscripten (GH-31757)
Christian Heimes committed
February 5, 2022
C
bpo-40280: Address more test failures on Emscripten (GH-31050)
Christian Heimes committed
January 21, 2022
S
bpo-46426: Improve tests for the dir_fd argument (GH-30668)
Serhiy Storchaka committed
September 14, 2021
June 25, 2020
S
bpo-41069: Make TESTFN and the CWD for tests containing non-ascii characters. (GH-21035)
Serhiy Storchaka committed
June 10, 2020
H
bpo-40275: Add os_helper submodule in test.support (GH-20765)
Hai Shi committed