1. 2623a37 Merged revisions 86596 via svnmerge from by Ezio Melotti · 15 years ago
  2. 96c4df4 Issue #9145: Fix a regression due to r79539 by Florent Xicluna · 15 years ago
  3. 6257a7b Replace catch_warnings with check_warnings when it makes sense. Use assertRaises context manager to simplify some tests. by Florent Xicluna · 15 years ago
  4. ef49096 #7092: silence more -3 and -Wd warnings by Ezio Melotti · 16 years ago
  5. ce8e33a Reverting the Revision: 77368. I committed Flox's big patch for tests by by Senthil Kumaran · 16 years ago
  6. 3ddc435 Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox by Senthil Kumaran · 16 years ago
  7. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
  8. 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
  9. c5f05e4 Patch #2167 from calvin: Remove unused imports by Christian Heimes · 17 years ago
  10. 5dc3e3f Missed test for rev. 46933; infinite recursion from __coerce__() returning its arguments reversed. by Brett Cannon · 19 years ago
  11. 4ef3a23 whitespace normalisation by Anthony Baxter · 19 years ago
  12. 686eaeb Make test_coercion pass with -Qnew. Converted to unittest on the occasion. by Georg Brandl · 19 years ago
  13. bf36409 PEP 352 implementation. Creates a new base class, BaseException, which has an by Brett Cannon · 19 years ago
  14. a174813 Dima Dorfman's patch for coercion/comparison of C types (patch #995939), with by Armin Rigo · 21 years ago
  15. 6cbba50 Make test_coercion.py less sensitive to platform fp quirks. Closes by Neil Schemenauer · 21 years ago
  16. 408b6d3 Complete the absolute import patch for the test suite. All relative by Barry Warsaw · 23 years ago
  17. d392506 Tighten up some warning filters, and break some dependencies on the by Tim Peters · 23 years ago
  18. 7d79948 It makes more sense to call resetwarnings() after every test runs than by Tim Peters · 23 years ago
  19. f022a4d Reduce the number of test-suite DeprecationWarnings; start adding by Tim Peters · 23 years ago
  20. 38796d0 Use numbers that can be accurately represented on binary machines. I hope by Neil Schemenauer · 25 years ago
  21. fd288c7 Add more tests for compare and coercion in preparation for the coercion by Neil Schemenauer · 25 years ago