summaryrefslogtreecommitdiff
path: root/Python/pystrcmp.c
Commit message (Collapse)AuthorAgeFilesLines
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-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 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.