summaryrefslogtreecommitdiffstats
path: root/Include/pystrcmp.h
Commit message (Collapse)AuthorAgeFilesLines
* build_os2emx.patch in issue 3868 - update OS/2 EMX makefile and config filesAndrew MacIntyre2008-09-221-1/+1
| | | | | | | | Part of source_os2emx.patch in issue 3868: Include/pystrcmp.h: OS/2 has same C APIs as Windows Lib/test/test_io.py: OS/2 has same behaviour as Windows for this test Reviewed by Amaury Forgeot d'Arc
* Applied patch #1635: Float patch for inf and nan on Windows (and other ↵Christian Heimes2007-12-181-0/+23
platforms). The patch unifies float("inf") and repr(float("inf")) on all platforms.