summaryrefslogtreecommitdiff
path: root/Lib/optparse.py
Commit message (Expand)AuthorAgeFilesLines
* Fix spelling (inital), grammar (may translates) in documentation, commentsMartin Panter2016-04-191-1/+1
* Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-171-1/+1
* Issue #13107: argparse and optparse no longer raises an exception when outputSerhiy Storchaka2014-01-091-3/+4
* #18705: fix a number of typos. Patch by FĂ©vry Thibault.Ezio Melotti2013-08-171-1/+1
* #8158: add missing 'description' description to optparse docstring.R David Murray2011-05-041-0/+5
* #9161: Fix regression in acceptance of unicode strings in add_option calls.R. David Murray2010-07-051-1/+1
* #5719: add short usage example to optparse docstring.Georg Brandl2009-04-121-0/+13
* #5190: export make_option in __all__.Georg Brandl2009-03-311-0/+1
* Issue #5341: Fix a variety of spelling errors.Mark Dickinson2009-02-211-2/+2
* raise a better errorBenjamin Peterson2008-11-231-1/+1
* Per Greg Ward, optparse is no longer being externally maintained.Andrew M. Kuchling2008-10-061-10/+2
* #1415508 from Rocky Bernstein: add docstrings for enable_interspersed_args(),...Andrew M. Kuchling2008-10-051-0/+10
* Clear the -3 warnings in optparse.pyRaymond Hettinger2008-07-101-15/+9
* Change isbasestring function as discussed on the cvs list a while agoChristian Heimes2008-01-271-5/+7
* Fixed bug #1915: Python compiles with --enable-unicode=no again. However seve...Christian Heimes2008-01-231-1/+5
* Resync optparse with Optik 1.5.3: minor tweaks for/to tests.Greg Ward2006-07-231-4/+7
* Whitespace normalization.Tim Peters2006-06-111-2/+2
* Bug #1498146: fix optparse to handle Unicode strings in option help,Greg Ward2006-06-111-6/+11
* ("Forward-port" of r46506)Armin Rigo2006-05-281-1/+4
* Whitespace normalization.Tim Peters2006-04-231-2/+2
* Update optparse to Optik 1.5.1.Greg Ward2006-04-231-51/+153
* Reduce the usage of the types module.Raymond Hettinger2005-02-071-6/+5
* Change code in setup.py for parsing LDFLAGS and CPPFLAGS to use optparseBrett Cannon2004-12-071-1/+4
* Update optparse module and test suite to Optik 1.5a2.Greg Ward2004-10-271-18/+23
* Use proper value for FalseNeal Norwitz2004-10-171-1/+1
* Upgrade optparse module and tests to Optik 1.5a1:Greg Ward2004-07-311-195/+353
* Fix support for the "prog" keyword to the OptionParser constructor, as wellFred Drake2004-04-011-3/+8
* [Patch #900071] Be case-insensitive when removing 'usage:' stringAndrew M. Kuchling2004-03-211-1/+1
* don't wrap lines too late by defaultFred Drake2004-01-261-2/+2
* Update to Optik 1.4.1+: adds __all__ (Optik SF bug #728563).Greg Ward2003-05-081-3/+20
* Whitespace normalization.Tim Peters2003-04-241-1/+0
* Update to Optik 1.4.1; here are the relevant bits of the change log:Greg Ward2003-04-211-49/+48
* Tweak __version__ -- the current code is between Optik 1.4 and 1.4.1.Greg Ward2003-01-041-1/+1
* Checking in Greg Ward's Optik, as optparse.py. This is the mostGuido van Rossum2002-11-141-0/+1384