summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_os.py
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-121905: Consistently use "floating-point" instead of "floating poin...Serhiy Storchaka2024-07-191-1/+1
* [3.12] gh-120164: Fix test_os.test_win32_mkdir_700() (GH-120177) (#120203)Miss Islington (bot)2024-06-071-2/+3
* [3.12] GH-89727: Fix FD leak on `os.fwalk()` generator finalization. (GH-1197...Miss Islington (bot)2024-05-301-0/+21
* [3.12] GH-89727: Fix `os.fwalk()` recursion error on deep trees (GH-119638) (...Miss Islington (bot)2024-05-301-2/+0
* gh-118486: Simplify test_win32_mkdir_700 to check the exact ACL (GH-119056)Miss Islington (bot)2024-05-151-15/+8
* gh-118486: Support mkdir(mode=0o700) on Windows (GH-118488)Steve Dower2024-05-091-0/+19
* gh-118802: Fix ACL use in test for non-English Windows (GH-118831)Miss Islington (bot)2024-05-091-3/+2
* [3.12] gh-113964: Don't prevent new threads until all non-daemon threads exit...Sam Gross2024-03-191-8/+9
* [3.12] gh-116401: Fix blocking os.fwalk() and shutil.rmtree() on opening a na...Serhiy Storchaka2024-03-131-4/+78
* gh-114435: Allow test_stat_inaccessible_file() to have matching ino/dev (GH-1...Miss Islington (bot)2024-02-231-4/+3
* [3.12] gh-115596: Fix ProgramPriorityTests in test_os permanently changing th...Miss Islington (bot)2024-02-171-16/+15
* [3.12] Fix ProgramPriorityTests on FreeBSD with high nice value (GH-100145) (...Miss Islington (bot)2024-02-171-1/+2
* gh-111877: Fixes stat() handling for inaccessible files on Windows (GH-113716)Miss Islington (bot)2024-01-121-0/+60
* [3.12] gh-113090: Fix test.support.os_support.can_chmod() on Windows (GH-1130...Miss Islington (bot)2023-12-141-1/+1
* [3.12] gh-111841: Fix os.putenv() and os.unsetenv() with embedded NUL on Wind...Miss Islington (bot)2023-11-111-1/+4
* [3.12] gh-109888: Fix test_os _kill_with_event() on Windows (GH-110421) (#110...Miss Islington (bot)2023-10-051-23/+27
* [3.12] gh-109295: Fix test_os.test_access_denied() for TEMP=cwd (GH-109299) (...Miss Islington (bot)2023-09-121-1/+1
* [3.12] gh-104690 Disallow thread creation and fork at interpreter finalizatio...Miss Islington (bot)2023-06-041-0/+16
* gh-75729: Fix os.spawn tests not handling spaces on Windows (#99150)C.A.M. Gerlach2023-04-081-45/+57
* gh-99726: Improves correctness of stat results for Windows, and uses faster A...Steve Dower2023-03-161-1/+11
* gh-102519: Avoid failing tests due to inaccessible volumes (GH-102706)Steve Dower2023-03-151-6/+11
* gh-102519: Add os.listdrives, os.listvolumes and os.listmounts on Windows (GH...Steve Dower2023-03-101-0/+43
* gh-102255: Improve build support for Windows API partitions (GH-102256)Max Bachmann2023-03-091-3/+5
* gh-102179: Fix `os.dup2` error reporting for negative fds (#102180)Alexey Izbyshev2023-03-041-0/+20
* gh-101881: Support (non-)blocking read/write functions on Windows pipes (GH-1...Rayyan Ansari2023-02-161-0/+1
* gh-101196: Make isdir/isfile/exists faster on Windows (GH-101324)Michael Droettboom2023-02-081-0/+2
* gh-100228: Warn from os.fork() if other threads exist. (#100229)Gregory P. Smith2022-12-291-0/+28
* gh-89727: Fix os.walk RecursionError on deep trees (#99803)Jon Burdo2022-12-191-0/+43
* gh-81057: Move OS-Related Globals to _PyRuntimeState (gh-100082)Eric Snow2022-12-081-6/+7
* gh-99547: Add isjunction methods for checking if a path is a junction (GH-99548)Charles Machalow2022-11-221-0/+17
* gh-98393: Update test_os for bytes-like types (#98487)Victor Stinner2022-11-021-34/+12
* gh-98393: os module reject bytes-like, only accept bytes (#98394)Victor Stinner2022-10-181-20/+12
* gh-43414: os.get_terminal_size() now uses the actual file descriptor on Windo...Raghunandan Bhat2022-07-281-0/+13
* gh-90473: Fix more tests on platforms without umask (GH-95164)Christian Heimes2022-07-231-0/+8
* gh-90473: Make chmod a dummy on WASI, skip chmod tests (GH-93534)Christian Heimes2022-06-061-2/+3
* gh-90473: WASI requires proper open(2) flags (GH-93529)Christian Heimes2022-06-061-1/+2
* gh-90473: Skip and document more failing tests on WASI (GH-93436)Christian Heimes2022-06-021-1/+7
* gh-90473: Misc test fixes for WASI (GH-93218)Christian Heimes2022-05-251-0/+2
* gh-90473: Decrease recursion limit and skip tests on WASI (GH-92803)Christian Heimes2022-05-191-2/+7
* bpo-46785: Fix race condition between os.stat() and unlink on Windows (GH-31858)Itai Steinherz2022-05-021-0/+44
* bpo-40280: Enable most file-at() and nanosleep APIs again (GH-32238)Christian Heimes2022-04-021-1/+9
* bpo-47015: Update test_os from asyncore to asyncio (GH-31876)Oleg Iarygin2022-03-201-157/+79
* bpo-40280: Skip more tests on Emscripten (GH-31947)Christian Heimes2022-03-171-1/+9
* bpo-40280: Skip more tests/features that don't apply to Emscripten (GH-31791)Christian Heimes2022-03-101-0/+3
* bpo-40280: Block more non-working syscalls in Emscripten (GH-31757)Christian Heimes2022-03-081-0/+1
* bpo-40280: Address more test failures on Emscripten (GH-31050)Christian Heimes2022-02-051-0/+4
* bpo-40280: Skip subprocess-based tests on wasm32-emscripten (GH-30615)Christian Heimes2022-01-251-0/+8
* bpo-46426: Improve tests for the dir_fd argument (GH-30668)Serhiy Storchaka2022-01-211-8/+2
* Revert "bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)" (GH-2...Victor Stinner2021-12-071-2/+5
* bpo-42540: reallocation of id_mutex should not force default allocator (GH-29...Sam Gross2021-11-171-0/+16