summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Lets wrestle with reSt shall we.v0.4Julian Berman2012-06-191-0/+5
* Release 0.4Julian Berman2012-06-191-1/+1
* Update release notes.Julian Berman2012-06-192-6/+41
* Putting the license in the readme.Julian Berman2012-06-192-19/+24
* Clarify a deprecation message.Julian Berman2012-06-191-1/+2
* Deprecate meta_validateJulian Berman2012-06-192-30/+62
* ErrorTree.__repr__Julian Berman2012-06-191-0/+3
* Added an example of ErrorTree to the README.Julian Berman2012-06-181-0/+27
* ErrorTrees, to make programmatic poking at validation easier.Julian Berman2012-06-182-7/+82
* 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-182-41/+173
* Split off deprecation tests.Julian Berman2012-06-101-0/+1
* Clarify the line about iter_errors.Julian Berman2012-06-101-2/+1
* Reimplement deprecated stop_on_errorJulian Berman2012-06-101-0/+11
* Deprecate stop_on_error in favor of iter_errors.Julian Berman2012-06-083-93/+102
* Fixed a bug caused by implementation of _SKIPPEDJulian Berman2012-06-071-18/+17
* Minor style changesJulian Berman2012-06-071-21/+20
* Fix reraising with the stack for Py3Julian Berman2012-06-073-14/+29
* Rename property in test schema.Glenn Maynard2012-06-071-1/+1
* Test .errors propagation for SchemaError.Glenn Maynard2012-06-071-0/+7
* Preserve .errors in SchemaError.Glenn Maynard2012-06-071-1/+4
* Python3-compatible fix: don't discard exception backtraces.Glenn Maynard2012-06-073-1/+14
* Fix an exception when a "properties" value is not an object.Glenn Maynard2012-06-062-1/+4
* Deprecate {string,number}_types for a more robust thing.Julian Berman2012-06-052-21/+53
* Release notes & version bump for v0.3v0.3Julian Berman2012-06-052-8/+17
* Removed two more stale 2.5 things.Julian Berman2012-06-031-9/+1
* Comment cleanup.Julian Berman2012-06-031-7/+5
* Moved irrelevant type tests to test_ methods.Julian Berman2012-06-031-6/+18
* 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-312-0/+4
* Replace multiple_types_with_properties and multiple_types_with_items withGlenn Maynard2012-05-311-22/+2
* Fix verification for minimum and maximum.Glenn Maynard2012-05-312-0/+9
* Fix quotes (for consistency).Glenn Maynard2012-05-311-2/+2
* Fix "items" verification.Glenn Maynard2012-05-312-0/+15
* Fix "properties" verification.Glenn Maynard2012-05-302-0/+15
* Fixed docstring for updated unknown_* default.Julian Berman2012-05-231-3/+5
* Stale future import from 2.5.Julian Berman2012-04-292-2/+1
* Fixed classifiers for py3.Julian Berman2012-04-291-2/+3
* 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-202-19/+19
* Fix a doctest for py3, which includes modules in tracebacks.Julian Berman2012-04-201-1/+3
* An initial stab at making jsonschema Python 3.x compatible.Michael Droettboom2012-04-204-268/+298
* Removed the securetypes stuff.Julian Berman2012-04-194-101/+25
* Change defaults for unknown type and unknown propertyJulian Berman2012-04-192-3/+3
* Updating the READMEJulian Berman2012-02-241-26/+20
* Fixed a typo and elaborated a tiny bit.Julian Berman2012-02-191-2/+4