summaryrefslogtreecommitdiff
path: root/jsonschema/exceptions.py
Commit message (Expand)AuthorAgeFilesLines
* Minor style.Julian Berman2019-09-051-4/+0
* Doc stylin.Julian Berman2019-09-031-6/+84
* Make exceptions hashable (but not comparable)Stuart Berg2018-12-051-10/+0
* Another.Julian Berman2018-08-161-1/+8
* Still comin' for you mocks.Julian Berman2018-08-151-0/+10
* One more.Julian Berman2017-12-241-1/+1
* :mod: / :exc: / :meth:Julian Berman2017-12-241-1/+1
* Merge remote-tracking branch 'bsmithers/types_draft4'Julian Berman2017-12-241-0/+14
|\
| * Minor changes addressing PR review issuesBen Smithers2017-12-111-1/+12
| * The new type interface: a TypeChecker classBen Smithers2017-11-271-0/+3
* | And now fix all the broken refs.Julian Berman2017-12-241-1/+1
|/
* Make it clear when it's a SchemaError vs ValidationError even in the message.Julian Berman2017-08-201-4/+8
* More style fun.Julian Berman2016-11-271-10/+9
* Minor for in ErrorTree for multiple errors on different levels.Joep van Dijken2016-05-171-1/+1
* Add a simple test and all of the args.Julian Berman2014-10-121-4/+12
* Merge remote-tracking branch 'immerrr/make-exceptions-picklable'Julian Berman2014-10-121-0/+4
|\
| * Make exceptions picklable on Python 2.Ximmerrr2014-10-071-0/+4
* | Fix Error.absolute_path logicaromanovich2014-09-041-2/+2
|/
* Formatting.Julian Berman2014-05-061-3/+4
* Fixes #164, ValidationError.__unicode__(): use 'is' operator instead ofankostis@host:STUW0252014-05-051-3/+3
* Add absolute path and absolute schema path.Julian Berman2013-12-251-16/+45
* Add `relevance`, hopefully less confusing to directly use than by_relevance().Julian Berman2013-12-241-1/+4
* Move ErrorTree closer to its friends.Julian Berman2013-10-301-0/+76
* Remove __eq__, since it causes hashability issues on Py3 that I don't want to...Julian Berman2013-10-271-8/+0
* Different strategy that's a lot more robust.Julian Berman2013-10-271-23/+17
* Use ._contents in create_fromJulian Berman2013-10-271-11/+1
* Initial stab at best_match.Julian Berman2013-10-271-1/+32
* Sort errors based on their paths.Julian Berman2013-10-271-18/+32
* Try to be as unconfusing as possible since is_type can be called outside vali...Julian Berman2013-10-201-2/+2
* Flake8.Julian Berman2013-10-201-3/+1
* Better Py2/3 supportJohn Anderson2013-10-181-2/+4
* Use pretty formattingJohn Anderson2013-10-171-3/+5
* Cleaned up outputJohn Anderson2013-10-171-2/+1
* Clean up the output when an unknow type is foundJohn Anderson2013-10-171-1/+22
* Oh fine I'll have an exceptions module.Julian Berman2013-05-201-0/+112