summaryrefslogtreecommitdiff
path: root/Modules/_uuidmodule.c
Commit message (Expand)AuthorAgeFilesLines
* bpo-32627: Fix compile error when conflicting `_uuid` headers included (GH-11...Miss Islington (bot)2019-07-011-3/+6
* bpo-32493: Fix uuid.uuid1() on FreeBSD. (GH-7099)Miss Islington (bot)2018-05-241-1/+8
* bpo-32493: Not only AIX, but FreeBSD has uuid_create support (#5089)David Carlier2018-01-091-4/+1
* bpo-32399: Starting with AIX6.1 there is support in libc.a for uuid (RFC4122)...Michael Felt2017-12-301-6/+17
* bpo-11063: Add a configure check for uuid_generate_time_safe (GH-4287)Berker Peksag2017-11-081-9/+2
* bpo-11063: Fix _uuid module on macOS (#3855)Victor Stinner2017-10-021-1/+29
* bpo-11063, bpo-20519: avoid ctypes and improve import time for uuid (#3796)Antoine Pitrou2017-09-281-0/+35