Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -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 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. |