summaryrefslogtreecommitdiff
path: root/voluptuous.py
Commit message (Expand)AuthorAgeFilesLines
* Return as many validation errors as possible.multiple_errorsAlec Thomas2011-10-201-32/+66
* Fixed the mistake of using type(schema) instead of type(data).Jack Kuan2011-08-111-2/+2
* Made dict and list work as type validators...Jack Kuan2011-08-111-8/+8
* Added path-based validation.Daniel Cooper2010-11-251-0/+31
* Add a bunch of string transforms.Alec Thomas2010-11-231-1/+42
* Allow None in schemas.Alec Thomas2010-08-011-3/+4
* Fix an oversight with helper functions using validate_scalar().Alec Thomas2010-08-011-4/+4
* Bump version to 0.3.Alec Thomas2010-07-281-1/+1
* Implement and document required+extra keys.Alec Thomas2010-07-281-15/+21
* Improved README considerably.Alec Thomas2010-07-281-12/+57
* Add support for "extra" keys.Alec Thomas2010-07-271-10/+40
* Added two new validators: range() and length().Alec Thomas2010-07-211-0/+25
* Bump version to 0.2.0.2Alec Thomas2010-07-201-3/+3
* *Vastly* improved error reporting.Alec Thomas2010-07-201-79/+166
* Missed a reference to README.rst.0.1Alec Thomas2010-07-151-2/+2
* Add __version__ and __author__ support.Alec Thomas2010-07-151-0/+4
* Initial import.Alec Thomas2010-07-151-0/+477