summaryrefslogtreecommitdiff
path: root/Lib/test/test_hmac.py
Commit message (Expand)AuthorAgeFilesLines
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-4/+4
* Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ fromMark Dickinson2009-01-271-1/+1
* Merged revisions 66321 via svnmerge fromBrett Cannon2008-09-091-1/+1
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-3/+3
* Merged revisions 61644,61646-61647,61649-61652,61656-61658,61663,61665,61667 ...Christian Heimes2008-03-201-4/+2
* Merged revisions 58862-58885 via svnmerge fromGuido van Rossum2007-11-061-5/+159
* Changes in anticipation of stricter str vs. bytes enforcement.Guido van Rossum2007-08-271-18/+18
* Patch by Christian Heimes to change self.assert_(x == y) intoGuido van Rossum2007-07-111-5/+5
* Make hmac use bytes. Make test_hmac pass.Guido van Rossum2007-07-101-22/+22
* Merged revisions 55631-55794 via svnmerge fromGuido van Rossum2007-06-061-5/+5
* [ sf.net patch # 1121611 ]Gregory P. Smith2005-08-211-4/+5
* Add more tests from RFC 2202.Jeremy Hylton2003-05-271-2/+55
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-011-6/+6
* Standardize behavior: no docstrings in test functions; create a singleGuido van Rossum2002-08-221-13/+19
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Use attributes appropriatelyNeal Norwitz2002-04-011-1/+1
* Whitespace normalization.Tim Peters2001-11-131-2/+1
* [Patch #477336] Add an extensive PyUnit based testsuite for the hmacAndrew M. Kuchling2001-11-021-1/+108
* Test for new hmac module.Guido van Rossum2001-09-111-0/+2