COMMITS
/ Modules/_stat.c May 19, 2020
M
bpo-40677: Define IO_REPARSE_TAG_APPEXECLINK explicitly (GH-20206)
Minmin Gong committed
April 30, 2020
V
bpo-1635741: Fix compiler warning in _stat.c (GH-19822)
Victor Stinner committed
April 29, 2020
D
bpo-1635741: Port _stat module to multiphase initialization (GH-19798)
Dong-hee Na committed
August 21, 2019
S
bpo-37834: Normalise handling of reparse points on Windows (GH-15231)
Steve Dower committed
June 19, 2014
Z
Issue #21741: Add st_file_attributes to os.stat_result on Windows.
Zachary Ware committed
June 23, 2013
C
Issue #11016: Don't define macros and constants that are already set by pyport.h
Christian Heimes committed
V
Issue #11016: Detect integer conversion on conversion from Python int to C mode_t
Victor Stinner committed
C
Fix a typo in S_ISDIR, S_ISCHR, S_ISBLK and S_ISREG.
Christian Heimes committed
June 22, 2013
V
Issue #11016: Try to fix compilaton of the new _stat.c module on Windows
Victor Stinner committed
C
Issue #11016: Add C implementation of the stat module as _stat
Christian Heimes committed