Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -12/+12 |
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r81029 | antoine.pitrou | 2010-05-09 16:46:46 +0200 (dim., 09 mai 2010) | 3 lines Untabify C files. Will watch buildbots. ........ | ||||
* | Remove compiler warnings (on Alpha at least) about using chars as | Neal Norwitz | 2008-03-23 | 1 | -5/+6 |
| | | | | | array subscripts. Using chars are dangerous b/c they are signed on some platforms and unsigned on others. | ||||
* | Applied patch #1635: Float patch for inf and nan on Windows (and other ↵ | Christian Heimes | 2007-12-18 | 1 | -0/+25 |
platforms). The patch unifies float("inf") and repr(float("inf")) on all platforms. |