1. 654ea37 remove shebang line from non-executable test by Benjamin Peterson · 15 years ago
  2. 9cf41d0 normalize shebang lines to #!/usr/bin/env python by Benjamin Peterson · 15 years ago
  3. a4f46e1 Remove unused imports in test modules. by Georg Brandl · 15 years ago
  4. b3cda98 Fix wrong usage of "except X, Y:". by Georg Brandl · 15 years ago
  5. dde5b94 #7092: Silence more py3k warnings. Patch by Florent Xicluna. by Ezio Melotti · 15 years ago
  6. b0f5adc use assert[Not]IsInstance where appropriate by Ezio Melotti · 15 years ago
  7. ce8e33a Reverting the Revision: 77368. I committed Flox's big patch for tests by by Senthil Kumaran · 15 years ago
  8. 3ddc435 Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox by Senthil Kumaran · 15 years ago
  9. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
  10. 6733bed Make test.test_support.EnvironmentVarGuard behave like a dictionary. by Walter Dörwald · 16 years ago
  11. 4b965f6 Use test.test_support.EnvironmentVarGuard where tests change environment vars. by Walter Dörwald · 16 years ago
  12. c5f05e4 Patch #2167 from calvin: Remove unused imports by Christian Heimes · 17 years ago
  13. c2898c5 Standardize on test.test_support.run_unittest() (as opposed to a mix of run_unittest() and run_suite()). Also, add functionality to run_unittest() that admits usage of unittest.TestLoader.loadTestsFromModule(). by Collin Winter · 18 years ago
  14. 0567ba2 Remove a dependency of this test on $COLUMNS. by Guido van Rossum · 18 years ago
  15. 48fae7a Resync optparse with Optik 1.5.3: minor tweaks for/to tests. by Greg Ward · 19 years ago
  16. e7d7caa TestHelp.make_parser(): This was making a permanent change to by Tim Peters · 19 years ago
  17. 0e0c9f4 Bug #1498146: fix optparse to handle Unicode strings in option help, by Greg Ward · 19 years ago
  18. a3f0927 ("Forward-port" of r46506) by Armin Rigo · 19 years ago
  19. ab05edc Update optparse to Optik 1.5.1. by Greg Ward · 19 years ago
  20. aa34b6c Get test_optparse to pass in -R mode by stop changing state (COLUMNS env var) by Neal Norwitz · 19 years ago
  21. 10d59f3 Whitespace normalization. by Tim Peters · 21 years ago
  22. 48aa84b Update optparse module and test suite to Optik 1.5a2. by Greg Ward · 21 years ago
  23. 3b2cdad Whitespace normalization. by Tim Peters · 21 years ago
  24. 33ad28b Use multi-line import by Andrew M. Kuchling · 21 years ago
  25. c0cbc86 Whitespace normalization. by Tim Peters · 21 years ago
  26. 579f735 Be more careful about reverting mutuations to system-wide (sys) variables. by Tim Peters · 21 years ago
  27. eba20e6 Upgrade optparse module and tests to Optik 1.5a1: by Greg Ward · 21 years ago
  28. 456d325 Fix support for the "prog" keyword to the OptionParser constructor, as well by Fred Drake · 21 years ago
  29. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 22 years ago
  30. 5549322 Test suite for optparse. This is a slightly-edited copy of by Greg Ward · 22 years ago