summaryrefslogtreecommitdiffstats
path: root/Modules/_hashopenssl.c
Commit message (Expand)AuthorAgeFilesLines
* Make use of METH_O and METH_NOARGS where possible.Georg Brandl2006-05-291-15/+6
* Properly fix Py_SAFE_DOWNCAST-triggerd bugs.Thomas Wouters2006-03-021-7/+10
* Py_SAFE_DOWNCAST isn't quite doing the right thing for going from Py_ssize_tThomas Wouters2006-03-021-7/+4
* Make Py_ssize_t-clean.Thomas Wouters2006-03-011-8/+13
* Revert backwards-incompatible const changes.Martin v. Löwis2006-02-271-2/+2
* Fix icc warnings: HASH_OBJ_CONSTRUCTOR was not defined and using #if HASH_OBJ...Neal Norwitz2006-01-081-0/+4
* Fix icc warnings: extra semi-colon and signed vs unsignedNeal Norwitz2006-01-071-8/+8
* Add const to several API functions that take char *.Jeremy Hylton2005-12-101-2/+2
* [ sf.net patch # 1121611 ]Gregory P. Smith2005-08-211-0/+487