| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
Command.finalize() instead of Command.__init__(); updated corresponding unit tests
|
|
|
|
| |
Method.get_options()
|
| |
|
|
|
|
| |
max_args are given
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
and slice
|
|
|
|
| |
now works with int and slice objects
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
instead of self.options
|
| |
|
|
|
|
| |
a tuple instead of dict; updated unit tests
|
| |
|
|
|
|
| |
functionality so far in args_to_kw()
|
|
|
|
| |
tests; updated affected code
|
| |
|
|
|
|
| |
Command.options instance attribute
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
updated unit tests and other affected code
|
|
|
|
| |
instance attribute
|
|
|
|
| |
non-sorted NameSpaces; updated and improved NameSpace unit tests
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
subclasses
|
| |
|
| |
|
|
|
|
| |
Option.convert() does
|
|
|
|
| |
isinstance(value, basestring); updated corresponding unit tests
|
| |
|
| |
|