1. 5dc3e3f Missed test for rev. 46933; infinite recursion from __coerce__() returning its arguments reversed. by Brett Cannon · 19 years ago
  2. 4ef3a23 whitespace normalisation by Anthony Baxter · 19 years ago
  3. 686eaeb Make test_coercion pass with -Qnew. Converted to unittest on the occasion. by Georg Brandl · 19 years ago
  4. bf36409 PEP 352 implementation. Creates a new base class, BaseException, which has an by Brett Cannon · 19 years ago
  5. a174813 Dima Dorfman's patch for coercion/comparison of C types (patch #995939), with by Armin Rigo · 21 years ago
  6. 6cbba50 Make test_coercion.py less sensitive to platform fp quirks. Closes by Neil Schemenauer · 21 years ago
  7. 408b6d3 Complete the absolute import patch for the test suite. All relative by Barry Warsaw · 23 years ago
  8. d392506 Tighten up some warning filters, and break some dependencies on the by Tim Peters · 23 years ago
  9. 7d79948 It makes more sense to call resetwarnings() after every test runs than by Tim Peters · 23 years ago
  10. f022a4d Reduce the number of test-suite DeprecationWarnings; start adding by Tim Peters · 23 years ago
  11. 38796d0 Use numbers that can be accurately represented on binary machines. I hope by Neil Schemenauer · 25 years ago
  12. fd288c7 Add more tests for compare and coercion in preparation for the coercion by Neil Schemenauer · 25 years ago