COMMITS
/ Modules/_uuidmodule.c 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