Final head of the former 3.3 branch
  1. 4295353 #19855: restore use of LC_ALL, not LC_MESSAGES by R David Murray · 12 years ago
  2. 4be1e24 #19855: uuid.get_node now looks on the PATH for executables on unix. by R David Murray · 12 years ago
  3. 56507c7 Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment with by Serhiy Storchaka · 12 years ago
  4. 016af3f Issue #18784: The uuid module no more attempts to load libc via ctypes.CDLL, by Serhiy Storchaka · 12 years ago
  5. 6f50b81 Issue #16102: Make uuid._netbios_getnode() work again on Python 3. by Serhiy Storchaka · 12 years ago
  6. 605a62d Issue #15118: Change return value of os.uname() and os.times() from by Larry Hastings · 13 years ago
  7. 69cd87b Shift the pipe-using code into an else block, then close the pipe by Brian Curtin · 15 years ago
  8. bf07571 Fix ResourceWarning for unclosed files (from os.popen) by Brian Curtin · 15 years ago
  9. 0f377a5 Merged revisions 82276 via svnmerge from by Ronald Oussoren · 15 years ago
  10. ac764d3 Merged revisions 80784 via svnmerge from by Ronald Oussoren · 15 years ago
  11. 1d523e1 #7380: Fix some str/bytearray/bytes issues in uuid docs and implementation. by Georg Brandl · 16 years ago
  12. b0c2916 Merged revisions 67295,67301-67302,67318,67330,67342-67343 via svnmerge from by Amaury Forgeot d'Arc · 17 years ago
  13. 254348e Rename buffer -> bytearray. by Guido van Rossum · 18 years ago
  14. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 18 years ago
  15. 37410aa Make uuid.py thread-safe. Fix by Yuri Ginsburg. by Guido van Rossum · 18 years ago
  16. fb56d8f Fix test_uuid.py. Add a note that this module is thread-unsafe. :-( by Guido van Rossum · 18 years ago
  17. 5ed033b Change hashlib to return bytes from digest() instead of str8. by Guido van Rossum · 18 years ago
  18. 65b6a80 Make test_uuid passed. by Guido van Rossum · 18 years ago
  19. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 18 years ago
  20. a8add0e Merged revisions 55270-55324 via svnmerge from by Guido van Rossum · 18 years ago
  21. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 19 years ago
  22. 47b9ff6 Restructure comparison dramatically. There is no longer a default by Guido van Rossum · 19 years ago
  23. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 19 years ago
  24. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 19 years ago