1. 04437eb Fix py3k warnings in the uuid module by Antoine Pitrou · 15 years ago
  2. d429417 #4363: Let uuid.uuid1() and uuid.uuid4() run even if the ctypes module is not present. by Amaury Forgeot d'Arc · 16 years ago
  3. 8ec5754 uuid creation is now threadsafe, backport from py3k rev. 57375. by Georg Brandl · 17 years ago
  4. c2aa09a Have the sha module raise a DeprecationWarning as specified in PEP 4. by Brett Cannon · 17 years ago
  5. 7eec217 Have md5 raise a DeprecationWarning as per PEP 4. by Brett Cannon · 17 years ago
  6. 2eb8c4f Bug #1541863: uuid.uuid1 failed to generate unique identifiers by Martin v. Löwis · 18 years ago
  7. b1cb56a Update code and tests to support the 'bytes_le' attribute (for by Ka-Ping Yee · 18 years ago
  8. 175001d If the executable doesn't exist, there's no reason to try to start it. by Neal Norwitz · 18 years ago
  9. 46fc6a0 Try to find the MAC addr on various flavours of Unix. This seems hopeless. by Neal Norwitz · 18 years ago
  10. 750c442 Live with that "the hardware address" is an ill-defined by Tim Peters · 18 years ago
  11. 75a832d Make uuid test suite pass on this box by requesting output with LC_ALL=C. by Georg Brandl · 18 years ago
  12. 3dbc891 Remove Python 2.3 compatibility comment. by Ka-Ping Yee · 18 years ago
  13. 2adc626 Added missing svn:eol-style property to text files. by Tim Peters · 18 years ago
  14. edd66fa Whitespace normalization. by Tim Peters · 18 years ago
  15. f9eb82f Add the uuid module. by Ka-Ping Yee · 18 years ago