summaryrefslogtreecommitdiff
path: root/jsonschema.py
Commit message (Expand)AuthorAgeFilesLines
* Clarify a deprecation message.Julian Berman2012-06-191-1/+2
* Deprecate meta_validateJulian Berman2012-06-191-30/+55
* ErrorTree.__repr__Julian Berman2012-06-191-0/+3
* ErrorTrees, to make programmatic poking at validation easier.Julian Berman2012-06-181-0/+34
* Forgot to bump the version number.Julian Berman2012-06-181-1/+1
* With the validation detail, the reraise stuff should be unnecessary.Julian Berman2012-06-181-27/+4
* TypoJulian Berman2012-06-181-1/+1
* Provide error details for each ValidationError.Julian Berman2012-06-181-41/+92
* Reimplement deprecated stop_on_errorJulian Berman2012-06-101-0/+11
* Deprecate stop_on_error in favor of iter_errors.Julian Berman2012-06-081-70/+70
* Fixed a bug caused by implementation of _SKIPPEDJulian Berman2012-06-071-18/+17
* Fix reraising with the stack for Py3Julian Berman2012-06-071-6/+29
* Preserve .errors in SchemaError.Glenn Maynard2012-06-071-1/+4
* Python3-compatible fix: don't discard exception backtraces.Glenn Maynard2012-06-071-1/+6
* Fix an exception when a "properties" value is not an object.Glenn Maynard2012-06-061-1/+1
* Deprecate {string,number}_types for a more robust thing.Julian Berman2012-06-051-20/+38
* Release notes & version bump for v0.3v0.3Julian Berman2012-06-051-1/+1
* Comment cleanup.Julian Berman2012-06-031-7/+5
* Revert "Fix the stack for ValidationErrors being lost."Julian Berman2012-06-031-1/+1
* Fix the stack for ValidationErrors being lost.Glenn Maynard2012-05-311-1/+1
* Fix divisibleBy when the item isn't a number.Glenn Maynard2012-05-311-0/+3
* Fix verification for minimum and maximum.Glenn Maynard2012-05-311-0/+6
* Fix "items" verification.Glenn Maynard2012-05-311-0/+4
* Fix "properties" verification.Glenn Maynard2012-05-301-0/+4
* Fixed docstring for updated unknown_* default.Julian Berman2012-05-231-3/+5
* Stale future import from 2.5.Julian Berman2012-04-291-1/+1
* Clarify the ``string_types`` parameter for Python 2.x vs. Python 3.xMichael Droettboom2012-04-231-5/+7
* Remove Python 2.5 "next" backward compatibility, since this code no longer wo...Michael Droettboom2012-04-231-13/+0
* Minor formatting and cleanup.Julian Berman2012-04-201-10/+8
* An initial stab at making jsonschema Python 3.x compatible.Michael Droettboom2012-04-201-115/+131
* Removed the securetypes stuff.Julian Berman2012-04-191-40/+23
* Change defaults for unknown type and unknown propertyJulian Berman2012-04-191-1/+1
* Stale importJulian Berman2012-02-191-8/+0
* Upping the epsilon for checking floats' divisibleByJulian Berman2012-02-191-1/+5
* Expose .is_type, .error, .schema_errorJulian Berman2012-02-121-38/+38
* Minor style fixJulian Berman2012-02-101-3/+1
* Fixing a docstringJulian Berman2012-02-101-5/+5
* Meta schema validationJulian Berman2012-02-101-10/+125
* Some more documentationJulian Berman2012-02-091-1/+1
* Added basic extends support. forthcoming (I hope)Julian Berman2012-01-301-2/+7
* Make the error message for additionals prettierJulian Berman2012-01-301-3/+18
* Fixed additional{Properties,Items} to appropriately typecheck.Julian Berman2012-01-291-0/+6
* Minor cleanup + 'privatize' of _uniqJulian Berman2012-01-201-10/+15
* Adding uniqueItems with optional (recommended) dep on securetypes.Julian Berman2012-01-181-1/+44
* Adding a basic readme, some classifiers, and bumped the version.Julian Berman2012-01-161-1/+1
* Minor: Changed a few errant %s's to %r's.Julian Berman2012-01-161-4/+4
* Make {max,min}{Items,Length} stricter, and 'clean up' type checking.Julian Berman2012-01-151-33/+53
* DocstringJulian Berman2012-01-151-0/+21
* __version__ bumpJulian Berman2012-01-011-0/+4
* A docstring, and unknown_type/unknown_property.Julian Berman2012-01-011-9/+47