Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Complete the absolute import patch for the test suite. All relative | Barry Warsaw | 2002-07-30 |
* | The first batch of changes recommended by the fixdiv tool. These are | Guido van Rossum | 2001-09-04 |
* | Repair some accidents causing Windows failures: | Tim Peters | 2001-08-16 |
* | Given a class without __cmp__ or __eq__, cmp() of two instances of | Guido van Rossum | 2001-08-15 |
* | __rcmp__ no longer gets called on instances. Remove the test for it. | Neil Schemenauer | 2001-01-04 |
* | Use == rather than cmp(). The return value of cmp() is not well defined when | Neil Schemenauer | 2001-01-03 |
* | Add more tests for compare and coercion in preparation for the coercion | Neil Schemenauer | 2001-01-02 |