1. 605a62d Issue #15118: Change return value of os.uname() and os.times() from by Larry Hastings · 12 years ago
  2. 69cd87b Shift the pipe-using code into an else block, then close the pipe by Brian Curtin · 14 years ago
  3. bf07571 Fix ResourceWarning for unclosed files (from os.popen) by Brian Curtin · 14 years ago
  4. 0f377a5 Merged revisions 82276 via svnmerge from by Ronald Oussoren · 14 years ago
  5. ac764d3 Merged revisions 80784 via svnmerge from by Ronald Oussoren · 14 years ago
  6. 1d523e1 #7380: Fix some str/bytearray/bytes issues in uuid docs and implementation. by Georg Brandl · 15 years ago
  7. b0c2916 Merged revisions 67295,67301-67302,67318,67330,67342-67343 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  8. 254348e Rename buffer -> bytearray. by Guido van Rossum · 17 years ago
  9. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  10. 37410aa Make uuid.py thread-safe. Fix by Yuri Ginsburg. by Guido van Rossum · 17 years ago
  11. fb56d8f Fix test_uuid.py. Add a note that this module is thread-unsafe. :-( by Guido van Rossum · 17 years ago
  12. 5ed033b Change hashlib to return bytes from digest() instead of str8. by Guido van Rossum · 17 years ago
  13. 65b6a80 Make test_uuid passed. by Guido van Rossum · 17 years ago
  14. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  15. a8add0e Merged revisions 55270-55324 via svnmerge from by Guido van Rossum · 17 years ago
  16. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
  17. 47b9ff6 Restructure comparison dramatically. There is no longer a default by Guido van Rossum · 18 years ago
  18. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  19. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago