| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-116322: Add Py_mod_gil module slot (#116882) | Brett Simmers | 2024-05-03 | 1 | -2/+3 |
|
|
* | gh-108494: Fix Argument Clinic LIMITED_CAPI_REGEX (#116610) | Victor Stinner | 2024-03-11 | 1 | -3/+2 |
|
|
* | 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 | -2/+2 |
|
|
* | gh-110481: Implement biased reference counting (gh-110764) | Sam Gross | 2023-10-30 | 1 | -0/+6 |
|
|
* | gh-85283: Build _uuid extension with limited C API (#111010) | Victor Stinner | 2023-10-17 | 1 | -0/+3 |
|
|
* | gh-104922: remove PY_SSIZE_T_CLEAN (#106315) | Inada Naoki | 2023-07-02 | 1 | -2/+0 |
|
|
* | gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205) | Eric Snow | 2023-05-05 | 1 | -0/+1 |
|
|
* | bpo-45847: Port _uuid to PY_STDLIB_MOD (GH-29741) | Christian Heimes | 2021-11-24 | 1 | -4/+6 |
|
|
* | bpo-40501: Replace ctypes code in uuid with native module (GH-19948) | Steve Dower | 2020-05-12 | 1 | -5/+49 |
|
|
* | bpo-1635741: Port _uuid module to multiphase initialization (GH-19242) | Dong-hee Na | 2020-03-31 | 1 | -19/+22 |
|
|
* | bpo-32627: Fix compile error when conflicting `_uuid` headers included (GH-11... | ziheng | 2019-06-24 | 1 | -3/+6 |
|
|
* | bpo-32493: Fix uuid.uuid1() on FreeBSD. (GH-7099) | Serhiy Storchaka | 2018-05-24 | 1 | -1/+8 |
|
|
* | bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH... | Siddhesh Poyarekar | 2018-04-29 | 1 | -2/+3 |
|
|
* | bpo-32493: Not only AIX, but FreeBSD has uuid_create support (#5089) | David Carlier | 2018-01-09 | 1 | -4/+1 |
|
|
* | bpo-32399: Starting with AIX6.1 there is support in libc.a for uuid (RFC4122)... | Michael Felt | 2017-12-30 | 1 | -6/+17 |
|
|
* | bpo-11063: Add a configure check for uuid_generate_time_safe (GH-4287) | Berker Peksag | 2017-11-08 | 1 | -9/+2 |
|
|
* | bpo-11063: Fix _uuid module on macOS (#3855) | Victor Stinner | 2017-10-02 | 1 | -1/+29 |
|
|
* | bpo-11063, bpo-20519: avoid ctypes and improve import time for uuid (#3796) | Antoine Pitrou | 2017-09-28 | 1 | -0/+35 |
|
|