10 Commits (eaccc12aa986f92ea05f3f0a63cedbff78dd67f1)

Author SHA1 Message Date
Minmin Gong 711f9e180a
bpo-40677: Define IO_REPARSE_TAG_APPEXECLINK explicitly (GH-20206) 6 years ago
Victor Stinner b66c0ff8af
bpo-1635741: Fix compiler warning in _stat.c (GH-19822) 6 years ago
Dong-hee Na 84724dd239
bpo-1635741: Port _stat module to multiphase initialization (GH-19798) 6 years ago
Steve Dower df2d4a6f3d
bpo-37834: Normalise handling of reparse points on Windows (GH-15231) 7 years ago
Zachary Ware 63f277b694 Issue #21741: Add st_file_attributes to os.stat_result on Windows. 12 years ago
Christian Heimes 5b2f18411b Issue #11016: Don't define macros and constants that are already set by pyport.h 13 years ago
Victor Stinner 1ce46d99db Issue #11016: Detect integer conversion on conversion from Python int to C mode_t 13 years ago
Christian Heimes 858c947155 Fix a typo in S_ISDIR, S_ISCHR, S_ISBLK and S_ISREG. 13 years ago
Victor Stinner c6ebd16a20 Issue #11016: Try to fix compilaton of the new _stat.c module on Windows 13 years ago
Christian Heimes c77d9f38c2 Issue #11016: Add C implementation of the stat module as _stat 13 years ago