1. d6b727e bpo-40501: Replace ctypes code in uuid with native module (GH-19948) by Steve Dower · 4 years, 3 months ago
  2. 1cb763b bpo-1635741: Port _uuid module to multiphase initialization (GH-19242) by Dong-hee Na · 4 years, 4 months ago
  3. 6ffd9b0 bpo-32627: Fix compile error when conflicting `_uuid` headers included (GH-11751) by ziheng · 5 years ago
  4. 17d8830 bpo-32493: Fix uuid.uuid1() on FreeBSD. (GH-7099) by Serhiy Storchaka · 6 years ago
  5. 55edd0c bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030) by Siddhesh Poyarekar · 6 years ago
  6. b4ebaa7 bpo-32493: Not only AIX, but FreeBSD has uuid_create support (#5089) by David Carlier · 7 years ago
  7. 0d3ccb4 bpo-32399: Starting with AIX6.1 there is support in libc.a for uuid (RFC4122) (#4974) by Michael Felt · 7 years ago
  8. 9a10ff4 bpo-11063: Add a configure check for uuid_generate_time_safe (GH-4287) by Berker Peksag · 7 years ago
  9. 4337a0d bpo-11063: Fix _uuid module on macOS (#3855) by Victor Stinner · 7 years ago
  10. a106aec bpo-11063, bpo-20519: avoid ctypes and improve import time for uuid (#3796) by Antoine Pitrou · 7 years ago