COMMITS
/ Modules/_stat.c 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