Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #11016: Don't define macros and constants that are already set by pyport.h | Christian Heimes | 2013-06-23 | 1 | -31/+5 |
* | Issue #11016: Detect integer conversion on conversion from Python int to C mo... | Victor Stinner | 2013-06-23 | 1 | -13/+27 |
* | Fix a typo in S_ISDIR, S_ISCHR, S_ISBLK and S_ISREG. | Christian Heimes | 2013-06-23 | 1 | -7/+7 |
* | Issue #11016: Try to fix compilaton of the new _stat.c module on Windows | Victor Stinner | 2013-06-22 | 1 | -0/+4 |
* | Issue #11016: Add C implementation of the stat module as _stat | Christian Heimes | 2013-06-22 | 1 | -0/+571 |