| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | convert usage of fail* to assert* | Benjamin Peterson | 2009-06-30 | 1 | -2/+2 |
| | | |||||
| * | a useful decorator for cleaning up threads | Benjamin Peterson | 2009-05-14 | 1 | -7/+2 |
| | | |||||
| * | prevent refleaks from threads | Benjamin Peterson | 2009-05-14 | 1 | -1/+5 |
| | | |||||
| * | Issue #4751: For hashlib algorithms provided by OpenSSL, the Python | Gregory P. Smith | 2009-05-04 | 1 | -3/+46 |
| | | | | | GIL is now released during computation on data lengths >= 2048 bytes. | ||||
| * | - Issue #3745: Fix hashlib to always reject unicode and non buffer-api | Gregory P. Smith | 2009-02-13 | 1 | -3/+18 |
| | | | | | | | supporting objects as input no matter how it was compiled (built in implementations or external openssl library). (backported from a py3k branch) | ||||
| * | fix possible integer overflows in _hashopenssl #3886 | Benjamin Peterson | 2008-09-18 | 1 | -2/+16 |
| | | |||||
| * | email address update | Gregory P. Smith | 2007-09-09 | 1 | -1/+1 |
| | | |||||
| * | [ sf.net patch # 1121611 ] | Gregory P. Smith | 2005-08-21 | 1 | -0/+191 |
| A new hashlib module to replace the md5 and sha modules. It adds support for additional secure hashes such as SHA-256 and SHA-512. The hashlib module uses OpenSSL for fast platform optimized implementations of algorithms when available. The old md5 and sha modules still exist as wrappers around hashlib to preserve backwards compatibility. | |||||
