History log of /external/python/cpython2/Lib/optparse.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5b48fa9fa4f0848c26ba6a8d7bdaf1c4f555527c 19-Apr-2016 Martin Panter <vadmium+py@gmail.com> Fix spelling (inital), grammar (may translates) in documentation, comments
/external/python/cpython2/Lib/optparse.py
9a118f1dc3f23ead28f31fdc5144ad5ce01e5b7f 17-Apr-2016 Serhiy Storchaka <storchaka@gmail.com> Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
/external/python/cpython2/Lib/optparse.py
9f8621fa7d3562f472b6a16854df51bfb3fdbd5f 09-Jan-2014 Serhiy Storchaka <storchaka@gmail.com> Issue #13107: argparse and optparse no longer raises an exception when output
a help on environment with too small COLUMNS. Based on patch by
Elazar Gershuni.
/external/python/cpython2/Lib/optparse.py
f5469cff1f90381819291bcddcc70f5aaf2da141 17-Aug-2013 Ezio Melotti <ezio.melotti@gmail.com> #18705: fix a number of typos. Patch by FĂ©vry Thibault.
/external/python/cpython2/Lib/optparse.py
a436e713b6fe188138b51eccbc4212ad4781b459 05-May-2011 R David Murray <rdmurray@bitdance.com> #8158: add missing 'description' description to optparse docstring.
/external/python/cpython2/Lib/optparse.py
3caf7b9c888cafa286039379f642cbd09c7ae7cf 05-Jul-2010 R. David Murray <rdmurray@bitdance.com> #9161: Fix regression in acceptance of unicode strings in add_option calls.

The original change in 2.6 was made during rc1 changeover, and did not
get ported to 2.7. The original change may not even have been
intentional, but if so it doesn't seem to have caused any problems.
/external/python/cpython2/Lib/optparse.py
aa48157d3da1ce587f6fb99dced18014b85215dc 12-Apr-2009 Georg Brandl <georg@python.org> #5719: add short usage example to optparse docstring.
/external/python/cpython2/Lib/optparse.py
c5d8c6334571b17bef1111e8a6978d50bd38efb3 31-Mar-2009 Georg Brandl <georg@python.org> #5190: export make_option in __all__.
/external/python/cpython2/Lib/optparse.py
3e4caeb3bf2b2579861e9f3379e3508fbb30549c 21-Feb-2009 Mark Dickinson <dickinsm@gmail.com> Issue #5341: Fix a variety of spelling errors.
/external/python/cpython2/Lib/optparse.py
21f25d3fcde75d26be878d27575241d36e0c9401 23-Nov-2008 Benjamin Peterson <benjamin@python.org> raise a better error
/external/python/cpython2/Lib/optparse.py
ddbce9e84597e4047fa5063fb53ca935e1214448 06-Oct-2008 Andrew M. Kuchling <amk@amk.ca> Per Greg Ward, optparse is no longer being externally maintained.
I'll look at the bugs in the Optik bug tracker and copy them to the Python bug
tracker if they're still relevant.
/external/python/cpython2/Lib/optparse.py
dcf3b1c79a95cd3d29cae6a99fcc8f752ee9281a 05-Oct-2008 Andrew M. Kuchling <amk@amk.ca> #1415508 from Rocky Bernstein: add docstrings for enable_interspersed_args(), disable_interspersed_args()
/external/python/cpython2/Lib/optparse.py
930795b7e02835421ef1c998d0b99ffa5e930239 10-Jul-2008 Raymond Hettinger <python@rcn.com> Clear the -3 warnings in optparse.py
/external/python/cpython2/Lib/optparse.py
5b25bc05983c43d1663136bc4ca0e3e472a05c56 27-Jan-2008 Christian Heimes <christian@cheimes.de> Change isbasestring function as discussed on the cvs list a while ago
/external/python/cpython2/Lib/optparse.py
082c9b0267e45cdff9bb8d30a4332f63bd14c58e 23-Jan-2008 Christian Heimes <christian@cheimes.de> Fixed bug #1915: Python compiles with --enable-unicode=no again. However several extension methods and modules do not work without unicode support.
/external/python/cpython2/Lib/optparse.py
48fae7acd2c1a1d467a78688d4eeaea3315d5f98 23-Jul-2006 Greg Ward <gward@python.net> Resync optparse with Optik 1.5.3: minor tweaks for/to tests.
/external/python/cpython2/Lib/optparse.py
4f96f1f2b5068b8e8bd8d0f83f856b6e2883a3ab 11-Jun-2006 Tim Peters <tim.peters@gmail.com> Whitespace normalization.
/external/python/cpython2/Lib/optparse.py
0e0c9f47403b382f72f9dffc5becb1641fa8da48 11-Jun-2006 Greg Ward <gward@python.net> Bug #1498146: fix optparse to handle Unicode strings in option help,
description, and epilog.
/external/python/cpython2/Lib/optparse.py
a3f092751ae5f29957c78a7e86381532629c7fa3 28-May-2006 Armin Rigo <arigo@tunes.org> ("Forward-port" of r46506)

Remove various dependencies on dictionary order in the standard library
tests, and one (clearly an oversight, potentially critical) in the
standard library itself - base64.py.

