index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
_hashopenssl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
PEP 466: backport hashlib algorithm constants (closes #21307)
Benjamin Peterson
2014-08-28
1
-1/+65
*
backport hashlib.pbkdf2_hmac per PEP 466 (closes #21304)
Benjamin Peterson
2014-05-31
1
-0/+225
*
In the _hashlib module, only initialize the static data for OpenSSL's
Gregory P. Smith
2013-02-02
1
-5/+8
*
Issue #15219: Fix a reference leak when hashlib.new() is called with
Amaury Forgeot d'Arc
2012-06-28
1
-0/+1
*
Untabify C files. Will watch buildbots.
Antoine Pitrou
2010-05-09
1
-30/+30
*
Do not compile stubs for the sha2 series hashes in the openssl hashlib
Gregory P. Smith
2010-01-19
1
-0/+12
*
Issue #3745: Undo the requirement for new buffer API only objects to be passed
Gregory P. Smith
2010-01-02
1
-46/+23
*
More yearly updates.
Georg Brandl
2010-01-01
1
-1/+1
*
cleanup applied patch to match style that is already in py3k branch.
Gregory P. Smith
2009-05-04
1
-15/+8
*
Issue #4751: For hashlib algorithms provided by OpenSSL, the Python
Gregory P. Smith
2009-05-04
1
-49/+106
*
- Issue #3745: Fix hashlib to always reject unicode and non buffer-api
Gregory P. Smith
2009-02-13
1
-38/+77
*
fix possible integer overflows in _hashopenssl #3886
Benjamin Peterson
2008-09-18
1
-9/+42
*
This reverts r63675 based on the discussion in this thread:
Gregory P. Smith
2008-06-09
1
-6/+6
*
Renamed PyString to PyBytes
Christian Heimes
2008-05-26
1
-6/+6
*
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFC...
Christian Heimes
2007-12-19
1
-1/+1
*
email address update
Gregory P. Smith
2007-09-09
1
-1/+1
*
PEP 3123: Provide forward compatibility with Python 3.0, while keeping
Martin v. Löwis
2007-07-21
1
-3/+2
*
Make use of METH_O and METH_NOARGS where possible.
Georg Brandl
2006-05-29
1
-15/+6
*
Properly fix Py_SAFE_DOWNCAST-triggerd bugs.
Thomas Wouters
2006-03-02
1
-7/+10
*
Py_SAFE_DOWNCAST isn't quite doing the right thing for going from Py_ssize_t
Thomas Wouters
2006-03-02
1
-7/+4
*
Make Py_ssize_t-clean.
Thomas Wouters
2006-03-01
1
-8/+13
*
Revert backwards-incompatible const changes.
Martin v. Löwis
2006-02-27
1
-2/+2
*
Fix icc warnings: HASH_OBJ_CONSTRUCTOR was not defined and using #if HASH_OBJ...
Neal Norwitz
2006-01-08
1
-0/+4
*
Fix icc warnings: extra semi-colon and signed vs unsigned
Neal Norwitz
2006-01-07
1
-8/+8
*
Add const to several API functions that take char *.
Jeremy Hylton
2005-12-10
1
-2/+2
*
[ sf.net patch # 1121611 ]
Gregory P. Smith
2005-08-21
1
-0/+487