summaryrefslogtreecommitdiff
path: root/Modules/md5module.c
Commit message (Expand)AuthorAgeFilesLines
* bpo-20216: Correct docstrings of digest() methods in hashlib. (GH-9873) (GH-9...Miss Islington (bot)2018-10-201-2/+2
* [3.7] Fix misleading mentions of tp_size in comments. (GH-9136)Benjamin Peterson2018-09-101-1/+1
* [3.7] bpo-32746: Fix multiple typos (GH-5144) (GH-5520)Miss Islington (bot)2018-02-031-1/+1
* Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE whereverSerhiy Storchaka2017-01-231-2/+1
* replace PY_LONG_LONG with long longBenjamin Peterson2016-09-061-1/+1
* Issue #27332: Fixed the type of the first argument of module-level functionsSerhiy Storchaka2016-07-071-2/+2
* Issue9951: update _hashopenssl and md5module to use _Py_strhex().Gregory P. Smith2015-04-251-21/+2
* Remove redundant check fro md5module.Christian Heimes2015-04-161-7/+2
* Issue #23501: Argumen Clinic now generates code into separate files by default.Serhiy Storchaka2015-04-031-97/+6
* Issue #20173: Convert sha1, sha256, sha512 and md5 to ArgumentClinic.Martin v. Löwis2014-07-271-32/+144
* Issue #18742: Expose the internal hash type object for ABCs.Christian Heimes2013-10-221-1/+10
* Change the builtin hash algorithms' names to lower case namesChristian Heimes2013-08-151-1/+1
* Reuse Py_MIN and Py_MAX macros: remove duplicate MIN/MAX macrosVictor Stinner2013-06-041-5/+1
* Issue #16847: Fixed improper use of _PyUnicode_CheckConsistency() inChristian Heimes2013-01-031-0/+2
|\
| * Issue #16847: Fixed improper use of _PyUnicode_CheckConsistency() inChristian Heimes2013-01-031-0/+2
* | Issue #9566: Explicit downcast to fix compiler warnings on Win64Victor Stinner2012-10-311-1/+1
|/
* md5_{init,process,done}: make staticdoko@ubuntu.com2012-06-211-4/+6
* Check newly created consistency using _PyUnicode_CheckConsistency(str, 1)Victor Stinner2012-04-271-0/+1
* Issue #13088: Add shared Py_hexdigits constant to format a number into base 16Victor Stinner2011-10-141-5/+3
* Implement PEP 393.Martin v. Löwis2011-09-281-7/+3
* Issue #9566: cast unsigned int to Py_ssize_t in md5 and sha1 modulesVictor Stinner2011-07-081-1/+1
* Issue #9566: use Py_ssize_t instead of intVictor Stinner2011-01-041-2/+2
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-36/+36
* Fixed memory leak on failure. This is related to issue5403 but won't crash on...Hirokazu Yamamoto2009-03-031-2/+7
* Fixes Issue #3745: Fix hashlib to always reject unicode and nonGregory P. Smith2009-02-121-5/+12
* Issue #1717: rename tp_compare to tp_reserved. I'll change theMark Dickinson2009-02-021-1/+1
* Use s* to receive data. Fixes #3552.Martin v. Löwis2008-08-141-11/+13
* Fix module initialization glitches.Martin v. Löwis2008-06-111-1/+1
* Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis2008-06-111-7/+16
* Renamed PyString to PyBytesChristian Heimes2008-05-261-1/+1
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.Christian Heimes2007-12-191-2/+2
* Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...Christian Heimes2007-12-021-2/+2
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-1/+1
* Adds stand alone _md5 and _sha1 modules for use by hashlib on systemsGregory P. Smith2007-09-091-0/+561
* Merged revisions 55631-55794 via svnmerge fromGuido van Rossum2007-06-061-312/+0
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-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