Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
9f8621fa7d3562f472b6a16854df51bfb3fdbd5f
/
Lib
/
test
/
test_hashlib.py
3fb774e
Closes #15910: MD5 and SHA1 crash when "updated" with strings bigger than 2**32 bytes
by Jesus Cea
· 13 years ago
03a9d2a
Closes #15908: SHA1 crashes in 64 bits when the string to hash is bigger than 2**32 bytes
by Jesus Cea
· 13 years ago
b9e9e0d
Consistently raise a TypeError when a non str is passed to hashlib.new
by Gregory P. Smith
· 13 years ago
d958cc9
Issue #15219: Fix a reference leak when hashlib.new() is called with
by Amaury Forgeot d'Arc
· 13 years ago
fb1d60c
Fixes Issue #12059: Properly handle missing hash functions even when
by Gregory P. Smith
· 14 years ago
fd8ea99
Issue #7449, part 6: fix test_hashlib for missing threading module
by Victor Stinner
· 15 years ago
e6390a1
Adds the hashlib.algorithms attribute. See issue7418.
by Gregory P. Smith
· 15 years ago
a4f46e1
Remove unused imports in test modules.
by Georg Brandl
· 16 years ago
8926108
Revert debugprint code in r77607.
by Gregory P. Smith
· 16 years ago
8f6f426
Add a pydebug mode only debug print to help debug the errors in
by Gregory P. Smith
· 16 years ago
2b6e4bc
add a test about hashing array.array
by Benjamin Peterson
· 16 years ago
6dcdcde
Import all implementations of the hash algorithms (OpenSSL & builtin) and run
by Gregory P. Smith
· 16 years ago
443ec68
Issue #3745: Undo the requirement for new buffer API only objects to be passed
by Gregory P. Smith
· 16 years ago
8cdc9bc
More yearly updates.
by Georg Brandl
· 16 years ago
5c8da86
convert usage of fail* to assert*
by Benjamin Peterson
· 16 years ago
0db3cd6
a useful decorator for cleaning up threads
by Benjamin Peterson
· 16 years ago
92d102b
prevent refleaks from threads
by Benjamin Peterson
· 16 years ago
d02eeda
Issue #4751: For hashlib algorithms provided by OpenSSL, the Python
by Gregory P. Smith
· 16 years ago
ea38826
- Issue #3745: Fix hashlib to always reject unicode and non buffer-api
by Gregory P. Smith
· 16 years ago
8c2b7dc
fix possible integer overflows in _hashopenssl #3886
by Benjamin Peterson
· 17 years ago
f805785
email address update
by Gregory P. Smith
· 18 years ago
f21a5f7
[ sf.net patch # 1121611 ]
by Gregory P. Smith
· 20 years ago