summaryrefslogtreecommitdiffstats
path: root/Python/pystrcmp.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove compiler warnings (on Alpha at least) about using chars asNeal Norwitz2008-03-231-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 Heimes2007-12-181-0/+25
platforms). The patch unifies float("inf") and repr(float("inf")) on all platforms.