index
:
cpython
3.10
3.11
3.12
3.13
3.14
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_stat.py
Commit message (
Expand
)
Author
Age
*
gh-90473: Make chmod a dummy on WASI, skip chmod tests (GH-93534)
Christian Heimes
2022-06-06
*
gh-90473: wasmtime does not support absolute symlinks (GH-93490)
Christian Heimes
2022-06-05
*
bpo-31904: Fix fifo test cases for VxWorks (GH-20254)
pxinwr
2020-12-01
*
bpo-40275: Use new test.support helper submodules in tests (GH-21448)
Hai Shi
2020-08-03
*
bpo-40275: Avoid importing socket in test.support (GH-19603)
Serhiy Storchaka
2020-04-25
*
bpo-38109: Add missing constants to Lib/stat.py (GH-16665)
Ronan Lamy
2019-10-10
*
bpo-36341: Fix tests calling bind() on AF_UNIX sockets (GH-12399)
xdegaye
2019-05-03
*
closes bpo-34353: Add sockets to stat.filemode fallback python implementation...
GPery
2018-08-09
*
bpo-28759: Skip some tests on PermissionError raised by Android (GH-4350)
xdegaye
2017-11-12
*
Issue #28759: Fix the tests that fail with PermissionError when run as
Xavier de Gaye
2016-12-13
*
Issue #21741: Add st_file_attributes to os.stat_result on Windows.
Zachary Ware
2014-06-19
*
Issue #18322: fix some test_stat nits.
Antoine Pitrou
2013-06-29
*
Solaris' /dev/null is a symlink. The device test now uses stat instead of lst...
Christian Heimes
2013-06-23
|
\
|
*
Solaris' /dev/null is a symlink. The device test now uses stat instead of lst...
Christian Heimes
2013-06-23
*
|
Issue #11016: Add C implementation of the stat module as _stat
Christian Heimes
2013-06-22
|
/
*
BSD: block devices are gone
Christian Heimes
2013-06-22
*
Fix test_stat on BSD, /dev/da0 and /dev/ad0 are links
Christian Heimes
2013-06-21
*
Add tests for untested features of the 'stat' module (part of issue #11016)
Christian Heimes
2013-06-21
*
#14807: fix BB failures on Windows - avoid to to rely too many details of the...
Giampaolo Rodola'
2012-05-16
*
#14807: fix bb failure due to symlink test relying on hard-coded permissions
Giampaolo Rodola'
2012-05-15
*
#14807: move undocumented tarfile.filemode() to stat.filemode(). Add tarfile....
Giampaolo Rodola'
2012-05-15