summaryrefslogtreecommitdiffstats
path: root/Modules/md5module.c
Commit message (Expand)AuthorAgeFilesLines
* 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