summaryrefslogtreecommitdiffstats
path: root/Modules/sha512module.c
Commit message (Expand)AuthorAgeFilesLines
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFC...Christian Heimes2007-12-191-2/+2
* email address updateGregory P. Smith2007-09-091-1/+1
* PEP 3123: Provide forward compatibility with Python 3.0, while keepingMartin v. Löwis2007-07-211-6/+4
* Make use of METH_O and METH_NOARGS where possible.Georg Brandl2006-05-291-17/+7
* Patch #1492356: Port to Windows CE (patch set 1).Martin v. Löwis2006-05-221-99/+99
* Revert backwards-incompatible const changes.Martin v. Löwis2006-02-271-2/+2
* Check return result from Py_InitModule*(). This API can fail.Neal Norwitz2006-01-191-0/+2
* Added the 'ULL' prefix to the unsigned long long literal constants.Armin Rigo2005-12-141-99/+99
* Add const to several API functions that take char *.Jeremy Hylton2005-12-101-2/+2
* Remove the C99 "ULL" suffix from the 64bit unsigned long constants.Gregory P. Smith2005-08-231-99/+99
* [ sf.net patch # 1121611 ]Gregory P. Smith2005-08-211-0/+777