1. 5d1155c Closes #13258: Use callable() built-in in the standard library. by Florent Xicluna · 13 years ago
  2. 0cc7444 speed hack can be implemented more cleanly by directly calling __new__ by Benjamin Peterson · 14 years ago
  3. bf6f31b use blank object instead by Benjamin Peterson · 14 years ago
  4. c3f810f remove outdated comment by Benjamin Peterson · 14 years ago
  5. a351f77 Fixed failing unit tests due to str/bytes mismatch. by Alexandre Vassalotti · 16 years ago
  6. a19f80c Merged revisions 58862-58885 via svnmerge from by Guido van Rossum · 17 years ago
  7. 39478e8 Changes in anticipation of stricter str vs. bytes enforcement. by Guido van Rossum · 17 years ago
  8. 3f42908 Make hmac use bytes. Make test_hmac pass. by Guido van Rossum · 17 years ago
  9. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
  10. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  11. 902d6eb Merged revisions 53005-53303 via svnmerge from by Thomas Wouters · 18 years ago
  12. f21a5f7 [ sf.net patch # 1121611 ] by Gregory P. Smith · 19 years ago
  13. 934d31b Speed HMAC.copy() by installing a secret backdoor argument to by Tim Peters · 20 years ago
  14. 65230a2 Remove uses of the string and types modules: by Walter Dörwald · 22 years ago
  15. 094662a Replace boolean test with is None by Raymond Hettinger · 22 years ago
  16. 7fdfc2d Replace '== None' with 'is None' by Raymond Hettinger · 22 years ago
  17. 8876848 Whitespace normalization. by Tim Peters · 23 years ago
  18. 1ccdff9 [Patch #477336] Make hmac.py match PEP247, and fix the copy method() so that by Andrew M. Kuchling · 23 years ago
  19. b64bec3 Whitespace normalization. by Tim Peters · 23 years ago
  20. 8ceef41 HMAC algorithm as described by RFC 2104, by Gerhard Häring (SF patch #460112). by Guido van Rossum · 23 years ago