1. d6b727e bpo-40501: Replace ctypes code in uuid with native module (GH-19948) by Steve Dower · 4 years, 2 months ago
  2. ebf6bb9 bpo-39991: Enhance uuid parser for MAC address (GH-19045) by Victor Stinner · 4 years, 4 months ago
  3. eb886db bpo-39991: uuid._netstat_getnode() ignores IPv6 addresses (GH-19043) by Victor Stinner · 4 years, 4 months ago
  4. 8b6f652 bpo-39559: Remove unused, undocumented argument from uuid.getnode (GH-18369) by Shantanu · 4 years, 5 months ago
  5. 0bcbfa4 bpo-28009: Fix uuid.uuid1() and uuid.get_node() on AIX (GH-8672) by Michael Felt · 4 years, 9 months ago
  6. 7cad53e bpo-9216: Add usedforsecurity to hashlib constructors (GH-16044) by Christian Heimes · 4 years, 10 months ago
  7. 39d87b5 Fix typos mostly in comments, docs and test names (GH-15209) by Min ho Kim · 4 years, 10 months ago
  8. 3a1d50e bpo-28009: Fix uuid SkipUnless logic to be based on platform programs capable of introspection (GH-12777) by Michael Felt · 5 years ago
  9. f1d8e7c bpo-35701: Added __weakref__ slot to uuid.UUID (GH-11570) by David H · 5 years ago
  10. 62a68b7 bpo-31784: Use time.time_ns() in uuid.uuid1() (GH-11189) by Victor Stinner · 6 years ago
  11. 5475253 bpo-30977: rework code changes according to post-merge code review (GH-9106) by Tal Einat · 6 years ago
  12. 3e2b29d bpo-30977: make uuid.UUID use __slots__ (GH-9078) by Tal Einat · 6 years ago
  13. c66c342 bpo-33542: Ignore DUID in uuid.get_node on Windows. (GH-6922) by CtrlZvi · 6 years ago
  14. da6c3da bpo-32370: Use the correct encoding for ipconfig output in the uuid module. (GH-5608) by Segev Finer · 6 years ago
  15. 6b273f7 bpo-32502: Discard 64-bit (and other invalid) hardware addresses (#5254) by Bo Bayles · 6 years ago
  16. 961dbe0 bpo-32199: The getnode() ip getter now uses 'ip link' instead of 'ip link list' (GH-4696) by xdegaye · 7 years ago
  17. e69fbb6 Fix a regression in uuid added in bpo-32107. (#4677) by Serhiy Storchaka · 7 years ago
  18. 23df2d1 bpo-32107 - Improve MAC address calculation and fix test_uuid.py (#4600) by Barry Warsaw · 7 years ago
  19. c9409f7 Revert "bpo-32107 - Better merge of #4494 (#4576)" (#4593) by Victor Stinner · 7 years ago
  20. 9522a21 bpo-32107 - Better merge of #4494 (#4576) by Barry Warsaw · 7 years ago
  21. ee1a9a2 bpo-9678: Fix determining the MAC address in the uuid module. (#4264) by Serhiy Storchaka · 7 years ago
  22. 4337a0d bpo-11063: Fix _uuid module on macOS (#3855) by Victor Stinner · 7 years ago
  23. a106aec bpo-11063, bpo-20519: avoid ctypes and improve import time for uuid (#3796) by Antoine Pitrou · 7 years ago
  24. 0693063 remove IRIX support (closes bpo-31341) (#3310) by Benjamin Peterson · 7 years ago
  25. 8c130d7 bpo-22807: Expose platform UUID generation safety information. (#138) by Barry Warsaw · 7 years ago
  26. ccd047e Removed unused imports. by Serhiy Storchaka · 8 years ago
  27. d02eb8a Issue #19164: Improve exception message of uuid.UUID() by Berker Peksag · 8 years ago
  28. 788cb52 always use os.urandom for the uuid4 algorithm (closes #25515) by Benjamin Peterson · 9 years ago
  29. 71a36f7 Issue #24634: Importing uuid should not try to load libc on Windows by Steve Dower · 9 years ago
  30. ba9ac5b Issue #16261: Converted some bare except statements to except statements by Serhiy Storchaka · 9 years ago
  31. 08448a1 Issue #23326: Removed __ne__ implementations. Since fixing default __ne__ by Serhiy Storchaka · 9 years ago
  32. ac4aa7b Issue #22902: The "ip" command is now used on Linux to determine MAC address by Serhiy Storchaka · 10 years ago
  33. fc9fded Issue #19720: Suppressed context for some exceptions in importlib. by Serhiy Storchaka · 10 years ago
  34. 525d5ae Issue #17293: socket.gethostbyname() can raise an exception of FreeBSD. by Serhiy Storchaka · 10 years ago
  35. 57b9677 Issue #17293: uuid.getnode() now determines MAC address on AIX using netstat. by Serhiy Storchaka · 10 years ago
  36. e66bb96 Issue #17293: uuid.getnode() now determines MAC address on AIX using netstat. by Serhiy Storchaka · 10 years ago
  37. 3f4d59e Issue #22793, #22637: Add missing "import os" in uuid._ifconfig_getnode() by Victor Stinner · 10 years ago
  38. b9d0199 Issue #22637: avoid using a shell in uuid by Victor Stinner · 10 years ago
  39. c70386e Issue #22131: Fixed a bug in handling an error occured during reading from by Serhiy Storchaka · 10 years ago
  40. fa9be4f Issue #22131: Modernized the code of the uuid module. by Serhiy Storchaka · 10 years ago
  41. 465e60e Issue #22033: Reprs of most Python implemened classes now contain actual by Serhiy Storchaka · 10 years ago
  42. bbf18be Merge #19855: restore use of LC_ALL, not LC_MESSAGES by R David Murray · 10 years ago
  43. 4295353 #19855: restore use of LC_ALL, not LC_MESSAGES by R David Murray · 10 years ago
  44. 0ce3e9d Merge: #19855: uuid.get_node now looks on the PATH for executables on unix. by R David Murray · 11 years ago
  45. 4be1e24 #19855: uuid.get_node now looks on the PATH for executables on unix. by R David Murray · 11 years ago
  46. 822963e Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment with by Serhiy Storchaka · 11 years ago
  47. 56507c7 Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment with by Serhiy Storchaka · 11 years ago
  48. 5abf3d9 Issue #18784: The uuid module no more attempts to load libc via ctypes.CDLL, by Serhiy Storchaka · 11 years ago
  49. 016af3f Issue #18784: The uuid module no more attempts to load libc via ctypes.CDLL, by Serhiy Storchaka · 11 years ago
  50. 1221f6b utilize int.from_bytes by Philip Jenvey · 11 years ago
  51. 531381f Issue #16102: Make uuid._netbios_getnode() work again on Python 3. by Serhiy Storchaka · 11 years ago
  52. 6f50b81 Issue #16102: Make uuid._netbios_getnode() work again on Python 3. by Serhiy Storchaka · 11 years ago
  53. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
  54. 605a62d Issue #15118: Change return value of os.uname() and os.times() from by Larry Hastings · 12 years ago
  55. 69cd87b Shift the pipe-using code into an else block, then close the pipe by Brian Curtin · 14 years ago
  56. bf07571 Fix ResourceWarning for unclosed files (from os.popen) by Brian Curtin · 14 years ago
  57. 0f377a5 Merged revisions 82276 via svnmerge from by Ronald Oussoren · 14 years ago
  58. ac764d3 Merged revisions 80784 via svnmerge from by Ronald Oussoren · 14 years ago
  59. 1d523e1 #7380: Fix some str/bytearray/bytes issues in uuid docs and implementation. by Georg Brandl · 15 years ago
  60. b0c2916 Merged revisions 67295,67301-67302,67318,67330,67342-67343 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  61. 254348e Rename buffer -> bytearray. by Guido van Rossum · 17 years ago
  62. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  63. 37410aa Make uuid.py thread-safe. Fix by Yuri Ginsburg. by Guido van Rossum · 17 years ago
  64. fb56d8f Fix test_uuid.py. Add a note that this module is thread-unsafe. :-( by Guido van Rossum · 17 years ago
  65. 5ed033b Change hashlib to return bytes from digest() instead of str8. by Guido van Rossum · 17 years ago
  66. 65b6a80 Make test_uuid passed. by Guido van Rossum · 17 years ago
  67. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  68. a8add0e Merged revisions 55270-55324 via svnmerge from by Guido van Rossum · 17 years ago
  69. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 17 years ago
  70. 47b9ff6 Restructure comparison dramatically. There is no longer a default by Guido van Rossum · 18 years ago
  71. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  72. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago