index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_os.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.12] gh-104690 Disallow thread creation and fork at interpreter finalizatio...
Miss Islington (bot)
2023-06-04
1
-0/+16
*
gh-75729: Fix os.spawn tests not handling spaces on Windows (#99150)
C.A.M. Gerlach
2023-04-08
1
-45/+57
*
gh-99726: Improves correctness of stat results for Windows, and uses faster A...
Steve Dower
2023-03-16
1
-1/+11
*
gh-102519: Avoid failing tests due to inaccessible volumes (GH-102706)
Steve Dower
2023-03-15
1
-6/+11
*
gh-102519: Add os.listdrives, os.listvolumes and os.listmounts on Windows (GH...
Steve Dower
2023-03-10
1
-0/+43
*
gh-102255: Improve build support for Windows API partitions (GH-102256)
Max Bachmann
2023-03-09
1
-3/+5
*
gh-102179: Fix `os.dup2` error reporting for negative fds (#102180)
Alexey Izbyshev
2023-03-04
1
-0/+20
*
gh-101881: Support (non-)blocking read/write functions on Windows pipes (GH-1...
Rayyan Ansari
2023-02-16
1
-0/+1
*
gh-101196: Make isdir/isfile/exists faster on Windows (GH-101324)
Michael Droettboom
2023-02-08
1
-0/+2
*
gh-100228: Warn from os.fork() if other threads exist. (#100229)
Gregory P. Smith
2022-12-29
1
-0/+28
*
gh-89727: Fix os.walk RecursionError on deep trees (#99803)
Jon Burdo
2022-12-19
1
-0/+43
*
gh-81057: Move OS-Related Globals to _PyRuntimeState (gh-100082)
Eric Snow
2022-12-08
1
-6/+7
*
gh-99547: Add isjunction methods for checking if a path is a junction (GH-99548)
Charles Machalow
2022-11-22
1
-0/+17
*
gh-98393: Update test_os for bytes-like types (#98487)
Victor Stinner
2022-11-02
1
-34/+12
*
gh-98393: os module reject bytes-like, only accept bytes (#98394)
Victor Stinner
2022-10-18
1
-20/+12
*
gh-43414: os.get_terminal_size() now uses the actual file descriptor on Windo...
Raghunandan Bhat
2022-07-28
1
-0/+13
*
gh-90473: Fix more tests on platforms without umask (GH-95164)
Christian Heimes
2022-07-23
1
-0/+8
*
gh-90473: Make chmod a dummy on WASI, skip chmod tests (GH-93534)
Christian Heimes
2022-06-06
1
-2/+3
*
gh-90473: WASI requires proper open(2) flags (GH-93529)
Christian Heimes
2022-06-06
1
-1/+2
*
gh-90473: Skip and document more failing tests on WASI (GH-93436)
Christian Heimes
2022-06-02
1
-1/+7
*
gh-90473: Misc test fixes for WASI (GH-93218)
Christian Heimes
2022-05-25
1
-0/+2
*
gh-90473: Decrease recursion limit and skip tests on WASI (GH-92803)
Christian Heimes
2022-05-19
1
-2/+7
*
bpo-46785: Fix race condition between os.stat() and unlink on Windows (GH-31858)
Itai Steinherz
2022-05-02
1
-0/+44
*
bpo-40280: Enable most file-at() and nanosleep APIs again (GH-32238)
Christian Heimes
2022-04-02
1
-1/+9
*
bpo-47015: Update test_os from asyncore to asyncio (GH-31876)
Oleg Iarygin
2022-03-20
1
-157/+79
*
bpo-40280: Skip more tests on Emscripten (GH-31947)
Christian Heimes
2022-03-17
1
-1/+9
*
bpo-40280: Skip more tests/features that don't apply to Emscripten (GH-31791)
Christian Heimes
2022-03-10
1
-0/+3
*
bpo-40280: Block more non-working syscalls in Emscripten (GH-31757)
Christian Heimes
2022-03-08
1
-0/+1
*
bpo-40280: Address more test failures on Emscripten (GH-31050)
Christian Heimes
2022-02-05
1
-0/+4
*
bpo-40280: Skip subprocess-based tests on wasm32-emscripten (GH-30615)
Christian Heimes
2022-01-25
1
-0/+8
*
bpo-46426: Improve tests for the dir_fd argument (GH-30668)
Serhiy Storchaka
2022-01-21
1
-8/+2
*
Revert "bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)" (GH-2...
Victor Stinner
2021-12-07
1
-2/+5
*
bpo-42540: reallocation of id_mutex should not force default allocator (GH-29...
Sam Gross
2021-11-17
1
-0/+16
*
bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)
Victor Stinner
2021-11-15
1
-5/+2
*
bpo-44631: Make the repr() of the _Environ class more readable. (#27128)
Leonardo Freua
2021-07-20
1
-3/+5
*
bpo-44498: suppress DeprecationWarnings for asynchat, asyncore and smtpd in t...
Irit Katriel
2021-06-24
1
-2/+5
*
bpo-43651: Fix EncodingWarning in `os.fdopen()` and test_os (GH-25654)
Inada Naoki
2021-04-29
1
-9/+12
*
bpo-42780: Fix set_inheritable() for O_PATH file descriptors on Linux (GH-24172)
cptpcrd
2021-01-20
1
-0/+27
*
bpo-31904: Disable os.popen and popen test cases on VxWorks (GH-21687)
pxinwr
2020-12-15
1
-0/+2
*
bpo-31904: Fix test_os.test_getcwd_long_path() failure for VxWorks (GH-20256)
pxinwr
2020-11-28
1
-0/+4
*
bpo-41625: Skip os.splice() tests on AIX (GH-23354)
Victor Stinner
2020-11-17
1
-0/+8
*
bpo-41625: Expose the splice() system call in the os module (GH-21947)
Pablo Galindo
2020-11-17
1
-0/+117
*
bpo-41001: Add os.eventfd() (#20930)
Christian Heimes
2020-11-13
1
-0/+86
*
bpo-40275: Remove test helpers aliases in test.support (GH-21771)
Hai Shi
2020-08-08
1
-2/+3
*
bpo-40275: Use new test.support helper submodules in tests (GH-21169)
Hai Shi
2020-06-30
1
-171/+174
*
bpo-41069: Make TESTFN and the CWD for tests containing non-ascii characters....
Serhiy Storchaka
2020-06-25
1
-3/+3
*
bpo-40275: Adding threading_helper submodule in test.support (GH-20263)
Hai Shi
2020-05-27
1
-2/+3
*
bpo-40165: Suppress stderr when checking if test_stty_match should be skipped...
Batuhan Taskaya
2020-05-16
1
-1/+5
*
bpo-40275: Avoid importing socket in test.support (GH-19603)
Serhiy Storchaka
2020-04-25
1
-1/+2
*
bpo-40138: Fix Windows os.waitpid() for large exit code (GH-19637)
Victor Stinner
2020-04-22
1
-21/+51
[next]