summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixing Issue #359 and updated readmegh-pagestusharmakkar082018-09-0116-277/+1507
* Fixing merge conflictstusharmakkar082018-09-0114-326/+1276
|\
| * 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
| |\
| | * Add description to MarkerPaulus Schoutsen2017-10-302-8/+26
| |/
| * Allow partial validation when using validate decorator (#296)Simeon Visser2017-09-092-1/+34
| * Merge pull request #300 from mattkohl/masterTushar Makkar2017-07-311-1/+1
| |\
| | * Fixed curl command in READMEmattkohl2017-07-311-1/+1
| |/
| * Merge pull request #295 from jonafato/sync-up-versionsTushar Makkar2017-06-272-1/+8
| |\
| | * Sync references to Python versionsJon Banafato2017-06-262-1/+8
| |/
| * Merge pull request #294 from jonafato/drop-eol-versionsTushar Makkar2017-06-273-7/+1
| |\
| | * Drop support for end-of-life Python versionsJon Banafato2017-06-263-7/+1
| |/
| * Merge pull request #293 from jonafato/python-3.6Tushar Makkar2017-06-273-1/+6
| |\
| | * Declare support for Python 3.6Jon Banafato2017-06-263-1/+6
| |/
| * Fix Coerce validator to catch decimal.InvalidOperationTymofii Trukhanov2017-06-011-1/+1
| * Merge pull request #290 from likang/masterTushar Makkar2017-05-134-35/+13
| |\
| | * absolute importlikang2017-05-134-35/+13
| |/
| * Remove Python 3.2 from Travis config.Alec Thomas2017-05-121-1/+0
| * Merge pull request #285 from balloob/allow-maybe-schemaTushar Makkar2017-05-122-16/+13
| |\
| | * Add more test casesPaulus Schoutsen2017-04-301-1/+5
| | * Allow more extensive schemas in MaybePaulus Schoutsen2017-04-302-15/+8
| |/
| * Updated changelog and readmetusharmakkar082017-04-212-1/+3
| * fixed issue 270tusharmakkar082017-04-193-23/+56