aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/optparse.py
Commit message (Expand)AuthorAge
* bpo-34605: Avoid master/slave terms (GH-9101)Victor Stinner2018-09-07
* Merge doc and comment fixes from 3.5Martin Panter2016-04-19
|\
| * Fix spelling (inital), grammar (may translates) in documentation, commentsMartin Panter2016-04-19
* | Issue #26778: Fixed "a/an/and" typos in code comment, documentation and errorSerhiy Storchaka2016-04-17
|\|
| * Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-17
* | Issue #23883: Add missing APIs to __all__; patch by Jacek KołodziejMartin Panter2015-11-14
|/
* Issue #20315: Removed support for backward compatibility with early 2.x versi...Serhiy Storchaka2014-01-20
* Issue #13107: argparse and optparse no longer raises an exception when outputSerhiy Storchaka2014-01-09
* #18705: fix a number of typos. Patch by Févry Thibault.Ezio Melotti2013-08-17
* Merge 3.2Florent Xicluna2011-10-28
|\
| * Closes #13258: Use callable() built-in in the standard library.Florent Xicluna2011-10-28
* | Cleanup code: remove int/long idioms and simplify a while statement.Florent Xicluna2011-10-23
* | Merge #8158: add missing 'description' description to optparse docstring.R David Murray2011-05-04
|\|
| * #8158: add missing 'description' description to optparse docstring.R David Murray2011-05-04
* | Use proper gettext plural forms in optparse (closes #4391).Éric Araujo2011-03-20
|/
* Merged revisions 71540,71563 via svnmerge fromGeorg Brandl2009-04-27
* Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-...Benjamin Peterson2009-04-05
* Merged revisions 69846 via svnmerge fromMark Dickinson2009-02-21
* Merged revisions 67348,67355,67359,67362,67364-67365,67367-67368,67398,67423-...Benjamin Peterson2008-11-30
* merge from trunkBenjamin Peterson2008-10-11
* #1535: rename __builtin__ module to builtins.Georg Brandl2007-12-02
* Patch# 1258 by Christian Heimes: kill basestring.Guido van Rossum2007-10-16
* Raise statement normalization in Lib/.Collin Winter2007-08-30
* Kill execfile(), use exec() insteadNeal Norwitz2007-08-12
* SF patch# 1770008 by Christian Heimes (plus some extras).Guido van Rossum2007-08-09
* Merged revisions 56125-56153 via svnmerge fromGuido van Rossum2007-07-03
* Merged revisions 55795-55816 via svnmerge fromGuido van Rossum2007-06-07
* Merged revisions 55631-55794 via svnmerge fromGuido van Rossum2007-06-06
* Merged revisions 55407-55513 via svnmerge fromGuido van Rossum2007-05-22
* Don't use StringType -- always test for basestring.Guido van Rossum2007-05-04
* Checkin the regenerated Python-ast.c and fix test_optparse.Georg Brandl2007-02-11
* Fix most trivially-findable print statements.Guido van Rossum2007-02-09
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-15
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-10
* Restructure comparison dramatically. There is no longer a defaultGuido van Rossum2006-08-24
* More has_key() fixes.Guido van Rossum2006-08-19
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-18
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-11
* Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svnThomas Wouters2006-06-08
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-27
* Reduce the usage of the types module.Raymond Hettinger2005-02-07
* Change code in setup.py for parsing LDFLAGS and CPPFLAGS to use optparseBrett Cannon2004-12-07
* Update optparse module and test suite to Optik 1.5a2.Greg Ward2004-10-27
* Use proper value for FalseNeal Norwitz2004-10-17
* Upgrade optparse module and tests to Optik 1.5a1:Greg Ward2004-07-31
* Fix support for the "prog" keyword to the OptionParser constructor, as wellFred Drake2004-04-01
* [Patch #900071] Be case-insensitive when removing 'usage:' stringAndrew M. Kuchling2004-03-21
* don't wrap lines too late by defaultFred Drake2004-01-26
* Update to Optik 1.4.1+: adds __all__ (Optik SF bug #728563).Greg Ward2003-05-08
* Whitespace normalization.Tim Peters2003-04-24