1. d7ae299 Fix test_hashlib with the bigmem option by Antoine Pitrou · 14 years ago
  2. 13b5529 hashlib has two new constant attributes: algorithms_guaranteed and by Gregory P. Smith · 14 years ago
  3. 45df820 Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from by Victor Stinner · 14 years ago
  4. 1b37e87 Merged revisions 78093 via svnmerge from by Georg Brandl · 14 years ago
  5. 86508cc Merged revisions 78528 via svnmerge from by Gregory P. Smith · 14 years ago
  6. a28e702 Merged revisions 77185-77188,77262,77313,77317,77331-77333,77337-77338 via svnmerge from by Benjamin Peterson · 15 years ago
  7. 46a9900 Merged revisions 77209,77229,77359-77360,77371 via svnmerge from by Benjamin Peterson · 15 years ago
  8. b04ded4 Also fixes test_hashlib for the different extension module names in py3k. by Gregory P. Smith · 15 years ago
  9. cd54e54 Merged revisions 77257 via svnmerge from by Gregory P. Smith · 15 years ago
  10. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  11. fa0d703 Merged revisions 72506,72525-72526,72551,72558,72616,72654-72655,72689,72745,72750,72802,72812,72822,72824,72826-72827,72833,72876,72890,72923,72946,73026,73042,73045,73047,73065,73068-73069 via svnmerge from by Benjamin Peterson · 15 years ago
  12. 3f61d61 Merge refactoring I did when committing r72267 to trunk into the by Gregory P. Smith · 15 years ago
  13. 365a186 Fixes Issue #3745: Fix hashlib to always reject unicode and non by Gregory P. Smith · 16 years ago
  14. bcd5cbe Issue #4751: hashlib now releases the GIL when hashing large buffers by Antoine Pitrou · 16 years ago
  15. 78cb491 Merged revisions 66496 via svnmerge from by Benjamin Peterson · 16 years ago
  16. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  17. c411918 email address update by Gregory P. Smith · 17 years ago
  18. e22905a More changes needed to make things work once bytes and str are truly divorced. by Guido van Rossum · 17 years ago
  19. 558ca84 Fix test_hashlib regression caused by my fixing hexdigest() to return by Guido van Rossum · 17 years ago
  20. 5ed033b Change hashlib to return bytes from digest() instead of str8. by Guido van Rossum · 17 years ago
  21. f21a5f7 [ sf.net patch # 1121611 ] by Gregory P. Smith · 19 years ago