COMMITS
/ Modules/_stat.c June 27, 2025
L
gh-108765: fix comment about macro definitions in `_stat.c` post GH-108854 (#136027)
Lee Dogeon committed
April 29, 2025
S
gh-132987: Support __index__() in the stat module (GH-133097)
Serhiy Storchaka committed
August 28, 2024
W
Fix typos in docs, error messages and comments (#123336)
Wulian committed
May 3, 2024
B
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers committed
March 11, 2024
V
gh-108494: Fix Argument Clinic LIMITED_CAPI_REGEX (#116610)
Victor Stinner committed
January 15, 2024
R
gh-113666: Adding missing UF_ and SF_ flags to module 'stat' (#113667)
Ronald Oussoren committed
December 13, 2023
S
gh-111650: Ensure pyconfig.h includes Py_GIL_DISABLED on Windows (GH-112778)
Steve Dower committed
November 20, 2023
H
gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864)
Hugo van Kemenade committed
November 1, 2023
V
gh-110968: Py_MOD_PER_INTERPRETER_GIL_SUPPORTED was added to 3.12 (#111584)
Victor Stinner committed
October 30, 2023
S
gh-110481: Implement biased reference counting (gh-110764)
Sam Gross committed
October 11, 2023
V
gh-85283: _stat extension now uses the limited C API (#110711)
Victor Stinner committed
September 29, 2023
V
gh-110079: Remove extern "C" { ...} in C code (#110080)
Victor Stinner committed
July 18, 2023
S
gh-86493: Fix possible leaks in some modules initialization (GH-106768)
Serhiy Storchaka committed
July 2, 2023
I
gh-104922: remove PY_SSIZE_T_CLEAN (#106315)
Inada Naoki committed
May 5, 2023
E
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Eric Snow committed
May 19, 2020
M
bpo-40677: Define IO_REPARSE_TAG_APPEXECLINK explicitly (GH-20206)
Minmin Gong committed
April 30, 2020
V
bpo-1635741: Fix compiler warning in _stat.c (GH-19822)
Victor Stinner committed
April 29, 2020
D
bpo-1635741: Port _stat module to multiphase initialization (GH-19798)
Dong-hee Na committed
August 21, 2019
S
bpo-37834: Normalise handling of reparse points on Windows (GH-15231)
Steve Dower committed
June 19, 2014
Z
Issue #21741: Add st_file_attributes to os.stat_result on Windows.
Zachary Ware committed
June 23, 2013
C
Issue #11016: Don't define macros and constants that are already set by pyport.h
Christian Heimes committed
V
Issue #11016: Detect integer conversion on conversion from Python int to C mode_t
Victor Stinner committed
C
Fix a typo in S_ISDIR, S_ISCHR, S_ISBLK and S_ISREG.
Christian Heimes committed
June 22, 2013
V
Issue #11016: Try to fix compilaton of the new _stat.c module on Windows
Victor Stinner committed
C
Issue #11016: Add C implementation of the stat module as _stat
Christian Heimes committed