summaryrefslogtreecommitdiff
path: root/Modules/_stat.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #21741: Add st_file_attributes to os.stat_result on Windows.Zachary Ware2014-06-191-0/+36
* Issue #11016: Don't define macros and constants that are already set by pyport.hChristian Heimes2013-06-241-31/+5
* Issue #11016: Detect integer conversion on conversion from Python int to C mo...Victor Stinner2013-06-231-13/+27
* Fix a typo in S_ISDIR, S_ISCHR, S_ISBLK and S_ISREG.Christian Heimes2013-06-231-7/+7
* Issue #11016: Try to fix compilaton of the new _stat.c module on WindowsVictor Stinner2013-06-231-0/+4
* Issue #11016: Add C implementation of the stat module as _statChristian Heimes2013-06-221-0/+571