summaryrefslogtreecommitdiff
path: root/jsonschema/validators.py
Commit message (Expand)AuthorAgeFilesLines
* Clean up the output when an unknow type is foundJohn Anderson2013-10-171-1/+1
* Move the documentation for validate into the validate docstringChristopher Armstrong2013-08-221-0/+40
* Update README and CHANGELOGv2.0.0Julian Berman2013-05-211-1/+0
* Remove ValidatorMixin.Julian Berman2013-05-211-17/+0
* Make sure to copy validators on extend.Julian Berman2013-05-211-1/+1
* Tidy the implementation a bit, + break the tests separately.Julian Berman2013-05-211-6/+4
* Added validator_for to provide direct access to validatorsDaniel Gonzalez (pegasus)2013-05-211-2/+10
* Better wording.Julian Berman2013-05-201-9/+9
* Add some more docstrings to ErrorTreeJulian Berman2013-05-201-2/+17
* Deprecate ValidatorMixin.Julian Berman2013-05-201-0/+6
* Add jsonschema.validators.extendJulian Berman2013-05-201-0/+11
* Oh fine I'll have an exceptions module.Julian Berman2013-05-201-5/+1
* MagicJulian Berman2013-05-201-444/+66
* Add version to create.Julian Berman2013-05-201-1/+9
* Make everything 5x slower.Julian Berman2013-05-201-83/+94
* Fix line length.Julian Berman2013-05-171-1/+2
* Provide own version of urlsplit and urldefrag that work with unknown schemes,...Chase Sterling2013-05-131-5/+5
* Merge branch 'split_into_package'Julian Berman2013-05-121-5/+6
* Split schemas to separate files, but load is brokenColin Dunklau2013-05-121-242/+2
* Break out into _format and validators.Julian Berman2013-05-121-0/+1049