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.9] bpo-41069: Make TESTFN and the CWD for tests containing non-ascii chara...
Serhiy Storchaka
2020-06-25
1
-3/+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
*
bpo-39481: Implementation for PEP 585 (#18239)
Guido van Rossum
2020-04-07
1
-1/+2
*
bpo-40094: Add os.waitstatus_to_exitcode() (GH-19201)
Victor Stinner
2020-04-01
1
-0/+29
*
bpo-40094: Add test.support.wait_process() (GH-19254)
Victor Stinner
2020-03-31
1
-10/+2
*
bpo-36144: Update os.environ and os.environb for PEP 584 (#18911)
Charles Burkland
2020-03-13
1
-0/+90
*
bpo-39395: putenv() and unsetenv() always available (GH-18135)
Victor Stinner
2020-01-24
1
-4/+0
*
bpo-39413: Implement os.unsetenv() on Windows (GH-18163)
Victor Stinner
2020-01-24
1
-8/+35
*
Revert "bpo-39413: Implement os.unsetenv() on Windows (GH-18104)" (GH-18124)
Victor Stinner
2020-01-22
1
-3/+8
*
bpo-39413: Implement os.unsetenv() on Windows (GH-18104)
Victor Stinner
2020-01-21
1
-8/+3
*
bpo-38878: Fix os.PathLike __subclasshook__ (GH-17336)
Bar Harel
2019-12-22
1
-0/+8
*
bpo-38994: Implement __class_getitem__ for PathLike (GH-17498)
Batuhan Taşkaya
2019-12-08
1
-0/+3
*
bpo-35381 Remove all static state from posixmodule (GH-15892)
Eddie Elizondo
2019-11-05
1
-0/+30
*
bpo-38378: Rename parameters "out" and "in" of os.sendfile(). (GH-16742)
Serhiy Storchaka
2019-10-13
1
-4/+5
*
bpo-37935: Added tests for os.walk(), glob.iglob() and Path.glob() (GH-15956)
Serhiy Storchaka
2019-09-12
1
-0/+25
*
bpo-38030: Fix os.stat failures on block devices on Windows (GH-15681)
Steve Dower
2019-09-04
1
-0/+8
*
bpo-37549: os.dup() fails for standard streams on Windows 7 (GH-15389)
Zackery Spytz
2019-08-23
1
-0/+5
*
bpo-37834: Fix test on Windows 7 (GH-15377)
Steve Dower
2019-08-22
1
-0/+3
*
bpo-37834: Normalise handling of reparse points on Windows (GH-15231)
Steve Dower
2019-08-21
1
-14/+47
*
bpo-9949: Enable symlink traversal for ntpath.realpath (GH-15287)
Steve Dower
2019-08-21
1
-4/+1
*
Remove unused imports in tests (GH-14518)
Victor Stinner
2019-07-01
1
-1/+0
*
bpo-37412: Fix test_os.test_getcwd_long_path() on macOS (GH-14452)
Victor Stinner
2019-06-28
1
-2/+1
*
bpo-37412: Fix os.getcwd() for long path on Windows (GH-14424)
Victor Stinner
2019-06-28
1
-0/+55
*
bpo-37412: os.getcwdb() now uses UTF-8 on Windows (GH-14396)
Victor Stinner
2019-06-26
1
-0/+11
*
bpo-37400: Fix test_os.test_chown() (GH-14374)
Victor Stinner
2019-06-25
1
-11/+8
*
bpo-37267: Do not check for FILE_TYPE_CHAR in os.dup() on Windows (GH-14051)
Zackery Spytz
2019-06-17
1
-0/+9
*
bpo-26826: Expose copy_file_range in the os module (GH-7255)
Pablo Galindo
2019-05-31
1
-0/+83
*
bpo-37098: Skip memfd_create test before Linux 3.17 (GH-13677)
Christian Heimes
2019-05-30
1
-0/+1
*
bpo-26836: Add os.memfd_create() (#13567)
Zackery Spytz
2019-05-29
1
-0/+16
*
bpo-31904: Add posix module support for VxWorks (GH-12118)
pxinwr
2019-05-21
1
-1/+4
*
bpo-35920: Windows 10 ARM32 platform support (GH-11774)
Paul Monson
2019-04-25
1
-1/+2
*
bpo-29734: Cleanup test_getfinalpathname_handles test (GH-12908)
Berker Peksag
2019-04-22
1
-21/+14
*
bpo-36234: Add more tests to PosixUidGidTests (GH-12234)
Victor Stinner
2019-03-11
1
-8/+20
*
bpo-22831: Use "with" to avoid possible fd leaks in tests (part 2). (GH-10929)
Serhiy Storchaka
2019-03-05
1
-3/+2
*
Clean up code which checked presence of os.{stat,lstat,chmod} (#11643)
Anthony Sottile
2019-02-25
1
-1/+0
*
Fix syntax warnings in tests introduced in bpo-35942. (GH-11934)
Serhiy Storchaka
2019-02-19
1
-12/+4
*
bpo-35942: Improve the error message if __fspath__ returns invalid types in p...
Pablo Galindo
2019-02-18
1
-1/+18
*
bpo-35994: add sub dir for sub2_tree in os.walk test if symlink is not suppor...
pxinwr
2019-02-15
1
-1/+1
*
bpo-29734: nt._getfinalpathname handle leak (GH-740)
Mark Becwar
2019-02-02
1
-0/+56
*
bpo-35371: Fix possible crash in os.utime() on Windows. (GH-10844)
Serhiy Storchaka
2018-12-01
1
-0/+23
*
bpo-32890, os: Use errno instead of GetLastError() in execve() and truncate()...
Alexey Izbyshev
2018-10-20
1
-0/+10
*
closes bpo-34664: Only check file permission bits of newly created directorie...
Benjamin Peterson
2018-09-13
1
-2/+2
*
bpo-31577: Fix a crash in os.utime() in case of a bad ns argument. (GH-3752)
Oren Milman
2018-09-12
1
-0/+16
*
bpo-34384: Fix os.readlink() on Windows (GH-8740)
Berker Peksag
2018-08-15
1
-0/+47
*
bpo-33871: Fix os.sendfile(), os.writev(), os.readv(), etc. (GH-7931)
Serhiy Storchaka
2018-07-31
1
-15/+35
*
bpo-33001: Prevent buffer overrun in os.symlink (GH-5989)
Steve Dower
2018-03-05
1
-0/+34
*
bpo-32964: Reuse a testing implementation of the path protocol in tests. (#5930)
Serhiy Storchaka
2018-03-02
1
-30/+14
*
bpo-29248: Fix os.readlink() on Windows (GH-5577)
SSE4
2018-02-12
1
-0/+15
[next]