Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue an explicit error when we can't find an appropriate type for | Guido van Rossum | 2002-05-29 | 1 | -0/+2 |
| | | | | UINT4. | ||||
* | This is patch | Michael W. Hudson | 2002-05-29 | 1 | -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 Drake | 2000-09-26 | 1 | -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 Drake | 2000-07-10 | 1 | -28/+6 |
| | |||||
* | Use INT_MAX/LONG_MAX instead of non-ANSI LONG_BIT | Guido van Rossum | 1996-07-21 | 1 | -5/+4 |
| | |||||
* | rename exported symbols with _Py_ prefix | Guido van Rossum | 1996-05-24 | 1 | -0/+7 |
| | |||||
* | 64-bit patch | Guido van Rossum | 1996-01-12 | 1 | -0/+15 |
| | |||||
* | Merge alpha100 branch back to main trunk | Guido van Rossum | 1994-08-01 | 1 | -0/+3 |
| | |||||
* | Simplify life for md5: include (slightly modified) md5.h and md5c.c | Guido van Rossum | 1993-11-01 | 1 | -0/+69 |
from RFC 1321 here, and point to that RFC instead of a non-existant incompatible file on rsa.com. |