1. 02 Feb, 2015 2 commits
  2. 01 Feb, 2015 2 commits
  3. 27 Jan, 2015 1 commit
  4. 15 Jan, 2015 1 commit
  5. 04 Jan, 2015 2 commits
  6. 01 Jan, 2015 2 commits
  7. 30 Dec, 2014 2 commits
  8. 06 Dec, 2014 2 commits
  9. 05 Nov, 2014 2 commits
  10. 03 Nov, 2014 2 commits
  11. 19 Oct, 2014 1 commit
  12. 15 Oct, 2014 5 commits
  13. 13 Oct, 2014 1 commit
  14. 12 Oct, 2014 6 commits
  15. 04 Oct, 2014 6 commits
  16. 01 Oct, 2014 2 commits
  17. 30 Sep, 2014 1 commit
    • Georg Brandl's avatar
      Issue #19855: uuid.getnode() on Unix now looks on the PATH for the · 51c11622
      Georg Brandl authored
      executables used to find the mac address, with /sbin and /usr/sbin as
      fallbacks.
      
      Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment with
      virtual interface.  Original patch by Kent Frazier.
      
      Issue #18784: The uuid module no more attempts to load libc via ctypes.CDLL,
      if all necessary functions are already found in libuuid.
      Patch by Evgeny Sologubov.
      
      Issue #16102: Make uuid._netbios_getnode() work again on Python 3.
      51c11622