History log of /external/python/cpython2/Python/pystrcmp.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c83ea137d7e717f764e2f31fc2544f522de7d857 09-May-2010 Antoine Pitrou <solipsis@pitrou.net> Untabify C files. Will watch buildbots.
/external/python/cpython2/Python/pystrcmp.c
ade57d048527f35a6086040a14a0e7184faa91ce 23-Mar-2008 Neal Norwitz <nnorwitz@gmail.com> Remove compiler warnings (on Alpha at least) about using chars as
array subscripts. Using chars are dangerous b/c they are signed
on some platforms and unsigned on others.
/external/python/cpython2/Python/pystrcmp.c
0a8143f6462b491d3f12bfb899efd6e044e350be 19-Dec-2007 Christian Heimes <christian@cheimes.de> Applied patch #1635: Float patch for inf and nan on Windows (and other platforms).

The patch unifies float("inf") and repr(float("inf")) on all platforms.
/external/python/cpython2/Python/pystrcmp.c