1. 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
  2. a4f46e1 Remove unused imports in test modules. by Georg Brandl · 15 years ago
  3. a2d4653 #7092: silence py3k warnings for deprecated modules by Ezio Melotti · 15 years ago
  4. ce8e33a Reverting the Revision: 77368. I committed Flox's big patch for tests by by Senthil Kumaran · 15 years ago
  5. 3ddc435 Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox by Senthil Kumaran · 15 years ago
  6. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
  7. bec087f fix incorrect auto-translation of TestSkipped -> unittest.SkipTest by Benjamin Peterson · 16 years ago
  8. 888a39b remove test_support.TestSkipped and just use unittest.SkipTest by Benjamin Peterson · 16 years ago
  9. c473d5e Get rid of deprecation warning when testing commands.getstatus() by Neal Norwitz · 18 years ago
  10. b15ac31 Add new utility function, reap_children(), to test_support. This should by Neal Norwitz · 19 years ago
  11. 590fe02 CommandTests.testgetoutput(): by Thomas Wouters · 22 years ago
  12. e257ec9 Patch #648998: test_commands ACL patch by Jason Tishler · 22 years ago
  13. 884554d Patch #544740: test_commands test fails under Cygwin by Jason Tishler · 23 years ago
  14. 3b0a329 Massive changes from SF 589982 (tempfile.py rewrite, by Zack by Guido van Rossum · 23 years ago
  15. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 23 years ago
  16. cdbc131 Patch #551911: Escape . properly. by Martin v. Löwis · 23 years ago
  17. 4993c51 Make test_commands work on more systems. This removes much of the dependency by Fred Drake · 23 years ago
  18. fa69912 Fix SF bug #456386: test_commands regression failure (Andrew Dalke) by Guido van Rossum · 24 years ago
  19. 2e2be37 Change the PyUnit-based tests to use the test_main() approach. This by Fred Drake · 24 years ago
  20. 4c81d60 Tests for the "commands" module, contributed by Nick Mathewson. by Fred Drake · 24 years ago