summaryrefslogtreecommitdiffstats
path: root/Modules/md5c.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix includes; not including Python.h caused the module not to compile onFred Drake2000-09-281-1/+1
| | | | | | some platforms. This *should* close SourceForge patch #115506.
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-161-1/+1
| | | | | | | | | | comments, docstrings or error messages. I fixed two minor things in test_winreg.py ("didn't" -> "Didn't" and "Didnt" -> "Didn't"). There is a minor style issue involved: Guido seems to have preferred English grammar (behaviour, honour) in a couple places. This patch changes that to American, which is the more prominent style in the source. I prefer English myself, so if English is preferred, I'd be happy to supply a patch myself ;)
* Guido said include these in the Great ANSI-fication, so here they are!Fred Drake2000-07-101-231/+210
|
* Always include config.hGuido van Rossum1996-08-191-2/+0
|
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-0/+3
|
* Simplify life for md5: include (slightly modified) md5.h and md5c.cGuido van Rossum1993-11-011-0/+334
from RFC 1321 here, and point to that RFC instead of a non-existant incompatible file on rsa.com.