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 |