| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typos in docs, error messages and comments (#123336) | Wulian | 2024-08-28 | 1 | -1/+1 |
|
|
* | gh-116322: Add Py_mod_gil module slot (#116882) | Brett Simmers | 2024-05-03 | 1 | -0/+1 |
|
|
* | gh-108494: Fix Argument Clinic LIMITED_CAPI_REGEX (#116610) | Victor Stinner | 2024-03-11 | 1 | -3/+2 |
|
|
* | gh-113666: Adding missing UF_ and SF_ flags to module 'stat' (#113667) | Ronald Oussoren | 2024-01-15 | 1 | -3/+68 |
|
|
* | gh-111650: Ensure pyconfig.h includes Py_GIL_DISABLED on Windows (GH-112778) | Steve Dower | 2023-12-13 | 1 | -2/+0 |
|
|
* | gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864) | Hugo van Kemenade | 2023-11-20 | 1 | -2/+2 |
|
|
* | gh-110968: Py_MOD_PER_INTERPRETER_GIL_SUPPORTED was added to 3.12 (#111584) | Victor Stinner | 2023-11-01 | 1 | -1/+1 |
|
|
* | gh-110481: Implement biased reference counting (gh-110764) | Sam Gross | 2023-10-30 | 1 | -0/+6 |
|
|
* | gh-85283: _stat extension now uses the limited C API (#110711) | Victor Stinner | 2023-10-11 | 1 | -0/+3 |
|
|
* | gh-110079: Remove extern "C" { ...} in C code (#110080) | Victor Stinner | 2023-09-29 | 1 | -8/+0 |
|
|
* | gh-86493: Fix possible leaks in some modules initialization (GH-106768) | Serhiy Storchaka | 2023-07-18 | 1 | -9/+9 |
|
|
* | gh-104922: remove PY_SSIZE_T_CLEAN (#106315) | Inada Naoki | 2023-07-02 | 1 | -1/+0 |
|
|
* | gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205) | Eric Snow | 2023-05-05 | 1 | -0/+1 |
|
|
* | 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-04-30 | 1 | -1/+1 |
|
|
* | bpo-1635741: Port _stat module to multiphase initialization (GH-19798) | Dong-hee Na | 2020-04-29 | 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-23 | 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-22 | 1 | -0/+4 |
|
|
* | Issue #11016: Add C implementation of the stat module as _stat | Christian Heimes | 2013-06-22 | 1 | -0/+571 |
|
|