1. ccd047e Removed unused imports. by Serhiy Storchaka · 8 years ago
  2. d02eb8a Issue #19164: Improve exception message of uuid.UUID() by Berker Peksag · 8 years ago
  3. 788cb52 always use os.urandom for the uuid4 algorithm (closes #25515) by Benjamin Peterson · 9 years ago
  4. 71a36f7 Issue #24634: Importing uuid should not try to load libc on Windows by Steve Dower · 9 years ago
  5. ba9ac5b Issue #16261: Converted some bare except statements to except statements by Serhiy Storchaka · 9 years ago
  6. 08448a1 Issue #23326: Removed __ne__ implementations. Since fixing default __ne__ by Serhiy Storchaka · 9 years ago
  7. ac4aa7b Issue #22902: The "ip" command is now used on Linux to determine MAC address by Serhiy Storchaka · 10 years ago
  8. fc9fded Issue #19720: Suppressed context for some exceptions in importlib. by Serhiy Storchaka · 10 years ago
  9. 525d5ae Issue #17293: socket.gethostbyname() can raise an exception of FreeBSD. by Serhiy Storchaka · 10 years ago
  10. 57b9677 Issue #17293: uuid.getnode() now determines MAC address on AIX using netstat. by Serhiy Storchaka · 10 years ago
  11. e66bb96 Issue #17293: uuid.getnode() now determines MAC address on AIX using netstat. by Serhiy Storchaka · 10 years ago
  12. 3f4d59e Issue #22793, #22637: Add missing "import os" in uuid._ifconfig_getnode() by Victor Stinner · 10 years ago
  13. b9d0199 Issue #22637: avoid using a shell in uuid by Victor Stinner · 10 years ago
  14. c70386e Issue #22131: Fixed a bug in handling an error occured during reading from by Serhiy Storchaka · 10 years ago
  15. fa9be4f Issue #22131: Modernized the code of the uuid module. by Serhiy Storchaka · 10 years ago
  16. 465e60e Issue #22033: Reprs of most Python implemened classes now contain actual by Serhiy Storchaka · 10 years ago
  17. bbf18be Merge #19855: restore use of LC_ALL, not LC_MESSAGES by R David Murray · 10 years ago
  18. 4295353 #19855: restore use of LC_ALL, not LC_MESSAGES by R David Murray · 10 years ago
  19. 0ce3e9d Merge: #19855: uuid.get_node now looks on the PATH for executables on unix. by R David Murray · 10 years ago
  20. 4be1e24 #19855: uuid.get_node now looks on the PATH for executables on unix. by R David Murray · 10 years ago
  21. 822963e Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment with by Serhiy Storchaka · 11 years ago
  22. 56507c7 Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment with by Serhiy Storchaka · 11 years ago
  23. 5abf3d9 Issue #18784: The uuid module no more attempts to load libc via ctypes.CDLL, by Serhiy Storchaka · 11 years ago
  24. 016af3f Issue #18784: The uuid module no more attempts to load libc via ctypes.CDLL, by Serhiy Storchaka · 11 years ago
  25. 1221f6b utilize int.from_bytes by Philip Jenvey · 11 years ago
  26. 531381f Issue #16102: Make uuid._netbios_getnode() work again on Python 3. by Serhiy Storchaka · 11 years ago
  27. 6f50b81 Issue #16102: Make uuid._netbios_getnode() work again on Python 3. by Serhiy Storchaka · 11 years ago
  28. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 11 years ago
  29. 605a62d Issue #15118: Change return value of os.uname() and os.times() from by Larry Hastings · 12 years ago
  30. 69cd87b Shift the pipe-using code into an else block, then close the pipe by Brian Curtin · 14 years ago
  31. bf07571 Fix ResourceWarning for unclosed files (from os.popen) by Brian Curtin · 14 years ago
  32. 0f377a5 Merged revisions 82276 via svnmerge from by Ronald Oussoren · 14 years ago
  33. ac764d3 Merged revisions 80784 via svnmerge from by Ronald Oussoren · 14 years ago
  34. 1d523e1 #7380: Fix some str/bytearray/bytes issues in uuid docs and implementation. by Georg Brandl · 14 years ago
  35. b0c2916 Merged revisions 67295,67301-67302,67318,67330,67342-67343 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  36. 254348e Rename buffer -> bytearray. by Guido van Rossum · 17 years ago
  37. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  38. 37410aa Make uuid.py thread-safe. Fix by Yuri Ginsburg. by Guido van Rossum · 17 years ago
  39. fb56d8f Fix test_uuid.py. Add a note that this module is thread-unsafe. :-( by Guido van Rossum · 17 years ago
  40. 5ed033b Change hashlib to return bytes from digest() instead of str8. by Guido van Rossum · 17 years ago
  41. 65b6a80 Make test_uuid passed. by Guido van Rossum · 17 years ago
  42. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  43. a8add0e Merged revisions 55270-55324 via svnmerge from by Guido van Rossum · 17 years ago
  44. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 17 years ago
  45. 47b9ff6 Restructure comparison dramatically. There is no longer a default by Guido van Rossum · 18 years ago
  46. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  47. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago