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-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
*
gh-104690 Disallow thread creation and fork at interpreter finalization (#104...
chgnrdv
2023-06-04
1
-0/+16
*
GH-104898: Add __slots__ to os.PathLike (GH-104899)
Barney Gale
2023-05-25
1
-0/+6
*
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
[next]