summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Show skipped format checkers.Julian Berman2013-06-171-1/+1
|
* Make py.test less stupid.Julian Berman2013-06-171-3/+6
|
* Merge commit '0a93c5da6f8db71ded773af1d5609c5f2e6ba241'Julian Berman2013-06-174-5/+19
|\
| * Squashed 'json/' changes from 0b8c484..9dc2c40Julian Berman2013-06-174-5/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | 9dc2c40 Ensure that only RFC3339 datetimes are valid. b4850be Merge pull request #41 from mchiocca/develop c5c9202 Add json-schema (PHP) to the list of who uses the test suite. dfa1985 Remove composer.json. 429b872 Add composer.json file for PHP dependency management. - This allows PHP projects that use Composer to include this project as a required dependency. 4eaaea8 Fix for newer jsonschemas. f61fc0d Make the README not lie. git-subtree-dir: json git-subtree-split: 9dc2c40347a8724163461ab553c0fb1adf812f89
* | cls_checks is a classmethodJulian Berman2013-06-171-1/+1
| |
* | Fix indentation.Julian Berman2013-06-171-11/+13
| |
* | Fix default example.Julian Berman2013-06-141-9/+17
| |
* | Tables are good maybe.Julian Berman2013-06-021-0/+20
| |
* | Version bump.Julian Berman2013-06-021-1/+1
| |
* | Remove embedded markupJulian Berman2013-05-281-1/+1
| |
* | Add a FAQ with info on default.Julian Berman2013-05-262-0/+49
| |
* | Update README and CHANGELOGv2.0.0Julian Berman2013-05-213-4/+11
| |
* | Remove ValidatorMixin.Julian Berman2013-05-213-35/+4
| |
* | Spacing.Julian Berman2013-05-211-0/+1
| |
* | Add some clearer notes.Julian Berman2013-05-211-3/+22
| |
* | 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
| |
* | Add a docstring.Julian Berman2013-05-211-0/+10
| |
* | Just leave it in jsonschema.validatorsJulian Berman2013-05-211-1/+1
| |
* | Typo.Julian Berman2013-05-211-1/+2
| |
* | Added validator_for to provide direct access to validatorsDaniel Gonzalez (pegasus)2013-05-214-5/+34
| |
* | Better wording.Julian Berman2013-05-201-9/+9
| |
* | Forgot one.Julian Berman2013-05-201-0/+5
| |
* | Add some more docstrings to ErrorTreeJulian Berman2013-05-202-2/+19
| |
* | Bump version.Julian Berman2013-05-201-1/+1
| |
* | Update README and CHANGELOGJulian Berman2013-05-202-9/+23
| |
* | Include testsJulian Berman2013-05-201-1/+1
| |
* | Add note about single version test running.Julian Berman2013-05-201-0/+3
| |
* | Release v1.4.0Julian Berman2013-05-201-1/+1
| |
* | Fix the other interdoc links here.Julian Berman2013-05-201-5/+5
| |
* | Interdoc link.Julian Berman2013-05-201-6/+7
| |
* | Oh, it didn't like the role.Julian Berman2013-05-201-1/+1
| |
* | No idea why it complains about one indentation and not the other here.Julian Berman2013-05-201-0/+9
| |
* | Deprecate ValidatorMixin.Julian Berman2013-05-201-0/+6
| |
* | Add jsonschema.validators.extendJulian Berman2013-05-203-2/+35
| |