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
/
Modules
/
_stat.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-40677: Define IO_REPARSE_TAG_APPEXECLINK explicitly (GH-20206)
Minmin Gong
2020-05-19
1
-0
/
+4
*
bpo-1635741: Fix compiler warning in _stat.c (GH-19822)
Victor Stinner
2020-05-01
1
-1
/
+1
*
bpo-1635741: Port _stat module to multiphase initialization (GH-19798)
Dong-hee Na
2020-04-30
1
-100
/
+127
*
bpo-37834: Normalise handling of reparse points on Windows (GH-15231)
Steve Dower
2019-08-21
1
-0
/
+7
*
Issue #21741: Add st_file_attributes to os.stat_result on Windows.
Zachary Ware
2014-06-19
1
-0
/
+36
*
Issue #11016: Don't define macros and constants that are already set by pyport.h
Christian Heimes
2013-06-24
1
-31
/
+5
*
Issue #11016: Detect integer conversion on conversion from Python int to C mo...
Victor Stinner
2013-06-23
1
-13
/
+27
*
Fix a typo in S_ISDIR, S_ISCHR, S_ISBLK and S_ISREG.
Christian Heimes
2013-06-23
1
-7
/
+7
*
Issue #11016: Try to fix compilaton of the new _stat.c module on Windows
Victor Stinner
2013-06-23
1
-0
/
+4
*
Issue #11016: Add C implementation of the stat module as _stat
Christian Heimes
2013-06-22
1
-0
/
+571