1. 63f277b Issue #21741: Add st_file_attributes to os.stat_result on Windows. by Zachary Ware · 10 years ago
  2. 260fbe8 Issue #15767: Excise the remaining instances of ModuleNotFoundError by Brett Cannon · 11 years ago
  3. c77d9f3 Issue #11016: Add C implementation of the stat module as _stat by Christian Heimes · 11 years ago
  4. ffa1d0b #14807: move undocumented tarfile.filemode() to stat.filemode(). Add tarfile.filemode alias with deprecation warning. by Giampaolo Rodola' · 12 years ago
  5. a6bedde Issue 14800: add comments explaining stat.py constants + docstring for S_* functions. by Giampaolo Rodola' · 12 years ago
  6. 3eb67d5 Issue #8746: Correct faulty configure checks so that os.chflags() and by Ned Deily · 13 years ago
  7. e25f35e Merged revisions 61644,61646-61647,61649-61652,61656-61658,61663,61665,61667 via svnmerge from by Christian Heimes · 16 years ago
  8. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  9. cf297e4 Merged revisions 53623-53858 via svnmerge from by Thomas Wouters · 17 years ago
  10. 7834907 removed __all__ from several modules by Skip Montanaro · 23 years ago
  11. 0de6580 bunch more __all__ lists by Skip Montanaro · 23 years ago
  12. 495ad3c Whitespace normalization. by Tim Peters · 23 years ago
  13. e7b146f The third and final doc-string sweep by Ka-Ping Yee. by Guido van Rossum · 24 years ago
  14. 7aeb4b9 * Lib/linecache.py: don't crash on empty filename by Guido van Rossum · 30 years ago
  15. 8899a9c Add names for perm bits (S_IREAD etc). by Guido van Rossum · 32 years ago
  16. 3bc034b Use bitwise ops instead of %; added some warnings and comments by Guido van Rossum · 32 years ago
  17. bdfcfcc New == syntax by Guido van Rossum · 32 years ago
  18. 468c448 Added S_IMODE() to strip the file type (S_IFMT) from a mode. by Guido van Rossum · 34 years ago
  19. 6b47ed1 Initial revision by Guido van Rossum · 34 years ago