Changes by Wade :
--
nosy: +WadeC
___
Python tracker
<http://bugs.python.org/issue8106>
___
___
Python-bugs-list mailing list
Unsubscribe:
http://mail.pyth
Change by Wade Carpenter :
--
nosy: +arwade
___
Python tracker
<https://bugs.python.org/issue46292>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Wade Sanchez :
--
type: -> resource usage
___
Python tracker
<https://bugs.python.org/issue40334>
___
___
Python-bugs-list mailing list
Unsubscrib
Wade Tattersall added the comment:
Any chance this patch could be applied to version 2.7? It's still an issue in
2.7.3, even though a suitable patch was supplied 3 years ago.
I understand that it's fixed in python3, but for us poor maintainers of ancient
code, it would be conven
New submission from Tyler Wade:
On Mac OSX, struct.unpack incorrectly handles bools.
Python 3.4.1 (default, May 19 2014, 13:10:29)
[GCC 4.2.1 Compatible Apple LLVM 5.1 (clang-503.0.40)] on darwin
Type "help", "copyright", "credits" or "license"
New submission from Iain Wade :
Test vectors are in the following draft rfc:
http://tools.ietf.org/html/draft-nystrom-smime-hmac-sha
The problem is that hmac.py has a hard-coded block size of 64, while
SHA-384 and SHA-512 have a 128-byte block size.
Suggested fix is either:
a/ have the
Iain Wade added the comment:
d'oh, I should have checked HEAD before submitting the bug.
I am running 2.5.1 on OSX, the fix seems to be in 2.5.2 and above.
Thanks, and sorry for wasting your time.
--
status: open -> closed
___
Python
Wade Hedrick added the comment:
I had the same problem when trying to install 3.5 with Windows 10. I got the
same results as Felipe has listed in the post from 9/16.
--
nosy: +WadeH
type: behavior ->
___
Python tracker
<http://bugs.pyth