summaryrefslogtreecommitdiff
path: root/jsonschema
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | 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
|
* Move the documentation for validate into the validate docstringChristopher Armstrong2013-08-221-0/+40
| | | | | This allows for a better experience when using the Python interactive interpreter.
* 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
| | | | Closes #115
* 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
|
* Add jsonschema.validators.extendJulian Berman2013-05-202-2/+24
|
* 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.
* Some module docstrings.Julian Berman2013-05-182-0/+14
|
* Fix line length.Julian Berman2013-05-171-1/+2
|
* Bit of cleanup.Julian Berman2013-05-171-24/+28
|
* Move tests into package.Julian Berman2013-05-175-0/+1043
|
* Provide own version of urlsplit and urldefrag that work with unknown ↵Chase Sterling2013-05-133-10/+31
| | | | schemes, fix #104
* Merge branch 'split_into_package'Julian Berman2013-05-121-5/+6
| | | | Closes: #101
* Pretty JSON.Julian Berman2013-05-122-2/+422
|
* Global flake8 ignoreJulian Berman2013-05-122-4/+11
|
* Fixed loading problem for schema jsonColin Dunklau2013-05-121-1/+4
|
* Split schemas to separate files, but load is brokenColin Dunklau2013-05-124-242/+17
|
* Cleanup tests a bit.Colin Dunklau2013-05-122-7/+3
| | | | | Removed doctest attempt for module. Renamed tests.py -> test_jsonschema.py
* Break out into _format and validators.Julian Berman2013-05-125-1270/+1280
|
* Nicer name for string-listify functionColin Dunklau2013-05-122-5/+5
|
* URIDict to _utils, fixed naming, package testColin Dunklau2013-05-122-41/+41
|
* Minor style changesColin Dunklau2013-05-113-11/+8
|