Christian Heimes
|
5b2f18411b
|
Issue #11016: Don't define macros and constants that are already set by pyport.h
|
2013-06-24 00:13:14 +02:00 |
Victor Stinner
|
1ce46d99db
|
Issue #11016: Detect integer conversion on conversion from Python int to C mode_t
|
2013-06-23 22:57:43 +02:00 |
Christian Heimes
|
858c947155
|
Fix a typo in S_ISDIR, S_ISCHR, S_ISBLK and S_ISREG.
Add extra braces to S_IS*() macros
|
2013-06-23 22:57:02 +02:00 |
Victor Stinner
|
c6ebd16a20
|
Issue #11016: Try to fix compilaton of the new _stat.c module on Windows
|
2013-06-23 01:49:42 +02:00 |
Christian Heimes
|
c77d9f38c2
|
Issue #11016: Add C implementation of the stat module as _stat
|
2013-06-22 21:05:02 +02:00 |