[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
http://bugs.python.org/issue18775
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18775
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 blocksize attribute for the default 
blocksize but the API defines a block_size attribute.

--
components: Library (Lib)
files: hmac_name.patch
keywords: patch
messages: 195570
nosy: christian.heimes, gregory.p.smith, jason.coombs
priority: normal
severity: normal
stage: patch review
status: open
title: name attribute for HMAC
type: enhancement
versions: Python 3.4
Added file: http://bugs.python.org/file31360/hmac_name.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue18775
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com