summaryrefslogtreecommitdiffstats
path: root/Modules/_hashopenssl.c
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 56467-56482 via svnmerge fromMartin v. Löwis2007-07-211-3/+2
* Make sure hexdigest() returns str, not str8.Guido van Rossum2007-07-101-11/+6
* Change hashlib to return bytes from digest() instead of str8.Guido van Rossum2007-07-091-2/+2
* Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirrorWalter Dörwald2007-05-181-1/+1
* Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svnThomas Wouters2006-06-081-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