summaryrefslogtreecommitdiffstats
path: root/Modules/sha512module.c
Commit message (Expand)AuthorAgeFilesLines
* Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svnThomas Wouters2006-06-081-17/+7
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-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