GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lib
/
stat.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-38109: Add missing constants to Lib/stat.py (GH-16665)
Ronan Lamy
2019-10-10
1
-0
/
+16
*
closes bpo-34353: Add sockets to stat.filemode fallback python implementation...
GPery
2018-08-09
1
-0
/
+1
*
Issue #21741: Add st_file_attributes to os.stat_result on Windows.
Zachary Ware
2014-06-19
1
-0
/
+23
*
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