[issue18775] name attribute for HMAC

2014-03-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset dde3fb877b07 by R David Murray in branch 'default': whatsnew: hmac conforms to pep 247. (#18775) http://hg.python.org/cpython/rev/dde3fb877b07 -- ___ Python tracker rep...@bugs.python.org

[issue18775] name attribute for HMAC

2013-11-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset 71f4a805d262 by Christian Heimes in branch 'default': Issue #18775: Add name and block_size attribute to HMAC object. They now http://hg.python.org/cpython/rev/71f4a805d262 -- nosy: +python-dev ___

[issue18775] name attribute for HMAC

2013-11-20 Thread Christian Heimes
Changes by Christian Heimes li...@cheimes.de: -- resolution: - fixed stage: patch review - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18775 ___

[issue18775] name attribute for HMAC

2013-11-17 Thread Christian Heimes
Changes by Christian Heimes li...@cheimes.de: -- assignee: - christian.heimes ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18775 ___ ___

[issue18775] name attribute for HMAC

2013-10-21 Thread Christian Heimes
Christian Heimes added the comment: I'm going to commit the patch this week. Speak now or forever hold your peace... -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18775 ___

[issue18775] name attribute for HMAC

2013-08-18 Thread Christian Heimes
New submission from Christian Heimes: In issue #18532 name attribute was officially documented and tested for hashing objects. PEP 247 considers HMAC as keyed hashing algorithm. Therefore I suggest that HMAC object should provide the same interface. It's a bit unfortunate that HMAC has a