Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | __rcmp__ no longer gets called on instances. Remove the test for it. | Neil Schemenauer | 2001-01-04 | 1 | -12/+1 |
| | |||||
* | Use == rather than cmp(). The return value of cmp() is not well defined when | Neil Schemenauer | 2001-01-03 | 1 | -7/+9 |
| | | | | comparing different types. | ||||
* | Add more tests for compare and coercion in preparation for the coercion | Neil Schemenauer | 2001-01-02 | 1 | -0/+57 |
overhaul. Closes SF patch #102878. |