summaryrefslogtreecommitdiff
path: root/Lib/optparse.py
Commit message (Expand)AuthorAgeFilesLines
* Merge doc and comment fixes from 3.5Martin Panter2016-04-191-1/+1
|\
| * Fix spelling (inital), grammar (may translates) in documentation, commentsMartin Panter2016-04-191-1/+1
* | Issue #26778: Fixed "a/an/and" typos in code comment, documentation and errorSerhiy Storchaka2016-04-171-1/+1
|\ \ | |/
| * Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-171-1/+1
* | Issue #23883: Add missing APIs to __all__; patch by Jacek KołodziejMartin Panter2015-11-141-1/+2
|/
* Issue #20315: Removed support for backward compatibility with early 2.x versi...Serhiy Storchaka2014-01-201-8/+2
* 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
* Merge 3.2Florent Xicluna2011-10-281-1/+1
|\
| * Closes #13258: Use callable() built-in in the standard library.Florent Xicluna2011-10-281-1/+1
* | Cleanup code: remove int/long idioms and simplify a while statement.Florent Xicluna2011-10-231-4/+1
* | Merge #8158: add missing 'description' description to optparse docstring.R David Murray2011-05-041-0/+5
|\ \ | |/
| * #8158: add missing 'description' description to optparse docstring.R David Murray2011-05-041-0/+5
* | Use proper gettext plural forms in optparse (closes #4391).Éric Araujo2011-03-201-11/+15
|/
* Merged revisions 71540,71563 via svnmerge fromGeorg Brandl2009-04-271-0/+13
* Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-...Benjamin Peterson2009-04-051-0/+1
* Merged revisions 69846 via svnmerge fromMark Dickinson2009-02-211-2/+2
* Merged revisions 67348,67355,67359,67362,67364-67365,67367-67368,67398,67423-...Benjamin Peterson2008-11-301-1/+1
* merge from trunkBenjamin Peterson2008-10-111-10/+12
* #1535: rename __builtin__ module to builtins.Georg Brandl2007-12-021-3/+3
* Patch# 1258 by Christian Heimes: kill basestring.Guido van Rossum2007-10-161-6/+3
* Raise statement normalization in Lib/.Collin Winter2007-08-301-10/+10
* Kill execfile(), use exec() insteadNeal Norwitz2007-08-121-1/+1
* SF patch# 1770008 by Christian Heimes (plus some extras).Guido van Rossum2007-08-091-9/+1
* Merged revisions 56125-56153 via svnmerge fromGuido van Rossum2007-07-031-1/+1
* Merged revisions 55795-55816 via svnmerge fromGuido van Rossum2007-06-071-6/+5
* Merged revisions 55631-55794 via svnmerge fromGuido van Rossum2007-06-061-6/+0
* Merged revisions 55407-55513 via svnmerge fromGuido van Rossum2007-05-221-1/+1
* Don't use StringType -- always test for basestring.Guido van Rossum2007-05-041-3/+3
* Checkin the regenerated Python-ast.c and fix test_optparse.Georg Brandl2007-02-111-2/+1
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-2/+2
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-151-1/+1
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-1/+1
* Restructure comparison dramatically. There is no longer a defaultGuido van Rossum2006-08-241-4/+4
* More has_key() fixes.Guido van Rossum2006-08-191-1/+1
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-181-8/+8
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-5/+13
* Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svnThomas Wouters2006-06-081-1/+4
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-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