Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Untabify C files. Will watch buildbots. | Antoine Pitrou | 2010-05-09 |
| | |||
* | Remove compiler warnings (on Alpha at least) about using chars as | Neal Norwitz | 2008-03-23 |
| | | | | | 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 |
platforms). The patch unifies float("inf") and repr(float("inf")) on all platforms. |