1. 9329153 Avoid py3k warnings related to sort() of unrelated types. by Antoine Pitrou · 13 years ago
  2. 0762788 #7092 - Silence more py3k deprecation warnings, using test_support.check_py3k_warnings() helper. by Florent Xicluna · 15 years ago
  3. b0f5adc use assert[Not]IsInstance where appropriate by Ezio Melotti · 15 years ago
  4. aa98058 use assert[Not]In where appropriate by Ezio Melotti · 15 years ago
  5. ce8e33a Reverting the Revision: 77368. I committed Flox's big patch for tests by by Senthil Kumaran · 15 years ago
  6. 3ddc435 Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox by Senthil Kumaran · 15 years ago
  7. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
  8. 64c06e3 Backport of _abccoll.py by Benjamin Arangueren, issue 1383. by Guido van Rossum · 17 years ago
  9. 118f931 Rename class attribute containing the class to be tested, so the name is the by Walter Dörwald · 21 years ago
  10. 0a6d0ff Port the dictionary tests from test_types.py to unittest. Collect as much by Walter Dörwald · 21 years ago