summaryrefslogtreecommitdiffstats
path: root/ipalib/errors.py
Commit message (Collapse)AuthorAgeFilesLines
* 285: Started work on Command.args_to_kw() method; added unit test for ↵Jason Gerard DeRose2008-09-101-0/+13
| | | | functionality so far in args_to_kw()
* 248: Removed depreciated SetError and TwiceSetError exceptionsJason Gerard DeRose2008-09-031-8/+0
|
* 247: Added unit tests for errors.RequirementErrorJason Gerard DeRose2008-09-031-4/+3
|
* 246: Added unit tests for errors.RuleErrorJason Gerard DeRose2008-09-031-3/+3
|
* 245: Removed depreciated NormalizationErrorJason Gerard DeRose2008-09-031-8/+0
|
* 244: Added unit tests for errors.ConversionErrorJason Gerard DeRose2008-09-031-4/+8
|
* 243: Added unit tests for errors.ValidationErrorJason Gerard DeRose2008-09-031-0/+2
|
* 242: Started cleanup of custom exceptions; added unit tests for errors.IPAErrorJason Gerard DeRose2008-09-031-16/+21
|
* 241: Added additional index=None kwarg to errors.ValidationError.__init__()Jason Gerard DeRose2008-09-031-1/+2
|
* 239: Added errors.ConversionError; started big clean up of how ↵Jason Gerard DeRose2008-09-031-0/+8
| | | | ValidationError is raised so it works well with multivalues
* 230: Renamed allow_None kwarg to allow_noneJason Gerard DeRose2008-09-021-6/+6
|
* 227: check_type() and check_isinstance() now take arguments in (value, ↵Jason Gerard DeRose2008-09-021-13/+13
| | | | type_, name) order so the first two match the built-in isinstance() call signature
* 226: check_type() and check_isinstance() now return the value; updated ↵Jason Gerard DeRose2008-09-021-0/+2
| | | | corresponding unit tests
* 225: Added errors.check_type() and errors.check_isinstance() functions; ↵Jason Gerard DeRose2008-08-291-8/+28
| | | | added corresponding unit tests
* 224: Reworked IPATypeError class into raise_TypeError functionJason Gerard DeRose2008-08-291-18/+23
|
* 223: IPATypeError takes as first argument, has attributeJason Gerard DeRose2008-08-291-8/+21
|
* 222: Fixed broken assertion in IPATypeError; did more work on docstrings in sameJason Gerard DeRose2008-08-291-2/+6
|
* 221: Added errors.IPATypeError exception; added new test_errors.py module ↵Jason Gerard DeRose2008-08-291-0/+20
| | | | with corresponding unit tests
* 218: Finished unit tests for Option2.validate(), Option2.validate_scalar()Jason Gerard DeRose2008-08-281-0/+1
|
* 143: Added errors.RequirementError exception; cmd.validate() now raises ↵Jason Gerard DeRose2008-08-131-0/+12
| | | | RequirementError if a required option is missing
* 142: python2.4: Fixed custom exceptions in errors.py as exceptions in ↵Jason Gerard DeRose2008-08-131-3/+3
| | | | Python2.4 are not new-style classes
* 86: Actually change *all* tab indentation to 4-space: 'sed s/\t/ /g'Jason Gerard DeRose2008-08-081-33/+33
|
* 81: Switch from tab to 4-space indentationJason Gerard DeRose2008-08-081-80/+80
|
* 76: Fleshed out opt.validate(); added corresponding unit testsJason Gerard DeRose2008-08-071-3/+5
|
* 72: Started work on public.opt class; added corresponding unit testsJason Gerard DeRose2008-08-071-0/+20
|
* 65: Finished simplified Proxy2 class; updated unit testsJason Gerard DeRose2008-08-061-3/+0
|
* 47: Added plugable.check_identifier() function; added corresponding unit testsJason Gerard DeRose2008-08-051-1/+4
|
* 31: Renamed exceptions.py to errors.pyJason Gerard DeRose2008-07-311-0/+127