Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The first batch of changes recommended by the fixdiv tool. These are | Guido van Rossum | 2001-09-04 | 1 | -1/+1 |
* | Repair some accidents causing Windows failures: | Tim Peters | 2001-08-16 | 1 | -1/+1 |
* | Given a class without __cmp__ or __eq__, cmp() of two instances of | Guido van Rossum | 2001-08-15 | 1 | -0/+8 |
* | __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 |
* | Add more tests for compare and coercion in preparation for the coercion | Neil Schemenauer | 2001-01-02 | 1 | -0/+57 |