COMMITS
/ Lib/stat.py January 20, 2026
V
gh-144050: Fix stat.filemode pure Python file type detection (GH-144059)
VanshAgarwal24036 committed
October 15, 2025
J
gh-83714: Implement os.statx() function (#139178)
Jeffrey Bosboom committed
June 12, 2024
V
gh-120417: Remove unused imports in the stdlib (#120420)
Victor Stinner committed
January 15, 2024
R
gh-113666: Adding missing UF_ and SF_ flags to module 'stat' (#113667)
Ronald Oussoren committed
August 29, 2023
V
gh-108638: Fix stat.filemode() when _stat is missing (#108639)
Victor Stinner committed
October 10, 2019
R
bpo-38109: Add missing constants to Lib/stat.py (GH-16665)
Ronan Lamy committed
August 10, 2018
June 19, 2014
Z
Issue #21741: Add st_file_attributes to os.stat_result on Windows.
Zachary Ware committed
July 4, 2013
B
Issue #15767: Excise the remaining instances of ModuleNotFoundError
Brett Cannon committed
June 22, 2013
C
Issue #11016: Add C implementation of the stat module as _stat
Christian Heimes committed
May 15, 2012
G
May 14, 2012
G
Issue 14800: add comments explaining stat.py constants + docstring for S_* functions.
Giampaolo Rodola' committed
June 28, 2011
N
Issue #8746: Correct faulty configure checks so that os.chflags() and
Ned Deily committed
March 20, 2008
C
Merged revisions 61644,61646-61647,61649-61652,61656-61658,61663,61665,61667 via svnmerge from
Christian Heimes committed
June 13, 2007
G
Merged revisions 55817-55961 via svnmerge from
Guido van Rossum committed
February 23, 2007
T
Merged revisions 53623-53858 via svnmerge from
Thomas Wouters committed
February 18, 2001
S
removed __all__ from several modules
Skip Montanaro committed
February 15, 2001
S
bunch more __all__ lists
Skip Montanaro committed
January 15, 2001
T
Whitespace normalization.
Tim Peters committed
February 4, 2000
G
The third and final doc-string sweep by Ka-Ping Yee.
Guido van Rossum committed
August 23, 1994
G
* Lib/linecache.py: don't crash on empty filename
Guido van Rossum committed
May 6, 1992
G
Add names for perm bits (S_IREAD etc).
Guido van Rossum committed
March 31, 1992
G
Use bitwise ops instead of %; added some warnings and comments
Guido van Rossum committed
January 1, 1992
G
New == syntax
Guido van Rossum committed
October 31, 1990
G
Added S_IMODE() to strip the file type (S_IFMT) from a mode.
Guido van Rossum committed
October 21, 1990
G
Initial revision
Guido van Rossum committed