Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |