1. ebf6bb9 bpo-39991: Enhance uuid parser for MAC address (GH-19045) by Victor Stinner · 5 years ago
  2. eb886db bpo-39991: uuid._netstat_getnode() ignores IPv6 addresses (GH-19043) by Victor Stinner · 5 years ago
  3. 293dd23 Remove binding of captured exceptions when not used to reduce the chances of creating cycles (GH-17246) by Pablo Galindo · 6 years ago
  4. 0bcbfa4 bpo-28009: Fix uuid.uuid1() and uuid.get_node() on AIX (GH-8672) by Michael Felt · 6 years ago
  5. 3a1d50e bpo-28009: Fix uuid SkipUnless logic to be based on platform programs capable of introspection (GH-12777) by Michael Felt · 6 years ago
  6. f1d8e7c bpo-35701: Added __weakref__ slot to uuid.UUID (GH-11570) by David H · 7 years ago
  7. 62a68b7 bpo-31784: Use time.time_ns() in uuid.uuid1() (GH-11189) by Victor Stinner · 7 years ago
  8. 70f61b9 bpo-35202: Remove unused imports in Lib directory (GH-10450) by Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి) · 7 years ago
  9. 5475253 bpo-30977: rework code changes according to post-merge code review (GH-9106) by Tal Einat · 7 years ago
  10. 3e2b29d bpo-30977: make uuid.UUID use __slots__ (GH-9078) by Tal Einat · 7 years ago
  11. 6b273f7 bpo-32502: Discard 64-bit (and other invalid) hardware addresses (#5254) by Bo Bayles · 8 years ago
  12. e69fbb6 Fix a regression in uuid added in bpo-32107. (#4677) by Serhiy Storchaka · 8 years ago
  13. 23df2d1 bpo-32107 - Improve MAC address calculation and fix test_uuid.py (#4600) by Barry Warsaw · 8 years ago
  14. c9409f7 Revert "bpo-32107 - Better merge of #4494 (#4576)" (#4593) by Victor Stinner · 8 years ago
  15. 9522a21 bpo-32107 - Better merge of #4494 (#4576) by Barry Warsaw · 8 years ago
  16. a106aec bpo-11063, bpo-20519: avoid ctypes and improve import time for uuid (#3796) by Antoine Pitrou · 8 years ago
  17. c209b70 bpo-29925: Skip test_uuid1_safe() on OS X Tiger (#971) by Victor Stinner · 8 years ago
  18. afbb5d1 require uuid_generate_time_safe for all tests of it (#390) by Benjamin Peterson · 8 years ago
  19. 0b84325 correct check for _uuid_generate_time (#388) by Benjamin Peterson · 8 years ago
  20. 8c130d7 bpo-22807: Expose platform UUID generation safety information. (#138) by Barry Warsaw · 8 years ago
  21. 6b5e4a8 Issue #26267: Improve uuid.UUID documentation by Berker Peksag · 9 years ago
  22. e2021f2 Issue #12813: uuid.uuid4() no longer depends on ctypes by Berker Peksag · 9 years ago
  23. 0e32ea1 Issue #23015: Improved testing of the uuid module. by Serhiy Storchaka · 11 years ago
  24. 79b8173 Issue #23015: Improved testing of the uuid module. by Serhiy Storchaka · 11 years ago
  25. ac4aa7b Issue #22902: The "ip" command is now used on Linux to determine MAC address by Serhiy Storchaka · 11 years ago
  26. 57b9677 Issue #17293: uuid.getnode() now determines MAC address on AIX using netstat. by Serhiy Storchaka · 11 years ago
  27. e66bb96 Issue #17293: uuid.getnode() now determines MAC address on AIX using netstat. by Serhiy Storchaka · 11 years ago
  28. b9d0199 Issue #22637: avoid using a shell in uuid by Victor Stinner · 11 years ago
  29. cce440f Issue #19804: The test_find_mac test in test_uuid is now skipped if the by Serhiy Storchaka · 12 years ago
  30. c303cfd Skip test_find_mac on Windows (issue #19804). by Serhiy Storchaka · 12 years ago
  31. 56507c7 Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment with by Serhiy Storchaka · 12 years ago
  32. 0e547b6 Issue #18174: Fix fd leaks in tests. by Richard Oudkerk · 12 years ago
  33. 7d15b54 Issue #18094: test_uuid no more reports skipped tests as passed. by Serhiy Storchaka · 12 years ago
  34. 8f36af7 Normalize the encoding names for Latin-1 and UTF-8 to 'latin-1' and 'utf-8'. by Marc-André Lemburg · 14 years ago
  35. ac764d3 Merged revisions 80784 via svnmerge from by Ronald Oussoren · 15 years ago
  36. 6108ea8 Merged revisions 79954 via svnmerge from by Stefan Krah · 15 years ago
  37. 1d523e1 #7380: Fix some str/bytearray/bytes issues in uuid docs and implementation. by Georg Brandl · 16 years ago
  38. 046467c Followup to r75965: replace the test_uuid-specific patch with a generic fix by Antoine Pitrou · 16 years ago
  39. 1e8e5f0 Fix a refleak in test_uuid when run with -j. by Antoine Pitrou · 16 years ago
  40. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 16 years ago
  41. a56c467 Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ from by Mark Dickinson · 17 years ago
  42. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 17 years ago
  43. 89d996e Merged revisions 57778-58052 via svnmerge from by Thomas Wouters · 18 years ago
  44. 65b6a80 Make test_uuid passed. by Guido van Rossum · 18 years ago
  45. cc2b016 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; by Guido van Rossum · 18 years ago
  46. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  47. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 19 years ago
  48. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 19 years ago
  49. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 19 years ago