1. c3741a0 Issue #23015: Improved testing of the uuid module. by Serhiy Storchaka · 10 years ago
  2. 4535b11 Issue #17293: uuid.getnode() now determines MAC address on AIX using netstat. by Serhiy Storchaka · 10 years ago
  3. 0f11d0f Issue #19804: The test_find_mac test in test_uuid is now skipped if the by Serhiy Storchaka · 11 years ago
  4. cf6a3e2 Skip test_find_mac on Windows (issue #19804). by Serhiy Storchaka · 11 years ago
  5. 6d9d30d Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment with by Serhiy Storchaka · 11 years ago
  6. 045e457 Issue #18174: Fix fd leaks in tests. by Richard Oudkerk · 11 years ago
  7. 95787fd Issue #18094: test_uuid no more reports skipped tests as passed. by Serhiy Storchaka · 11 years ago
  8. 91165c0 Force exit using os._exit instead of sys.exit, by Ronald Oussoren · 15 years ago
  9. 3320696 The C function used by uuid.uuid4 is broken on by Ronald Oussoren · 15 years ago
  10. a185839 Fix for issues #3581, #1481 and #7650: by Stefan Krah · 15 years ago
  11. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 15 years ago
  12. 68a6da9 Make uuid1 and uuid4 tests conditional on whether ctypes can be imported; by Brett Cannon · 17 years ago
  13. 2eb8c4f Bug #1541863: uuid.uuid1 failed to generate unique identifiers by Martin v. Löwis · 18 years ago
  14. b1cb56a Update code and tests to support the 'bytes_le' attribute (for by Ka-Ping Yee · 18 years ago
  15. da9face Whitespace normalization. by Tim Peters · 18 years ago
  16. b5a701b Disable test_getnode too, since this is also unreliable. by Neal Norwitz · 18 years ago
  17. 2fde3bd Disable these tests until they are reliable across platforms. by Neal Norwitz · 18 years ago
  18. 750c442 Live with that "the hardware address" is an ill-defined by Tim Peters · 18 years ago
  19. 08310d6 check_node(): stop spraying mystery output to stderr. by Tim Peters · 18 years ago
  20. 75a832d Make uuid test suite pass on this box by requesting output with LC_ALL=C. by Georg Brandl · 18 years ago
  21. f102fc5 Add test_main() methods. These three tests were never run by regrtest.py. by Georg Brandl · 18 years ago
  22. 2adc626 Added missing svn:eol-style property to text files. by Tim Peters · 18 years ago
  23. edd66fa Whitespace normalization. by Tim Peters · 18 years ago
  24. f9eb82f Add the uuid module. by Ka-Ping Yee · 18 years ago