summaryrefslogtreecommitdiff
path: root/Modules/shamodule.c
Commit message (Expand)AuthorAgeFilesLines
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-091-60/+60
* Issue #3745: Undo the requirement for new buffer API only objects to be passedGregory P. Smith2010-01-021-20/+9
* Fix SHA_new and MD5_new, that would crash if not given initial dataKristján Valur Jónsson2009-03-031-4/+7
* - Issue #3745: Fix hashlib to always reject unicode and non buffer-apiGregory P. Smith2009-02-131-13/+26
* This reverts r63675 based on the discussion in this thread:Gregory P. Smith2008-06-091-4/+4
* Renamed PyString to PyBytesChristian Heimes2008-05-261-4/+4
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFC...Christian Heimes2007-12-191-1/+1
* 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-3/+2
* Make use of METH_O and METH_NOARGS where possible.Georg Brandl2006-05-291-15/+6
* Revert backwards-incompatible const changes.Martin v. Löwis2006-02-271-1/+1
* Merge ssize_t branch.Martin v. Löwis2006-02-151-1/+1
* Check return result from Py_InitModule*(). This API can fail.Neal Norwitz2006-01-191-0/+2
* [ sf.net patch # 1121611 ]Gregory P. Smith2005-08-211-11/+69
* Use personal e-mail addressAndrew M. Kuchling2002-10-301-1/+1
* Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototypeMark Hammond2002-08-021-1/+1
* staticforward bites the dust.Jeremy Hylton2002-07-171-1/+1
* Patch #568124: Add doc string macros.Martin v. Löwis2002-06-131-12/+11
* Remove unused variable and call to PyModule_GetDict().Fred Drake2002-04-011-2/+1
* Patch supplied by Burton Radons for his own SF bug #487390: ModifyingGuido van Rossum2001-12-081-1/+1
* Clean up a Tab inconsistency.Fred Drake2001-11-021-4/+2
* [Patch #476612] Add attributes from PEP247 to the md5 and sha modulesAndrew M. Kuchling2001-11-021-3/+4
* Cleanup logic a little. Check args first, then try to create theJeremy Hylton2001-01-291-4/+3
* Part of SF patch #102409 by jlt63 to support building these modulesGuido van Rossum2001-01-101-1/+1
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-16/+0
* Do the absolute minimal amount of modifications to eradicateBarry Warsaw2000-09-011-4/+0
* SHA_hexdigest(): A couple of small patches to this function, addedBarry Warsaw2000-08-151-2/+10
* Update e-mail addressAndrew M. Kuchling2000-08-011-1/+1
* Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',Thomas Wouters2000-07-211-2/+2
* ANSI-fied sources, converted to four-space indentation.Fred Drake2000-07-081-182/+151
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Vladimir Marangozov's long-awaited malloc restructuring.Guido van Rossum2000-05-031-2/+2
* Massive patch by Skip Montanaro to add ":name" to as manyGuido van Rossum2000-02-291-1/+1
* casts for picky compilers.Guido van Rossum1999-04-101-1/+1
* Avoid warnings from AIX compiler. Reported by Vladimir (AIX is myGuido van Rossum1999-03-291-3/+3
* Added Greg Stein and Andrew Kuchling's sha module.Guido van Rossum1999-03-241-0/+604