]> arthur.barton.de Git - bup.git/history - lib/bup/options.py
get: adjust for python 3 and test there
[bup.git] / lib / bup / options.py
2020-02-02 Johannes Bergoptions: remove unused _atoi()
2018-03-28 Rob BrowningAdd "AND CONTRIBUTORS" to options.py license
2018-01-27 Rob BrowningUse absolute_import from the __future__ everywhere
2018-01-20 Rob Browningoptions: use items() instead of iteritems()
2017-04-06 Rob Browningtty_width: only import fcntl and termios once
2016-01-01 Rob BrowningUse Python 3 compatible "except ... as e" syntax
2012-08-17 Rob BrowningMention that option values will be converted to integer...
2012-03-20 Avery Pennarunoptions.py: get rid of end-of-line whitespace.
2012-03-19 Avery Pennarunoptions.py: clean up handling of --no-* options.
2012-03-19 Avery Pennarunoptions.py: don't crash given semi-invalid optspecs.
2011-11-04 Avery Pennarunoptions.py: relicense to 2-clause BSD license.
2011-05-30 Avery PennarunMerge branch 'master' into meta
2011-05-15 Avery PennarunMerge branch 'master' into config
2011-05-15 Avery Pennarunoptions.py: add support for '-#' style compression...
2011-02-28 Avery PennarunMerge branch 'master' into meta
2011-02-26 Avery PennarunMerge commit '6f02181' bup-0.24
2011-02-20 Avery Pennarunoptions.py: o.fatal(): print error after, not before...
2011-02-20 Avery Pennarunoptions.py: make --usage just print the usage message.
2011-02-10 Rob BrowningMerge remote branch 'origin/master' into meta
2011-02-07 Avery PennarunMerge branch 'daemon_msg' of git://github.com/leto/bup bup-0.22a
2011-02-06 Gabriel Filionoptions.py: update docstrings and detail optspec
2011-01-26 Avery Pennarunoptions.py: generate usage string correctly for no...
2011-01-26 Avery Pennarunoptions.py: don't die if tty width is set to 0.
2011-01-18 Gabriel Filionoptions: remove unused 'exe' parameter
2010-09-08 Avery Pennarunoptions.py: get the real tty width for word wrapping...
2010-09-08 Avery Pennarunoptions.py: remove extra newlines in usage string.
2010-09-08 Avery Pennarunoptions.py: handle optspecs that include inline square...
2010-09-08 Avery Pennarunoptions.py: better support for explicit no-* options.
2010-08-22 Gabriel Filionlib/bup/options: Add docstrings
2010-07-28 Avery Pennarunoptions.py: support for putting default values in ...
2010-07-27 Gabriel Filionlib/options: Add an onabort argument to Options()
2010-07-12 Brandon Lowoptions.py: differentiate unset and set-to-negative...
2010-03-21 Avery Pennarunoptions: allow user to specify an alternative to getopt...
2010-03-03 Avery Pennarunbup.options: remove reference to bup.helpers.
2010-02-28 Avery PennarunMove python library files to lib/bup/