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
*
gh-127949: deprecate `asyncio.set_event_loop_policy` (#128024)
Kumar Aditya
2024-12-18
1
-1/+1
*
gh-127146: Emscripten clean up test suite (#127984)
Hood Chatham
2024-12-17
1
-31/+13
*
gh-127146: Some expected failures in Emscripten time tests (#127843)
Hood Chatham
2024-12-12
1
-7/+21
*
gh-124873: Skip timerfd tests on Android (#127279)
Malcolm Smith
2024-11-26
1
-2/+3
*
gh-124873: Tolerate 100 ms in TimerfdTests on Android (#127101)
Victor Stinner
2024-11-21
1
-2/+2
*
gh-118201: Simplify conv_confname (#126089)
Malcolm Smith
2024-11-19
1
-1/+1
*
gh-126909: Fix running xattr tests on systems with lower limits (#126930)
Michał Górny
2024-11-18
1
-3/+3
*
gh-120057: Add os.reload_environ() function (#126268)
Victor Stinner
2024-11-05
1
-8/+8
*
Bump Ruff to 0.6.7 (#124384)
Alex Waygood
2024-09-23
1
-1/+2
*
gh-124213: Skip tests failing inside systemd-nspawn --suppress-sync=true (#12...
Michał Górny
2024-09-20
1
-3/+7
*
gh-121905: Consistently use "floating-point" instead of "floating point" (GH-...
Serhiy Storchaka
2024-07-19
1
-1/+1
*
gh-120057: Add os.environ.refresh() method (#120059)
Victor Stinner
2024-06-10
1
-0/+46
*
gh-120164: Fix test_os.test_win32_mkdir_700() (#120177)
Kirill Podoprigora
2024-06-07
1
-2/+3
*
GH-89727: Fix FD leak on `os.fwalk()` generator finalization. (#119766)
Barney Gale
2024-05-30
1
-0/+21
*
GH-89727: Fix `os.fwalk()` recursion error on deep trees (#119638)
Barney Gale
2024-05-30
1
-2/+0
*
gh-118486: Simplify test_win32_mkdir_700 to check the exact ACL (GH-119056)
Steve Dower
2024-05-15
1
-15/+8
*
gh-118802: Fix ACL use in test for non-English Windows (GH-118831)
Steve Dower
2024-05-09
1
-3/+2
*
gh-118486: Support mkdir(mode=0o700) on Windows (GH-118488)
Steve Dower
2024-05-02
1
-0/+19
*
gh-118201: Accomodate flaky behavior of `os.sysconf` on iOS (GH-118453)
Russell Keith-Magee
2024-05-01
1
-0/+1
*
gh-116622: Test updates for Android (#117299)
Malcolm Smith
2024-04-05
1
-1/+6
*
gh-116303: Skip test module dependent tests if test modules are unavailable (...
Erlend E. Aasland
2024-04-03
1
-0/+3
*
gh-108277: Make test_os tolerate 10 ms diff for timerfd on Android emulators ...
Malcolm Smith
2024-03-27
1
-13/+20
*
gh-113964: Don't prevent new threads until all non-daemon threads exit (#116677)
Sam Gross
2024-03-19
1
-8/+9
*
gh-116401: Fix blocking os.fwalk() and shutil.rmtree() on opening a named pip...
Serhiy Storchaka
2024-03-13
1
-4/+78
*
gh-71052: Change Android's `sys.platform` from "linux" to "android"
Malcolm Smith
2024-03-11
1
-4/+3
*
gh-116057: Use relative recursion limits when testing os.walk() and Path.walk...
Malcolm Smith
2024-03-10
1
-2/+2
*
gh-71052: Add test exclusions to support running the test suite on Android (#...
Malcolm Smith
2024-02-29
1
-3/+8
*
gh-115596: Fix ProgramPriorityTests in test_os permanently changing the proce...
Brian Schubert
2024-02-17
1
-16/+15
*
Fix ProgramPriorityTests on FreeBSD with high nice value (GH-100145)
Dmitry Marakasov
2024-02-17
1
-1/+2
*
gh-82626: Emit a warning when bool is used as a file descriptor (GH-111275)
Serhiy Storchaka
2024-02-05
1
-0/+14
*
gh-114099: Add test exclusions to support running the test suite on iOS (#114...
Russell Keith-Magee
2024-02-05
1
-1/+3
*
gh-85984: Add POSIX pseudo-terminal functions. (GH-102413)
Soumendra Ganguly
2024-01-29
1
-6/+39
*
gh-114435: Allow test_stat_inaccessible_file() to have matching ino/dev (GH-1...
Steve Dower
2024-01-26
1
-4/+3
*
gh-114272: Fix or skip tests that fail due to spaces in paths (GH-114451)
Steve Dower
2024-01-25
1
-2/+5
*
gh-111877: Fixes stat() handling for inaccessible files on Windows (GH-113716)
Steve Dower
2024-01-12
1
-0/+60
*
gh-77046: os.pipe() sets _O_NOINHERIT flag on fds (#113817)
Victor Stinner
2024-01-10
1
-0/+55
*
gh-113090: Fix test.support.os_support.can_chmod() on Windows (GH-113091)
Serhiy Storchaka
2023-12-14
1
-1/+1
*
gh-112532: Require mimalloc in `--disable-gil` builds (gh-112883)
Sam Gross
2023-12-12
1
-1/+4
*
gh-111841: Fix os.putenv() and os.unsetenv() with embedded NUL on Windows (GH...
Serhiy Storchaka
2023-11-10
1
-1/+4
*
gh-109649: Fix test_os.test_process_cpu_count_affinity() (#111689)
Victor Stinner
2023-11-03
1
-4/+4
*
gh-110697: Use CLOCK_RES in test_os.TimerfdTests (#111529)
Victor Stinner
2023-10-30
1
-6/+6
*
gh-110697: test_os TimerfdTests uses selectors (#110789)
Victor Stinner
2023-10-13
1
-102/+67
*
gh-108277: test_os tolerates 1 ms diff for timerfd (#110661)
Victor Stinner
2023-10-11
1
-2/+2
*
gh-108277: Fix test_os TimerfdTests (#110515)
Victor Stinner
2023-10-08
1
-3/+11
*
gh-108277: Add os.timerfd_create() function (#108382)
Masaru Tsuchiyama
2023-10-07
1
-0/+350
*
gh-109888: Fix test_os _kill_with_event() on Windows (#110421)
Victor Stinner
2023-10-05
1
-23/+27
*
gh-109649: Add os.process_cpu_count() function (#109907)
Victor Stinner
2023-09-30
1
-4/+32
*
gh-109033: Return filename with os.utime errors (#109034)
Ronan Pigott
2023-09-19
1
-0/+7
*
gh-109295: Fix test_os.test_access_denied() for TEMP=cwd (#109299)
Victor Stinner
2023-09-12
1
-1/+1
*
gh-106046: Improve error message from `os.fspath` if `__fspath__` is set to `...
Alex Waygood
2023-06-25
1
-0/+39
[next]