aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_compare.py
Commit message (Expand)AuthorAge
* Complete the absolute import patch for the test suite. All relativeBarry Warsaw2002-07-30
* The first batch of changes recommended by the fixdiv tool. These areGuido van Rossum2001-09-04
* Repair some accidents causing Windows failures:Tim Peters2001-08-16
* Given a class without __cmp__ or __eq__, cmp() of two instances ofGuido van Rossum2001-08-15
* __rcmp__ no longer gets called on instances. Remove the test for it.Neil Schemenauer2001-01-04
* Use == rather than cmp(). The return value of cmp() is not well defined whenNeil Schemenauer2001-01-03
* Add more tests for compare and coercion in preparation for the coercionNeil Schemenauer2001-01-02