summaryrefslogtreecommitdiff
path: root/jsonschema
Commit message (Expand)AuthorAgeFilesLines
* Release v2.3.0v2.3.0Julian Berman2013-11-021-1/+1
* Apply built-in formats only to strings, otherwise ignore.Julian Berman2013-10-304-12/+61
* Move ErrorTree closer to its friends.Julian Berman2013-10-305-143/+142
* Merge branch 'best-match'Julian Berman2013-10-282-19/+250
|\
| * Remove __eq__, since it causes hashability issues on Py3 that I don't want to...Julian Berman2013-10-272-9/+2
| * Update best_match docs.Julian Berman2013-10-271-1/+1
| * Different strategy that's a lot more robust.Julian Berman2013-10-272-91/+106
| * Use ._contents in create_fromJulian Berman2013-10-271-11/+1
| * Initial stab at best_match.Julian Berman2013-10-272-3/+182
| * Sort errors based on their paths.Julian Berman2013-10-272-18/+72
* | Format can apply to instances of any type.Julian Berman2013-10-282-4/+19
|/
* These should be URIs, not URI references.Julian Berman2013-10-271-1/+1
* 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
* Merge remote-tracking branch 'sontek/give_better_error_output'Julian Berman2013-10-202-2/+26
|\
| * 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-172-2/+23
* | Bump version.Julian Berman2013-10-181-1/+1
* | Release v2.2.0v2.2.0Julian Berman2013-10-181-1/+1
|/
* This allows defining custom typesJohn Anderson2013-10-172-1/+6
* Precompiles is_host_name regex.Taavi Burns2013-10-151-2/+3
* Less confusing skip messageJulian Berman2013-09-221-3/+5
* Bump versionJulian Berman2013-09-221-1/+1
* Release v2.1.0v2.1.0Julian Berman2013-09-221-1/+1
* Cleanups to last commitChase Sterling2013-08-252-2/+19
* Fix error paths when additionalItems is used with items keyword. fix #122Chase Sterling2013-08-242-6/+7
* Move the documentation for validate into the validate docstringChristopher Armstrong2013-08-221-0/+40
* Line length.Julian Berman2013-07-281-1/+3
* Be sure to test schema_path somewhere.Julian Berman2013-07-271-0/+17
* Changed wording for minProperties and maxPropertiesAndrewSC2013-07-231-2/+2
* fixing messageAndrewSC2013-07-231-1/+1
* Fix docstring link typoJulian Berman2013-06-201-1/+1
* Only allow RFC 3339 date times, not all of ISO 8601.Julian Berman2013-06-171-4/+9
* Show skipped format checkers.Julian Berman2013-06-171-1/+1
* Fix indentation.Julian Berman2013-06-171-11/+13
* Version bump.Julian Berman2013-06-021-1/+1
* Update README and CHANGELOGv2.0.0Julian Berman2013-05-211-1/+0
* Remove ValidatorMixin.Julian Berman2013-05-213-35/+4
* Spacing.Julian Berman2013-05-211-0/+1
* Make sure to copy validators on extend.Julian Berman2013-05-212-2/+3
* Tidy the implementation a bit, + break the tests separately.Julian Berman2013-05-212-22/+29
* Just leave it in jsonschema.validatorsJulian Berman2013-05-211-1/+1
* Added validator_for to provide direct access to validatorsDaniel Gonzalez (pegasus)2013-05-213-5/+32
* Better wording.Julian Berman2013-05-201-9/+9
* Add some more docstrings to ErrorTreeJulian Berman2013-05-201-2/+17
* Bump version.Julian Berman2013-05-201-1/+1
* Release v1.4.0Julian Berman2013-05-201-1/+1
* Deprecate ValidatorMixin.Julian Berman2013-05-201-0/+6