summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* And docs for the arguments.best-matchJulian Berman2013-10-271-0/+8
|
* And add by_relevance docs.Julian Berman2013-10-271-3/+30
|
* Remove __eq__, since it causes hashability issues on Py3 that I don't want ↵Julian Berman2013-10-272-9/+2
| | | | to deal with at the moment.
* Update best_match docs.Julian Berman2013-10-272-3/+21
|
* 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-273-3/+213
|
* Sort errors based on their paths.Julian Berman2013-10-272-18/+72
|
* Merge commit '5f8aae8efc5a92c4b5f8c631f51c8b04a7141ea3'Julian Berman2013-10-272-0/+10
|\ | | | | | | | | * commit '5f8aae8efc5a92c4b5f8c631f51c8b04a7141ea3': Squashed 'json/' changes from b6f129e..468fa78
| * Squashed 'json/' changes from b6f129e..468fa78Julian Berman2013-10-272-0/+10
| | | | | | | | | | | | | | 468fa78 Add a test for valid URI reference, but invalid URI (which is not valid overall). git-subtree-dir: json git-subtree-split: 468fa788ca2053a69815c43abc500e044086120c
* | These should be URIs, not URI references.Julian Berman2013-10-271-1/+1
| | | | | | | | Closes #131
* | Pretty!Julian Berman2013-10-221-0/+5
| |
* | Try to be as unconfusing as possible since is_type can be called outside ↵Julian Berman2013-10-201-2/+2
| | | | | | | | validation.
* | Flake8.Julian Berman2013-10-201-3/+1
| |
* | Merge remote-tracking branch 'sontek/give_better_error_output'Julian Berman2013-10-202-2/+26
|\ \ | | | | | | | | | | | | | | | | | | | | | * sontek/give_better_error_output: Better Py2/3 support Use pretty formatting Cleaned up output Clean up the output when an unknow type is found
| * | 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-183-5/+9
|/ /
* | Merge pull request #129 from sontek/handle_non_string_typesJulian Berman2013-10-172-1/+6
|\ \ | | | | | | Allow non-string custom types (arbitrary objects).
| * | This allows defining custom typesJohn Anderson2013-10-172-1/+6
|/ /
* | Merge pull request #127 from taavi/masterJulian Berman2013-10-151-2/+3
|\ \ | | | | | | Precompiles is_host_name regex.
| * | Precompiles is_host_name regex.Taavi Burns2013-10-151-2/+3
|/ /
* | Sigh, reST, not markdown.Julian Berman2013-10-031-2/+2
| |
* | Line lengthJulian Berman2013-10-031-1/+2
| |
* | Panhandling.Julian Berman2013-10-031-0/+4
| |
* | Pass along arguments.Julian Berman2013-09-251-4/+4
| |
* | Re-add the coverage env.Julian Berman2013-09-251-0/+9
| |
* | Less confusing skip messageJulian Berman2013-09-221-3/+5
| |
* | Bump versionJulian Berman2013-09-221-1/+1
| |
* | Release v2.1.0v2.1.0Julian Berman2013-09-223-16/+13
| |
* | Merge commit '7b74ec8aa8f2b3414cb70ffa0e5a8fe3d1e24bcd'Julian Berman2013-09-223-0/+15
|\ \ | |/ | | | | | | * commit '7b74ec8aa8f2b3414cb70ffa0e5a8fe3d1e24bcd': Squashed 'json/' changes from 9dc2c40..b6f129e
| * Squashed 'json/' changes from 9dc2c40..b6f129eJulian Berman2013-09-223-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b6f129e patternProperties are not additionalProperties in draft3 either. 20fe647 Merge remote-tracking branch 'tolsen/patternProperties-are-not-additionalProperties' into develop 1fefae5 add test to draft4 that checks that patternProperties are not counted as additionalProperties 013a878 Merge pull request #44 from patefacio/develop 61705ec added entry for Dart 91febf4 Merge pull request #43 from zaggino/develop 0cf679f Added z-schema to the list f5f3d58 Merge pull request #42 from sigu-399/develop c029bbc Update README.md git-subtree-dir: json git-subtree-split: b6f129ea97c216490a7363843ee1946c9a3f2354
* | Merge pull request #123 from gazpachoking/error_index_fixbaserock/morphChase Sterling2013-08-252-1/+19
|\ \ | | | | | | Fix error paths when additionalItems is used with items keyword
| * | Cleanups to last commitChase Sterling2013-08-252-2/+19
| | | | | | | | | | | | Add new additionalItems test instead of replacing old one
| * | Fix error paths when additionalItems is used with items keyword. fix #122Chase Sterling2013-08-242-6/+7
|/ /
* | Merge pull request #121 from radeex/docs-in-docstringsJulian Berman2013-08-222-40/+40
|\ \ | | | | | | Move the documentation for validate into the validate docstring
| * | Move the documentation for validate into the validate docstringChristopher Armstrong2013-08-222-40/+40
|/ / | | | | | | | | This allows for a better experience when using the Python interactive interpreter.
* | Fight with reSTJulian Berman2013-07-281-7/+8
| |
* | Add a note about versioning.Julian Berman2013-07-281-2/+39
| |
* | Line length.Julian Berman2013-07-281-1/+3
| |
* | Be sure to test schema_path somewhere.Julian Berman2013-07-271-0/+17
| |
* | Merge pull request #117 from andrewSC/message-fix-prJulian Berman2013-07-242-2/+3
|\ \ | | | | | | Fix min and maxPropeties message
| * | Changed wording for minProperties and maxPropertiesAndrewSC2013-07-232-2/+3
| | |
| * | fixing messageAndrewSC2013-07-231-1/+1
|/ /
* | Fix docstring link typoJulian Berman2013-06-201-1/+1
| |
* | Stop stop repeating repeating.Julian Berman2013-06-171-1/+0
| |
* | Only allow RFC 3339 date times, not all of ISO 8601.Julian Berman2013-06-173-6/+19
| | | | | | | | Closes #115