summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix datetime namespace typo"revert-395-patch-1Alec Thomas2019-06-191-1/+1
* Fix datetime namespace typoAndre Nakkurt2019-06-191-1/+1
* Updates README.md with svg badgesNikita Sobolev2019-03-121-2/+2
* Moved additional parameter to the end of the arguments list.Nicko van Someren2019-02-171-1/+1
* Added new test cases for Inclusive and Exclusive schema entries.Nicko van Someren2019-02-171-0/+57
* Added support for default values in Inclusive schemasNicko van Someren2019-02-171-1/+3
* Minor grammar fix in READMEDavid Beitey2019-02-161-2/+2
* Merge pull request #380 from CedricCabessa/fix-379-regression-with-Any-and-re...Alec Thomas2019-01-132-4/+32
|\
| * Fix #379: Regression with Any and requiredCédric Cabessa2019-01-112-4/+32
|/
* Merge pull request #377 from svisser/fix/issue_374Alec Thomas2018-12-312-6/+49
|\
| * Preserve Unicode strings when passed to utility functionsSimeon Visser2018-12-312-6/+49
* | Merge pull request #378 from svisser/fix/issue_370Alec Thomas2018-12-312-1/+17
|\ \ | |/ |/|
| * Allow extend to return a subclass of SchemaSimeon Visser2018-12-282-1/+17
|/
* Added htmlcov directory to .gitignore (#375)Simeon Visser2018-12-231-0/+1
* Merge pull request #371 from svisser/fix/mapping_deprecation_warningSimeon Visser2018-12-151-1/+6
|\
| * Fix DeprecationWarning related to collections.MappingSimeon Visser2018-12-141-1/+6
* | Merge pull request #373 from svisser/feature/maybe_msgSimeon Visser2018-12-152-2/+8
|\ \
| * | Allow msg to be specified for MaybeSimeon Visser2018-12-142-2/+8
| |/
* | Ignore .pytest_cache in .gitignoreSimeon Visser2018-12-151-0/+1
* | Merge pull request #364 from svisser/feature/inclusive_descriptionAlec Thomas2018-10-052-4/+8
|\ \ | |/ |/|
| * Updated Inclusive to accept description as wellSimeon Visser2018-10-042-4/+8
|/
* Fix open bug.Alec Thomas2018-08-052-2/+3
* Use long_description_content_type='text/markdown' yay!Alec Thomas2018-08-052-11/+6
* 0.11.3Alec Thomas2018-08-052-11/+6
* 0.11.2Alec Thomas2018-08-051-1/+1
* Merge pull request #356 from svisser/update-changelog-0115Alec Thomas2018-08-021-0/+8
|\
| * Updated changelog with 0.11.5 releaseSimeon Visser2018-08-011-0/+8
|/
* Updated changelog with 0.11.3 releaseSimeon Visser2018-07-291-1/+18
* Fix date validatorRiccardo Cirimelli2018-07-192-6/+6
* Include path in AnyInvalid errorsJulien Danjou2018-07-062-3/+52
* Add support for Python 3.7Julien Danjou2018-07-064-7/+9
* Added support for sets and frozensets (#342)Simeon Visser2018-06-243-0/+165
* Drop support for Python 3.3 (#343)Simeon Visser2018-06-243-6/+1
* Suggested practice for multi-field validationthatneat2018-06-231-0/+42
* Fix Python 3.x compatibility for setup.py (#332)Felix Yan2018-03-011-3/+3
* Use direct link to changelog to make it work on PyPISimeon Visser2018-02-171-1/+1
* 0.11.10.11.1Alec Thomas2018-02-153-4/+4
* Updated changelog to include changes merged after 0.10.5 releaseSimeon Visser2018-02-151-6/+26
* Modified __lt__ in Marker class.Mohammed Mohammed2018-02-144-1/+14
* Added note about backward incompatible changeSimeon Visser2018-02-091-1/+1
* Added validation for default valuesRobert Schindler2018-02-042-15/+22
* Link to pytest-voluptuous in README (#321)Tuukka Mustonen2018-01-121-0/+4
* Replace Maybe class with a functionJulien Danjou2018-01-012-12/+3
* Implement nested schema support and validators compilation (#318)Julien Danjou2017-12-264-45/+141
* Adding SomeOf validator (#314)Guy Arad2017-12-073-2/+108
* make Schema.__eq__ deterministic (#316)Dan Tao2017-12-072-5/+70
* add Schema.infer method (#311)Dan Tao2017-12-012-0/+117
* Make Schema([]) usage consistent with Schema({})Thibault Billon2017-11-022-2/+6
* Revert "Always evaluate {} as {}" as it breaks backward compatibilityThibault Billon2017-11-023-65/+3
* Merge pull request #307 from balloob/descriptionTushar Makkar2017-10-312-8/+26
|\