1. c5f05e4 Patch #2167 from calvin: Remove unused imports by Christian Heimes · 17 years ago
  2. 349c0ed Convert test_compare to use unittest. Hopefully we can find out by Neal Norwitz · 18 years ago
  3. 408b6d3 Complete the absolute import patch for the test suite. All relative by Barry Warsaw · 22 years ago
  4. 54e54c6 The first batch of changes recommended by the fixdiv tool. These are by Guido van Rossum · 23 years ago
  5. 63a8d69 Repair some accidents causing Windows failures: by Tim Peters · 23 years ago
  6. 28962cc Given a class without __cmp__ or __eq__, cmp() of two instances of by Guido van Rossum · 23 years ago
  7. aa726ba __rcmp__ no longer gets called on instances. Remove the test for it. by Neil Schemenauer · 24 years ago
  8. e7e694f Use == rather than cmp(). The return value of cmp() is not well defined when by Neil Schemenauer · 24 years ago
  9. fd288c7 Add more tests for compare and coercion in preparation for the coercion by Neil Schemenauer · 24 years ago