summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
| |
* | Update JSON Schema Test SuiteJulian Berman2013-05-201-1/+1
|\ \ | |/ | | | | Merge commit '69b18993aa7e2c630745db80df6392a2f758a52e'
| * Squashed 'json/' changes from 6c303ca..0b8c484Julian Berman2013-05-201-1/+1
| | | | | | | | | | | | | | 0b8c484 Fix invalid format git-subtree-dir: json git-subtree-split: 0b8c484ffc164e85ac0f3410582814718b45ab6a
* | Arguments.Julian Berman2013-05-202-4/+15
| |
* | Start some creating docs.Julian Berman2013-05-202-2/+14
| |
* | Oh fine I'll have an exceptions module.Julian Berman2013-05-205-106/+121
| | | | | | | | | | I generally hate this, but there's enough ugliness and eventually it'd be nice to have these in a public module for when we might want them out of __init__.py
* | MagicJulian Berman2013-05-205-452/+522
| | | | | | | | Reimplement validators with jsonschema.validators.create
* | Add version to create.Julian Berman2013-05-202-2/+22
| |
* | Make everything 5x slower.Julian Berman2013-05-202-84/+135
| | | | | | | | | | | | Add jsonschema.validators.create, and reimplement ValidatorMixin in terms of it. This makes all of the validators much much slower, but stay tuned for magic.