index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_hmac.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #19758: silence PendingDeprecationWarnings in test_hmac
Christian Heimes
2013-11-24
1
-14/+33
*
Issue #18775: Add name and block_size attribute to HMAC object. They now
Christian Heimes
2013-11-20
1
-6/+29
*
Issue #17276: MD5 as default digestmod for HMAC is deprecated. The HMAC
Christian Heimes
2013-11-20
1
-6/+21
*
Issue 18240: The HMAC module is no longer restricted to bytes and accepts
Christian Heimes
2013-07-01
1
-0/+14
*
Issue #15225: improve error message when hmac is passed a wrong key type.
Antoine Pitrou
2012-06-30
1
-0/+12
*
Issue #15061: Re-implemented hmac.compare_digest() in C
Christian Heimes
2012-06-24
1
-5/+76
*
Issue #15061: Don't oversell the capabilities of the new non-shortcircuiting ...
Nick Coghlan
2012-06-15
1
-21/+23
*
Issue #14532: Add a secure_compare() helper to the hmac module, to mitigate
Charles-François Natali
2012-05-13
1
-1/+37
*
(partially)
Florent Xicluna
2010-04-02
1
-8/+2
*
convert old fail* assertions to assert*
Benjamin Peterson
2009-06-30
1
-4/+4
*
Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ from
Mark Dickinson
2009-01-27
1
-1/+1
*
Merged revisions 66321 via svnmerge from
Brett Cannon
2008-09-09
1
-1/+1
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
1
-3/+3
*
Merged revisions 61644,61646-61647,61649-61652,61656-61658,61663,61665,61667 ...
Christian Heimes
2008-03-20
1
-4/+2
*
Merged revisions 58862-58885 via svnmerge from
Guido van Rossum
2007-11-06
1
-5/+159
*
Changes in anticipation of stricter str vs. bytes enforcement.
Guido van Rossum
2007-08-27
1
-18/+18
*
Patch by Christian Heimes to change self.assert_(x == y) into
Guido van Rossum
2007-07-11
1
-5/+5
*
Make hmac use bytes. Make test_hmac pass.
Guido van Rossum
2007-07-10
1
-22/+22
*
Merged revisions 55631-55794 via svnmerge from
Guido van Rossum
2007-06-06
1
-5/+5
*
[ sf.net patch # 1121611 ]
Gregory P. Smith
2005-08-21
1
-4/+5
*
Add more tests from RFC 2202.
Jeremy Hylton
2003-05-27
1
-2/+55
*
Combine the functionality of test_support.run_unittest()
Walter Dörwald
2003-05-01
1
-6/+6
*
Standardize behavior: no docstrings in test functions; create a single
Guido van Rossum
2002-08-22
1
-13/+19
*
Get rid of relative imports in all unittests. Now anything that
Barry Warsaw
2002-07-23
1
-1/+1
*
Use attributes appropriately
Neal Norwitz
2002-04-01
1
-1/+1
*
Whitespace normalization.
Tim Peters
2001-11-13
1
-2/+1
*
[Patch #477336] Add an extensive PyUnit based testsuite for the hmac
Andrew M. Kuchling
2001-11-02
1
-1/+108
*
Test for new hmac module.
Guido van Rossum
2001-09-11
1
-0/+2