summaryrefslogtreecommitdiffstats
path: root/Modules/sha256module.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-3/+3
* 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-7/+5
* Make use of METH_O and METH_NOARGS where possible.Georg Brandl2006-05-291-16/+6
* 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
* 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/+709