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
*
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
*
bpo-32593: Drop FreeBSD 9 and older support (#5232)
Victor Stinner
2018-01-22
1
-3/+1
*
return the new file descriptor from os.dup2 (closes bpo-32441) (#5041)
Benjamin Peterson
2017-12-29
1
-10/+6
*
bpo-32143: add f_fsid to os.statvfs() (#4571)
Giuseppe Scrivano
2017-12-14
1
-0/+5
*
Fix hardcoded value in test_os.py (#4744)
Pablo Galindo
2017-12-07
1
-1/+1
*
bpo-29180: Skip test_os tests on PermissionError raised by Android (GH-4374)
xdegaye
2017-11-12
1
-3/+10
*
Replace KB unit with KiB (#4293)
Victor Stinner
2017-11-08
1
-2/+2
*
bpo-31784: Implement PEP 564: add time.time_ns() (#3989)
Victor Stinner
2017-11-02
1
-0/+17
*
fixes bpo-31866: remove code pertaining to AtheOS support (#4115)
Benjamin Peterson
2017-10-26
1
-12/+2
*
bpo-31827: Remove os.stat_float_times() (GH-4061)
Victor Stinner
2017-10-24
1
-17/+0
*
os.test_utime_current(): tolerate 50 ms delta (#3646)
Victor Stinner
2017-09-18
1
-5/+4
*
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou
2017-09-07
1
-79/+75
*
Spelling fixes (#2902)
Ville Skyttä
2017-08-03
1
-7/+7
*
bpo-30908: Fix dangling thread in test_os.TestSendfile (#2680)
Victor Stinner
2017-07-12
1
-0/+1
*
bpo-30879: os.listdir() and os.scandir() now emit bytes names when (#2634)
Serhiy Storchaka
2017-07-11
1
-0/+16
*
bpo-30441: Fix bug when modifying os.environ while iterating over it (#2409)
Osvaldo Santana Neto
2017-07-01
1
-0/+24
*
bpo-30746: Port more tests for os.spawnvpe() and os.execve() from 2.7. (#2394)
Serhiy Storchaka
2017-06-25
1
-9/+36
*
bpo-30746: Prohibited the '=' character in environment variable names (#2382)
Serhiy Storchaka
2017-06-25
1
-0/+49
*
bpo-30649: Revert utime delta in test_os (#2176)
Victor Stinner
2017-06-14
1
-1/+3
[next]