summaryrefslogtreecommitdiff
path: root/Modules/md5module.c
Commit message (Expand)AuthorAgeFilesLines
* [2.7] Fix misleading mentions of tp_size in comments (GH-9138)Benjamin Peterson2018-09-101-1/+1
* Closes #15910: MD5 and SHA1 crash when "updated" with strings bigger than 2**...Jesus Cea2012-09-101-2/+15
* Issue #14888: Fix misbehaviour of the _md5 module when called on data larger ...Antoine Pitrou2012-05-231-3/+14
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-091-116/+116
* Issue #3745: Undo the requirement for new buffer API only objects to be passedGregory P. Smith2010-01-021-17/+7
* Fix SHA_new and MD5_new, that would crash if not given initial dataKristján Valur Jónsson2009-03-031-4/+6
* - Issue #3745: Fix hashlib to always reject unicode and non buffer-apiGregory P. Smith2009-02-131-10/+22
* This reverts r63675 based on the discussion in this thread:Gregory P. Smith2008-06-091-3/+3
* Renamed PyString to PyBytesChristian Heimes2008-05-261-3/+3
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFC...Christian Heimes2007-12-191-1/+1
* PEP 3123: Provide forward compatibility with Python 3.0, while keepingMartin v. Löwis2007-07-211-3/+2
* - Patch #360466: Replace the MD5 implementation from RSA Data Security IncMatthias Klose2006-04-031-8/+8
* 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/+53
* typoSkip Montanaro2003-07-081-1/+1
* SF #621948, update docstring for md5 by David M. Cooke. Will backport.Neal Norwitz2002-10-111-0/+1
* Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototypeMark Hammond2002-08-021-1/+1
* Removed more stray instances of statichere, but left _sre.c alone.Tim Peters2002-07-171-1/+1
* staticforward bites the dust.Jeremy Hylton2002-07-171-1/+1
* Patch #568124: Add doc string macros.Martin v. Löwis2002-06-131-17/+14
* Remove METH_OLDARGS:Neal Norwitz2002-03-311-2/+2
* Remove many uses of PyArg_NoArgs macro, change METH_OLDARGS to METH_NOARGS.Neal Norwitz2002-03-251-15/+6
* Patch supplied by Burton Radons for his own SF bug #487390: ModifyingGuido van Rossum2001-12-081-1/+1
* Simplify initmd5() to use PyModule_AddIntConstant().Fred Drake2001-11-021-3/+2
* [Patch #476612] Add attributes from PEP247 to the md5 and sha modulesAndrew M. Kuchling2001-11-021-1/+7
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* md5_hexdigest(): After a brief conversation with TP, added hexdigest()Barry Warsaw2000-08-151-9/+41
* Use METH_OLDARGS instead of numeric constant 0 in method def. tablesAndrew M. Kuchling2000-08-031-3/+6
* Use METH_VARARGS instead of numeric constant 1 in method def. tablesAndrew M. Kuchling2000-08-031-2/+2
* Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',Thomas Wouters2000-07-211-2/+2
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-161-1/+1
* ANSI-fyingPeter Schneider-Kamp2000-07-101-17/+6
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* 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
* Patch from Paul Sokolovsky <Paul.Sokolovsky@technologist.com>:Fred Drake2000-02-041-1/+3
* Add DL_EXPORT() to all modules that could possibly be usedGuido van Rossum1998-12-041-1/+1
* Doc strings by Chris Petrilli.Guido van Rossum1998-10-141-6/+79
* RenamedBarry Warsaw1996-12-091-47/+45
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
* use newgetargsGuido van Rossum1995-07-261-9/+6
* changes for MPWGuido van Rossum1995-03-091-1/+1
* Added 1995 to copyright message.Guido van Rossum1995-01-041-2/+2
* Another bulky set of minor changes.Guido van Rossum1995-01-021-2/+3
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-86/+62
* Port to Solaris 2.3.Sjoerd Mullender1993-12-031-3/+1
* Simplify life for md5: include (slightly modified) md5.h and md5c.cGuido van Rossum1993-11-011-5/+11
* * mymalloc.h: always allocate one extra byte, since some malloc'sGuido van Rossum1992-12-141-0/+222