| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix support for the "prog" keyword to the OptionParser constructor, as well | Fred Drake | 2004-04-01 | 1 | -0/+16 |
| | | | | | | | as directly setting the .prog attribute (which should be supported based on the class docstring). Closes SF bug #850964. | ||||
| * | Merging release23-branch into the long-term Python 2.3 maintenance branch | Barry Warsaw | 2003-08-04 | 1 | -2/+2 |
| | | |||||
| * | Combine the functionality of test_support.run_unittest() | Walter Dörwald | 2003-05-01 | 1 | -11/+4 |
| | | | | | | | | | | | and test_support.run_classtests() into run_unittest() and use it wherever possible. Also don't use "from test.test_support import ...", but "from test import test_support" in a few spots. From SF patch #662807. | ||||
| * | Test suite for optparse. This is a slightly-edited copy of | Greg Ward | 2003-04-21 | 1 | -0/+1210 |
| test/test_optik.py (rev 1.19) from the Optik CVS. | |||||
