summaryrefslogtreecommitdiff
path: root/Modules/sha256module.c
Commit message (Expand)AuthorAgeFilesLines
* [2.7] Fix misleading mentions of tp_size in comments (GH-9138)Benjamin Peterson2018-09-101-2/+2
* Issue #27076: Doc, comment and test function name spelling fixesMartin Panter2016-05-261-1/+1
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-091-59/+59
* Issue #3745: Undo the requirement for new buffer API only objects to be passedGregory P. Smith2010-01-021-33/+16
* Fixed memory leak.Hirokazu Yamamoto2009-03-031-2/+12
* - Issue #3745: Fix hashlib to always reject unicode and non buffer-apiGregory P. Smith2009-02-131-16/+30
* This reverts r63675 based on the discussion in this thread:Gregory P. Smith2008-06-091-5/+5
* Renamed PyString to PyBytesChristian Heimes2008-05-261-5/+5
* #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