summaryrefslogtreecommitdiffstats
path: root/Modules/md5.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-47/+76
| | | | | | | | | | | | | | | | | | | | number of tests, all because of the codecs/_multibytecodecs issue described here (it's not a Py3K issue, just something Py3K discovers): http://mail.python.org/pipermail/python-dev/2006-April/064051.html Hye-Shik Chang promised to look for a fix, so no need to fix it here. The tests that are expected to break are: test_codecencodings_cn test_codecencodings_hk test_codecencodings_jp test_codecencodings_kr test_codecencodings_tw test_codecs test_multibytecodec This merge fixes an actual test failure (test_weakref) in this branch, though, so I believe merging is the right thing to do anyway.
* Issue an explicit error when we can't find an appropriate type forGuido van Rossum2002-05-291-0/+2
| | | | UINT4.
* This is patchMichael W. Hudson2002-05-291-7/+3
| | | | | | | [ 558914 ] Build md5.c fails on Cray T3E I've also deleted a comment that I didn't understand. Feel free to put it back if it makes/made sense to you.
* Rationalize use of limits.h, moving the inclusion to Python.h.Fred Drake2000-09-261-12/+5
| | | | | | | | Add definitions of INT_MAX and LONG_MAX to pyport.h. Remove includes of limits.h and conditional definitions of INT_MAX and LONG_MAX elsewhere. This closes SourceForge patch #101659 and bug #115323.
* Guido said include these in the Great ANSI-fication, so here they are!Fred Drake2000-07-101-28/+6
|
* Use INT_MAX/LONG_MAX instead of non-ANSI LONG_BITGuido van Rossum1996-07-211-5/+4
|
* rename exported symbols with _Py_ prefixGuido van Rossum1996-05-241-0/+7
|
* 64-bit patchGuido van Rossum1996-01-121-0/+15
|
* 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/+69
from RFC 1321 here, and point to that RFC instead of a non-existant incompatible file on rsa.com.