1. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
  2. 48361f5 Issue 2235: Py3k warnings are now emitted for classes that will no longer inherit a__hash__ implementation from a parent class in Python 3.x. The standard library and test suite have been updated to not emit these warnings. by Nick Coghlan · 17 years ago
  3. c5f05e4 Patch #2167 from calvin: Remove unused imports by Christian Heimes · 17 years ago
  4. 5dc3e3f Missed test for rev. 46933; infinite recursion from __coerce__() returning its arguments reversed. by Brett Cannon · 19 years ago
  5. 4ef3a23 whitespace normalisation by Anthony Baxter · 19 years ago
  6. 686eaeb Make test_coercion pass with -Qnew. Converted to unittest on the occasion. by Georg Brandl · 19 years ago
  7. bf36409 PEP 352 implementation. Creates a new base class, BaseException, which has an by Brett Cannon · 19 years ago
  8. a174813 Dima Dorfman's patch for coercion/comparison of C types (patch #995939), with by Armin Rigo · 21 years ago
  9. 6cbba50 Make test_coercion.py less sensitive to platform fp quirks. Closes by Neil Schemenauer · 21 years ago
  10. 408b6d3 Complete the absolute import patch for the test suite. All relative by Barry Warsaw · 23 years ago
  11. d392506 Tighten up some warning filters, and break some dependencies on the by Tim Peters · 23 years ago
  12. 7d79948 It makes more sense to call resetwarnings() after every test runs than by Tim Peters · 23 years ago
  13. f022a4d Reduce the number of test-suite DeprecationWarnings; start adding by Tim Peters · 23 years ago
  14. 38796d0 Use numbers that can be accurately represented on binary machines. I hope by Neil Schemenauer · 25 years ago
  15. fd288c7 Add more tests for compare and coercion in preparation for the coercion by Neil Schemenauer · 25 years ago