Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 227: check_type() and check_isinstance() now take arguments in (value, type_,... | Jason Gerard DeRose | 2008-09-02 | 1 | -47/+50 |
* | 226: check_type() and check_isinstance() now return the value; updated corres... | Jason Gerard DeRose | 2008-09-02 | 1 | -5/+5 |
* | 225: Added errors.check_type() and errors.check_isinstance() functions; added... | Jason Gerard DeRose | 2008-08-29 | 1 | -8/+80 |
* | 224: Reworked IPATypeError class into raise_TypeError function | Jason Gerard DeRose | 2008-08-29 | 1 | -35/+27 |
* | 223: IPATypeError takes as first argument, has attribute | Jason Gerard DeRose | 2008-08-29 | 1 | -8/+21 |
* | 222: Fixed broken assertion in IPATypeError; did more work on docstrings in same | Jason Gerard DeRose | 2008-08-29 | 1 | -7/+12 |
* | 221: Added errors.IPATypeError exception; added new test_errors.py module wit... | Jason Gerard DeRose | 2008-08-29 | 1 | -0/+46 |