| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
| |
with corresponding unit tests
|
|
|
|
| |
Option2.normalize() method; added corresponding unit tests
|
| |
|
| |
|
|
|
|
| |
require subclassing from Option
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Type.__init__()
|
| |
|
|
|
|
| |
subclass attribute; updated Int, Unicode, and their unit tests accordingly
|
|
|
|
| |
corresponding unit tests
|
|
|
|
| |
python2.6 to versions tested
|
| |
|
| |
|
| |
|
|
|
|
| |
validation for Unicode
|
|
|
|
| |
tests; ipa_types.Int now uses check_min_max()
|
|
|
|
| |
unit tests
|
|
|
|
| |
console
|
| |
|
|
|
|
| |
Option.default_from
|
|
|
|
| |
Command.get_default_iter() now correctly calls Option.get_default() instead of Option.default()
|
|
|
|
| |
Option.default_from() if it's a DefaultFrom instance, and otherwise returns Option.default (the static default value)
|
|
|
|
| |
basestring; small work on DefaultFrom docstrings
|
| |
|
| |
|
|
|
|
| |
tests
|
| |
|
|
|
|
| |
ipalib.__init__.py
|
| |
|
| |
|
| |
|
|
|
|
| |
ClassChecker
|
|
|
|
| |
using ClassChecker
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
NameSpace iter behaiviour
|
|
|
|
| |
removed __call__() method from NameSpace as it subclasses from DictProxys; DictProxy unit tests now test __call__()
|
|
|
|
| |
same as the other container emulation in plugable.py, and made the dictorary interface return the base and the attribute interface return the MagicDict; updated API class and unit tests
|
| |
|
| |
|
| |
|