xdegaye
|
92c2ca7633
|
bpo-28759: Skip some tests on PermissionError raised by Android (GH-4350)
Access to mkfifo(), mknod() and hard link creation is controled
by SELinux on Android.
Also remove test.support.android_not_root.
|
2017-11-12 17:31:07 +01:00 |
Xavier de Gaye
|
3a4e989324
|
Issue #28759: Fix the tests that fail with PermissionError when run as
a non-root user on Android where access rights are controled by SELinux MAC.
|
2016-12-13 10:00:01 +01:00 |
Zachary Ware
|
63f277b694
|
Issue #21741: Add st_file_attributes to os.stat_result on Windows.
Patch by Ben Hoyt.
|
2014-06-19 09:46:37 -05:00 |
Antoine Pitrou
|
3a5053b8cf
|
Issue #18322: fix some test_stat nits.
|
2013-06-29 12:58:57 +02:00 |
Christian Heimes
|
fcce2024ea
|
Solaris' /dev/null is a symlink. The device test now uses stat instead of lstat to compensate
for symlinks.
|
2013-06-23 16:11:37 +02:00 |
Christian Heimes
|
36a7e4f74a
|
Solaris' /dev/null is a symlink. The device test now uses stat instead of lstat to compensate
for symlinks.
|
2013-06-23 16:10:29 +02:00 |
Christian Heimes
|
c77d9f38c2
|
Issue #11016: Add C implementation of the stat module as _stat
|
2013-06-22 21:05:02 +02:00 |
Christian Heimes
|
45d9493ee9
|
BSD: block devices are gone
http://www.freebsd.org/doc/en/books/arch-handbook/driverbasics-block.html
|
2013-06-22 14:48:32 +02:00 |
Christian Heimes
|
60a95933cb
|
Fix test_stat on BSD, /dev/da0 and /dev/ad0 are links
|
2013-06-21 18:53:13 +02:00 |
Christian Heimes
|
f678b3131e
|
Add tests for untested features of the 'stat' module (part of issue #11016)
|
2013-06-21 18:25:56 +02:00 |
Giampaolo Rodola'
|
e126678216
|
#14807: fix BB failures on Windows - avoid to to rely too many details of the mode string.
|
2012-05-16 16:01:59 +02:00 |
Giampaolo Rodola'
|
b28df76ee2
|
#14807: fix bb failure due to symlink test relying on hard-coded permissions
|
2012-05-15 22:20:10 +02:00 |
Giampaolo Rodola'
|
ffa1d0b8d5
|
#14807: move undocumented tarfile.filemode() to stat.filemode(). Add tarfile.filemode alias with deprecation warning.
|
2012-05-15 15:30:25 +02:00 |