summaryrefslogtreecommitdiff
path: root/Lib/stat.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #8746: Correct faulty configure checks so that os.chflags() andNed Deily2011-06-271-0/+2
* #2383: remove obsolete XXX comment in stat.py.Georg Brandl2008-03-201-6/+1
* Patch #1490190: posixmodule now includes os.chflags() and os.lchflags()Martin v. Löwis2007-02-191-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