index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
stat.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #15767: Excise the remaining instances of ModuleNotFoundError
Brett Cannon
2013-07-04
1
-1/+1
*
Issue #11016: Add C implementation of the stat module as _stat
Christian Heimes
2013-06-22
1
-0/+6
*
#14807: move undocumented tarfile.filemode() to stat.filemode(). Add tarfile....
Giampaolo Rodola'
2012-05-15
1
-0/+40
*
Issue 14800: add comments explaining stat.py constants + docstring for S_* fu...
Giampaolo Rodola'
2012-05-14
1
-38/+51
*
Issue #8746: Correct faulty configure checks so that os.chflags() and
Ned Deily
2011-06-28
1
-0/+2
*
Merged revisions 61644,61646-61647,61649-61652,61656-61658,61663,61665,61667 ...
Christian Heimes
2008-03-20
1
-6/+1
*
Merged revisions 55817-55961 via svnmerge from
Guido van Rossum
2007-06-13
1
-27/+27
*
Merged revisions 53623-53858 via svnmerge from
Thomas Wouters
2007-02-23
1
-0/+13
*
removed __all__ from several modules
Skip Montanaro
2001-02-18
1
-6/+0
*
bunch more __all__ lists
Skip Montanaro
2001-02-15
1
-0/+6
*
Whitespace normalization.
Tim Peters
2001-01-15
1
-9/+9
*
The third and final doc-string sweep by Ka-Ping Yee.
Guido van Rossum
2000-02-04
1
-7/+5
*
* Lib/linecache.py: don't crash on empty filename
Guido van Rossum
1994-08-23
1
-1/+1
*
Add names for perm bits (S_IREAD etc).
Guido van Rossum
1992-05-06
1
-1/+23
*
Use bitwise ops instead of %; added some warnings and comments
Guido van Rossum
1992-03-31
1
-10/+19
*
New == syntax
Guido van Rossum
1992-01-01
1
-7/+7
*
Added S_IMODE() to strip the file type (S_IFMT) from a mode.
Guido van Rossum
1990-10-31
1
-0/+2
*
Initial revision
Guido van Rossum
1990-10-21
1
-0/+55