1. cb4069c #1704474: mark refleak test as specific to CPython by Andrew Kuchling · 11 years ago
  2. 9f8621f Issue #13107: argparse and optparse no longer raises an exception when output by Serhiy Storchaka · 12 years ago
  3. 7cd8b42 #9161: Fix test to use standard optparse test pattern (what was I thinking?) by R David Murray · 13 years ago
  4. fe9efc5 #9161: add test for the bug fixed by r82581. by R David Murray · 13 years ago
  5. 2623a37 Merged revisions 86596 via svnmerge from by Ezio Melotti · 15 years ago
  6. e277325 Merged revisions 83352,83356-83358,83362,83366,83368-83369 via svnmerge from by Georg Brandl · 15 years ago
  7. 04a3439 Fix indentation in recently added test. by R. David Murray · 15 years ago
  8. 32e0681 #4640: add a test to optparse that proves issue is invalid. by R. David Murray · 15 years ago
  9. 654ea37 remove shebang line from non-executable test by Benjamin Peterson · 15 years ago
  10. 9cf41d0 normalize shebang lines to #!/usr/bin/env python by Benjamin Peterson · 15 years ago
  11. a4f46e1 Remove unused imports in test modules. by Georg Brandl · 15 years ago
  12. b3cda98 Fix wrong usage of "except X, Y:". by Georg Brandl · 15 years ago
  13. dde5b94 #7092: Silence more py3k warnings. Patch by Florent Xicluna. by Ezio Melotti · 16 years ago
  14. b0f5adc use assert[Not]IsInstance where appropriate by Ezio Melotti · 16 years ago
  15. ce8e33a Reverting the Revision: 77368. I committed Flox's big patch for tests by by Senthil Kumaran · 16 years ago
  16. 3ddc435 Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox by Senthil Kumaran · 16 years ago
  17. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
  18. 6733bed Make test.test_support.EnvironmentVarGuard behave like a dictionary. by Walter Dörwald · 16 years ago
  19. 4b965f6 Use test.test_support.EnvironmentVarGuard where tests change environment vars. by Walter Dörwald · 16 years ago
  20. c5f05e4 Patch #2167 from calvin: Remove unused imports by Christian Heimes · 17 years ago
  21. 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
  22. 0567ba2 Remove a dependency of this test on $COLUMNS. by Guido van Rossum · 19 years ago
  23. 48fae7a Resync optparse with Optik 1.5.3: minor tweaks for/to tests. by Greg Ward · 19 years ago
  24. e7d7caa TestHelp.make_parser(): This was making a permanent change to by Tim Peters · 19 years ago
  25. 0e0c9f4 Bug #1498146: fix optparse to handle Unicode strings in option help, by Greg Ward · 19 years ago
  26. a3f0927 ("Forward-port" of r46506) by Armin Rigo · 19 years ago
  27. ab05edc Update optparse to Optik 1.5.1. by Greg Ward · 19 years ago
  28. aa34b6c Get test_optparse to pass in -R mode by stop changing state (COLUMNS env var) by Neal Norwitz · 19 years ago
  29. 10d59f3 Whitespace normalization. by Tim Peters · 21 years ago
  30. 48aa84b Update optparse module and test suite to Optik 1.5a2. by Greg Ward · 21 years ago
  31. 3b2cdad Whitespace normalization. by Tim Peters · 21 years ago
  32. 33ad28b Use multi-line import by Andrew M. Kuchling · 21 years ago
  33. c0cbc86 Whitespace normalization. by Tim Peters · 21 years ago
  34. 579f735 Be more careful about reverting mutuations to system-wide (sys) variables. by Tim Peters · 21 years ago
  35. eba20e6 Upgrade optparse module and tests to Optik 1.5a1: by Greg Ward · 21 years ago
  36. 456d325 Fix support for the "prog" keyword to the OptionParser constructor, as well by Fred Drake · 21 years ago
  37. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 22 years ago
  38. 5549322 Test suite for optparse. This is a slightly-edited copy of by Greg Ward · 22 years ago