summaryrefslogtreecommitdiff
path: root/Lib/test/test_compare.py
Commit message (Expand)AuthorAgeFilesLines
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+0
* Convert test_compare to use unittest. Hopefully we can find outNeal Norwitz2006-04-091-23/+28
* Complete the absolute import patch for the test suite. All relativeBarry Warsaw2002-07-301-2/+0
* The first batch of changes recommended by the fixdiv tool. These areGuido van Rossum2001-09-041-1/+1
* Repair some accidents causing Windows failures:Tim Peters2001-08-161-1/+1
* Given a class without __cmp__ or __eq__, cmp() of two instances ofGuido van Rossum2001-08-151-0/+8
* __rcmp__ no longer gets called on instances. Remove the test for it.Neil Schemenauer2001-01-041-12/+1
* Use == rather than cmp(). The return value of cmp() is not well defined whenNeil Schemenauer2001-01-031-7/+9
* Add more tests for compare and coercion in preparation for the coercionNeil Schemenauer2001-01-021-0/+57