| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
| |
check_TypeError() in test_Option.test_normalize()
|
|
|
|
| |
ValidationError is raised so it works well with multivalues
|
| |
|
| |
|
| |
|
|
|
|
| |
tests; disable some broken unit tests
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
type_, name) order so the first two match the built-in isinstance() call signature
|
|
|
|
| |
corresponding unit tests
|
|
|
|
| |
added corresponding unit tests
|
| |
|
| |
|
| |
|
|
|
|
| |
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
|
| |
|
| |
|