COMMITS
/ Modules/_uuidmodule.c May 26, 2025
B
gh-132710: only use stable `_uuid.generate_time_safe()` to deduce MAC address (#132901)
Bénédikt Tran 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
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 17, 2023
V
gh-85283: Build _uuid extension with limited C API (#111010)
Victor Stinner 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
November 24, 2021
C
bpo-45847: Port _uuid to PY_STDLIB_MOD (GH-29741)
Christian Heimes committed
May 12, 2020
S
bpo-40501: Replace ctypes code in uuid with native module (GH-19948)
Steve Dower committed
March 31, 2020
D
bpo-1635741: Port _uuid module to multiphase initialization (GH-19242)
Dong-hee Na committed
June 24, 2019
May 24, 2018
S
bpo-32493: Fix uuid.uuid1() on FreeBSD. (GH-7099)
Serhiy Storchaka committed
April 29, 2018
S
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030)
Siddhesh Poyarekar committed
January 9, 2018
D
bpo-32493: Not only AIX, but FreeBSD has uuid_create support (#5089)
David Carlier committed
December 30, 2017
M
bpo-32399: Starting with AIX6.1 there is support in libc.a for uuid (RFC4122) (#4974)
Michael Felt committed
November 8, 2017
B
bpo-11063: Add a configure check for uuid_generate_time_safe (GH-4287)
Berker Peksag committed
October 2, 2017
V
bpo-11063: Fix _uuid module on macOS (#3855)
Victor Stinner committed
September 28, 2017
A
bpo-11063, bpo-20519: avoid ctypes and improve import time for uuid (#3796)
Antoine Pitrou committed