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 | -3/+8 |
| | | | | | | as directly setting the .prog attribute (which should be supported based on the class docstring). Closes SF bug #850964. | ||||
* | [Patch #900071] Be case-insensitive when removing 'usage:' string | Andrew M. Kuchling | 2004-03-21 | 1 | -1/+1 |
| | |||||
* | don't wrap lines too late by default | Fred Drake | 2004-01-26 | 1 | -2/+2 |
| | | | | closes SF bug #842213 | ||||
* | Update to Optik 1.4.1+: adds __all__ (Optik SF bug #728563). | Greg Ward | 2003-05-08 | 1 | -3/+20 |
| | |||||
* | Whitespace normalization. | Tim Peters | 2003-04-24 | 1 | -1/+0 |
| | |||||
* | Update to Optik 1.4.1; here are the relevant bits of the change log: | Greg Ward | 2003-04-21 | 1 | -49/+48 |
| | | | | | | | | | | * Fixed some long-hidden bugs revealed by the new PyUnit-based test suite (thanks to Johannes Gijsbers the new test suite, improved tests that caught the bugs, and the bug fixes). * Make store_true/store_false store True/False rather than 1/0. Details available in Optik's CVS repository. | ||||
* | Tweak __version__ -- the current code is between Optik 1.4 and 1.4.1. | Greg Ward | 2003-01-04 | 1 | -1/+1 |
| | |||||
* | Checking in Greg Ward's Optik, as optparse.py. This is the most | Guido van Rossum | 2002-11-14 | 1 | -0/+1384 |
recent version from Greg's CVS. I've changed the module docstring, added a copyright notice, and renamed OptikError to OptParseError. Still to do are documentation and unit tests. |