summaryrefslogtreecommitdiff
path: root/Lib/stat.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #21741: Add st_file_attributes to os.stat_result on Windows.Zachary Ware2014-06-191-0/+23
* Issue #15767: Excise the remaining instances of ModuleNotFoundErrorBrett Cannon2013-07-041-1/+1
* Issue #11016: Add C implementation of the stat module as _statChristian Heimes2013-06-221-0/+6
* #14807: move undocumented tarfile.filemode() to stat.filemode(). Add tarfile....Giampaolo Rodola'2012-05-151-0/+40
* Issue 14800: add comments explaining stat.py constants + docstring for S_* fu...Giampaolo Rodola'2012-05-141-38/+51
* Issue #8746: Correct faulty configure checks so that os.chflags() andNed Deily2011-06-281-0/+2
* Merged revisions 61644,61646-61647,61649-61652,61656-61658,61663,61665,61667 ...Christian Heimes2008-03-201-6/+1
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-27/+27
* Merged revisions 53623-53858 via svnmerge fromThomas Wouters2007-02-231-0/+13
* removed __all__ from several modulesSkip Montanaro2001-02-181-6/+0
* bunch more __all__ listsSkip Montanaro2001-02-151-0/+6
* Whitespace normalization.Tim Peters2001-01-151-9/+9
* The third and final doc-string sweep by Ka-Ping Yee.Guido van Rossum2000-02-041-7/+5
* * Lib/linecache.py: don't crash on empty filenameGuido van Rossum1994-08-231-1/+1
* Add names for perm bits (S_IREAD etc).Guido van Rossum1992-05-061-1/+23
* Use bitwise ops instead of %; added some warnings and commentsGuido van Rossum1992-03-311-10/+19
* New == syntaxGuido van Rossum1992-01-011-7/+7
* Added S_IMODE() to strip the file type (S_IFMT) from a mode.Guido van Rossum1990-10-311-0/+2
* Initial revisionGuido van Rossum1990-10-211-0/+55