the end of the 2.7 branch
  1. d919c60 [2.7] bpo-32502: Discard 64-bit (and other invalid) hardware addresses (GH-9125) by Chih-Hsuan Yen · 7 years ago
  2. ea9a0994 [2.7] bpo-33542: Ignore DUID in uuid.get_node on Windows. (GH-6922) (GH-7015) by Serhiy Storchaka · 7 years ago
  3. f72ad2d [2.7] bpo-9678: Fix determining the MAC address in the uuid module. (GH-4264) (#4270) by Serhiy Storchaka · 8 years ago
  4. 09ba984 always use os.urandom for the uuid4 algorithm (closes #25515) by Benjamin Peterson · 10 years ago
  5. 1485054 Issue #24634: Importing uuid should not try to load libc on Windows by Steve Dower · 10 years ago
  6. 138ec8c Issue #17293: socket.gethostbyname() can raise an exception of FreeBSD. by Serhiy Storchaka · 11 years ago
  7. 4535b11 Issue #17293: uuid.getnode() now determines MAC address on AIX using netstat. by Serhiy Storchaka · 11 years ago
  8. 9bc3d98 Issue #22131: Fixed a bug in handling an error occured during reading from by Serhiy Storchaka · 11 years ago
  9. b8e18af #19855: restore use of LC_ALL, not LC_MESSAGES by R David Murray · 12 years ago
  10. 1516039 #19855: uuid.get_node now looks on the PATH for executables on unix. by R David Murray · 12 years ago
  11. 6d9d30d Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment with by Serhiy Storchaka · 12 years ago
  12. b06f536 Issue #18784: The uuid module no more attempts to load libc via ctypes.CDLL, by Serhiy Storchaka · 12 years ago
  13. be80ab4 Merged revisions 86192 via svnmerge from by Brian Curtin · 15 years ago
  14. c89b734 Merged revisions 86009 via svnmerge from by Brian Curtin · 15 years ago
  15. 76002c8 The uuid library on OSX 10.5 seems to contain the same bug as the one by Ronald Oussoren · 15 years ago
  16. 3320696 The C function used by uuid.uuid4 is broken on by Ronald Oussoren · 15 years ago
  17. 04437eb Fix py3k warnings in the uuid module by Antoine Pitrou · 16 years ago
  18. d429417 #4363: Let uuid.uuid1() and uuid.uuid4() run even if the ctypes module is not present. by Amaury Forgeot d'Arc · 17 years ago
  19. 8ec5754 uuid creation is now threadsafe, backport from py3k rev. 57375. by Georg Brandl · 18 years ago
  20. c2aa09a Have the sha module raise a DeprecationWarning as specified in PEP 4. by Brett Cannon · 18 years ago
  21. 7eec217 Have md5 raise a DeprecationWarning as per PEP 4. by Brett Cannon · 18 years ago
  22. 2eb8c4f Bug #1541863: uuid.uuid1 failed to generate unique identifiers by Martin v. Löwis · 19 years ago
  23. b1cb56a Update code and tests to support the 'bytes_le' attribute (for by Ka-Ping Yee · 19 years ago
  24. 175001d If the executable doesn't exist, there's no reason to try to start it. by Neal Norwitz · 19 years ago
  25. 46fc6a0 Try to find the MAC addr on various flavours of Unix. This seems hopeless. by Neal Norwitz · 19 years ago
  26. 750c442 Live with that "the hardware address" is an ill-defined by Tim Peters · 19 years ago
  27. 75a832d Make uuid test suite pass on this box by requesting output with LC_ALL=C. by Georg Brandl · 19 years ago
  28. 3dbc891 Remove Python 2.3 compatibility comment. by Ka-Ping Yee · 19 years ago
  29. 2adc626 Added missing svn:eol-style property to text files. by Tim Peters · 19 years ago
  30. edd66fa Whitespace normalization. by Tim Peters · 19 years ago
  31. f9eb82f Add the uuid module. by Ka-Ping Yee · 19 years ago