summaryrefslogtreecommitdiffstats
path: root/Lib/test/support/os_helper.py
Commit message (Expand)AuthorAgeFilesLines
* gh-100809: Fix handling of drive-relative paths in pathlib.Path.absolute() (G...Barney Gale2023-02-171-0/+35
* gh-99482: remove `jython` compatibility parts from stdlib and tests (#99484)Nikita Sobolev2022-12-231-5/+1
* gh-90473: Fix more tests on platforms without umask (GH-95164)Christian Heimes2022-07-231-0/+5
* gh-90385: Add `pathlib.Path.walk()` method (GH-92517)Stanislav Zmiev2022-07-221-1/+1
* gh-94315: Check for DAC override capability (GH-94316)Christian Heimes2022-06-271-1/+43
* gh-85308: Add argparse tests for reading non-ASCII arguments from file (GH-94...Serhiy Storchaka2022-06-241-0/+5
* gh-90473: Make chmod a dummy on WASI, skip chmod tests (GH-93534)Christian Heimes2022-06-061-0/+36
* gh-90473: WASI requires proper open(2) flags (GH-93529)Christian Heimes2022-06-061-1/+4
* gh-90473: wasmtime does not support absolute symlinks (GH-93490)Christian Heimes2022-06-051-2/+6
* gh-90473: Increase stack size, disable obmalloc on WASI (GH-92732)Christian Heimes2022-05-131-1/+1
* bpo-40280: Block more non-working syscalls in Emscripten (GH-31757)Christian Heimes2022-03-081-2/+2
* bpo-40280: Address more test failures on Emscripten (GH-31050)Christian Heimes2022-02-051-1/+1
* bpo-46426: Improve tests for the dir_fd argument (GH-30668)Serhiy Storchaka2022-01-211-0/+11
* bpo-45020: Add -X frozen_modules=[on|off] to explicitly control use of frozen...Eric Snow2021-09-141-0/+4
* bpo-41069: Make TESTFN and the CWD for tests containing non-ascii characters....Serhiy Storchaka2020-06-251-10/+11
* bpo-40275: Add os_helper submodule in test.support (GH-20765)Hai Shi2020-06-101-0/+611