Remaining open issues:
* test_extcall is an output test, messy to make robust
* tarfile.py has a potential bug here, but I'm not familiar
enough with this code. Filed in as SF bug #1496501.
* urllib2.HTTPPasswordMgr() returns a random result if there is more
than one matching root path. I'm asking python-dev for
clarification...
/external/python/cpython2/Lib/optparse.py
81b7e57e49be161cd7b9230e2ebb6fa8df5b0af8 23-Apr-2006 Tim Peters <tim.peters@gmail.com> Whitespace normalization.
/external/python/cpython2/Lib/optparse.py
ab05edc0d1fd6369cb6aa6175af68e0c0c00c60a 23-Apr-2006 Greg Ward <gward@python.net> Update optparse to Optik 1.5.1.
/external/python/cpython2/Lib/optparse.py
f715366f23f47832a4b9914c54d5a63b19f17eba 07-Feb-2005 Raymond Hettinger <python@rcn.com> Reduce the usage of the types module.
/external/python/cpython2/Lib/optparse.py
84667c063a1e93a985134f7cef376edf82941c02 07-Dec-2004 Brett Cannon <bcannon@gmail.com> Change code in setup.py for parsing LDFLAGS and CPPFLAGS to use optparse
instead of getopt. Required making use of gettext._ as optional (optparse
changed OK'ed by Greg Ward in private email).
/external/python/cpython2/Lib/optparse.py
48aa84b24d02f1564f74bba34f0e3e7d820a8c15 27-Oct-2004 Greg Ward <gward@python.net> Update optparse module and test suite to Optik 1.5a2.
/external/python/cpython2/Lib/optparse.py
1338946c7bd0f6545d1dcde5d0bd62ff7a7db510 17-Oct-2004 Neal Norwitz <nnorwitz@gmail.com> Use proper value for False
/external/python/cpython2/Lib/optparse.py
eba20e601520adef966da23ff149150da362ebb6 31-Jul-2004 Greg Ward <gward@python.net> Upgrade optparse module and tests to Optik 1.5a1:
* add expansion of default values in help text: the string
"%default" in an option's help string is expanded to str() of
that option's default value, or "none" if no default value.
* bug #955889: option default values that happen to be strings are
now processed in the same way as values from the command line; this
allows generation of nicer help when using custom types. Can
be disabled with parser.set_process_default_values(False).
* bug #960515: don't crash when generating help for callback
options that specify 'type', but not 'dest' or 'metavar'.
* feature #815264: change the default help format for short options
that take an argument from e.g. "-oARG" to "-o ARG"; add
set_short_opt_delimiter() and set_long_opt_delimiter() methods to
HelpFormatter to allow (slight) customization of the formatting.
* patch #736940: internationalize Optik: all built-in user-
targeted literal strings are passed through gettext.gettext(). (If
you want translations (.po files), they're not included with Python
-- you'll find them in the Optik source distribution from
http://optik.sourceforge.net/ .)
* bug #878453: respect $COLUMNS environment variable for
wrapping help output.
* feature #988122: expand "%prog" in the 'description' passed
to OptionParser, just like in the 'usage' and 'version' strings.
(This is *not* done in the 'description' passed to OptionGroup.)
/external/python/cpython2/Lib/optparse.py
456d3258d64f4c60a7787dd59f5c68bafb81584c 01-Apr-2004 Fred Drake <fdrake@acm.org> Fix support for the "prog" keyword to the OptionParser constructor, as well
as directly setting the .prog attribute (which should be supported based on
the class docstring).
Closes SF bug #850964.
/external/python/cpython2/Lib/optparse.py
56d7913baebe520015c4d25dd1a7469cfd918527 21-Mar-2004 Andrew M. Kuchling <amk@amk.ca> [Patch #900071] Be case-insensitive when removing 'usage:' string
/external/python/cpython2/Lib/optparse.py
4e9e7a61404ea168ffa30f5ef5203d3e0cb3d172 26-Jan-2004 Fred Drake <fdrake@acm.org> don't wrap lines too late by default
closes SF bug #842213
/external/python/cpython2/Lib/optparse.py
4656ed44ca0cf90225ea1da04fa4154c77f02b0e 08-May-2003 Greg Ward <gward@python.net> Update to Optik 1.4.1+: adds __all__ (Optik SF bug #728563).
/external/python/cpython2/Lib/optparse.py
0eadaac7dc3ae49974c105ff9e8c1e98a04d7d5a 24-Apr-2003 Tim Peters <tim.peters@gmail.com> Whitespace normalization.
/external/python/cpython2/Lib/optparse.py
2492fcf3b0d58eafc9a7551263857649fcc7f1a4 21-Apr-2003 Greg Ward <gward@python.net> Update to Optik 1.4.1; here are the relevant bits of the change log:

* 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.
/external/python/cpython2/Lib/optparse.py
5bd844e20f7faf4c9c7c9eda6b92ba48a44af33c 04-Jan-2003 Greg Ward <gward@python.net> Tweak __version__ -- the current code is between Optik 1.4 and 1.4.1.
/external/python/cpython2/Lib/optparse.py
b9ba45894abc8441b4786be992dd618b2cace3a8 14-Nov-2002 Guido van Rossum <guido@python.org> Checking in Greg Ward's Optik, as optparse.py. This is the most
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.
/external/python/cpython2/Lib/optparse.py