summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Merge pull request #279 from ngaya-ll/masterTushar Makkar2017-04-183-3/+39
| |\ | | | | | | Better old-style class support
| | * Update CHANGELOGNick Gaya2017-04-171-0/+3
| | |
| | * Better old-style class supportNick Gaya2017-04-132-3/+36
| |/
| * Bumping to 0.10.5 for failing test case0.10.5tusharmakkar082017-04-133-3/+3
| |
| * Updated version for Readme in pypi0.10.4tusharmakkar082017-04-132-2/+2
| |
| * Version updated to accomodate unicode translation issue0.10.3tusharmakkar082017-04-133-2/+7
| |
| * Merge pull request #278 from jd/jd/fix-unicodeTushar Makkar2017-04-133-42/+9
| |\ | | | | | | Remove unicode translation
| | * Remove unicode translationJulien Danjou2017-04-133-42/+9
| |/ | | | | | | | | | | | | | | | | Unicode translation added in commit added in 5e3bf148b48bf6a9e24743b5178cdede1b78853a heavily broke Python 2. A basic test such as provided in test_unicode_as_key in this patch does not work anymore because of that conversion. This patches goes back to the behaviour that was in 0.9.
| * Bumped up the version0.10.2tusharmakkar082017-04-122-1/+3
| |
| * Fixing issue 274Tushar Makkar2017-03-201-1/+1
| |
| * make markers hashable (#273)Vyacheslav Linnik2017-03-072-0/+25
| |
| * Merge pull request #271 from zackmorris/update-changelogTushar Makkar2017-02-281-3/+48
| |\ | | | | | | Update CHANGELOG
| | * Update CHANGELOGZack Morris2017-02-271-3/+48
| |/
| * Clear up Contains() documentation and add clarifying tests.Alec Thomas2017-02-172-2/+10
| |
| * Minor docstring correction for Inclusive (#267)Simeon Visser2017-02-141-1/+1
| |
| * Merge pull request #266 from HolgerPeters/masterTushar Makkar2017-02-091-3/+0
| |\ | | | | | | Don't list setuptools as a runtime dependency
| | * Don't list setuptools as a runtime dependencyHolger Peters2017-02-091-3/+0
| |/
| * Gitter linkAlec Thomas2017-02-041-2/+2
| |
| * Merge pull request #262 from odedfos/masterTushar Makkar2017-01-241-0/+5
| |\ | | | | | | #259 Changelog
| | * #259 Changelogodedfos2017-01-241-0/+5
| |/
| * Merge pull request #260 from odedfos/masterTushar Makkar2017-01-192-6/+64
| |\ | | | | | | #259 Fix performance issue of large dict validation
| | * Fix #259 performance issue of exponential complexity where of all dict keys ↵odedfos2017-01-192-6/+64
| |/ | | | | | | are matched with all keys in schema
| * Merge pull request #258 from ziky90/added_contains_validationAlec Thomas2017-01-123-3/+39
| |\ | | | | | | Contains validation for the scheme validator
| | * added contains validationziky902017-01-123-3/+39
| |/
| * Merge pull request #256 from SimplyKnownAsG/masterAlec Thomas2016-12-083-11/+25
| |\ | | | | | | Added support for OrderedDict validation, including as the return type
| | * Added support for OrderedDict validation, including as the return typeg2016-12-073-11/+25
| |/
| * Merge pull request #249 from tusharmakkar08/Issue-248-fixTushar Makkar2016-11-151-2/+2
| |\ | | | | | | Updated twitter api link
| | * Updated twitter api linkTushar Makkar2016-11-151-2/+2
| |/
| * Immediate fix for Issue_#214Tushar Makkar2016-11-071-1/+1
| |
| * Merge pull request #232 from AndreaCrotti/add_maybe_constructorTushar Makkar2016-11-072-1/+42
| |\ | | | | | | Add a Maybe validator
| | * Add a new validator Maybe(type) which can be used for values that areAndrea Crotti2016-11-062-1/+42
| |/ | | | | | | either of a certain type or None
| * Merge pull request #238 from alecthomas/dev/auto-update-documentationTushar Makkar2016-11-061-25/+37
| |\ | | | | | | Fix auto updation travis issue
| | * Fix auto updation travis issue and adding commit, username, password and ↵Tushar Makkar2016-11-041-25/+37
| | | | | | | | | | | | Building html from sphinx
* | | Auto updating documentation from dev/auto-update-documentationTushar Makkar2016-11-045-0/+0
| | |
* | | Auto updating documentation from dev/auto-update-documentationTushar Makkar2016-11-046-1/+1
| | |
* | | Auto updating documentation from dev/auto-update-documentationTushar Makkar2016-11-047-12/+12
| | |
* | | Auto updating documentation from dev/auto-update-documentationTushar Makkar2016-11-046-1/+1
| | |
* | | Auto updating documentation from dev/auto-update-documentationTushar Makkar2016-11-047-12/+12
| | |
* | | Auto updating documentation from dev/auto-update-documentationTushar Makkar2016-11-046-1/+1
| | |
* | | Auto updating documentation from dev/auto-update-documentationTushar Makkar2016-11-047-12/+12
| | |
* | | Auto updating documentation from dev/auto-update-documentationTushar Makkar2016-11-047-12/+12
| | |
* | | Auto updating documentation from dev/auto-update-documentationTushar Makkar2016-11-047-12/+12
| | |
* | | Auto updating documentation from dev/auto-update-documentationTushar Makkar2016-11-046-1/+1
| | |
* | | Auto updating documentation from dev/auto-update-documentationTushar Makkar2016-11-0418-82/+3104
| | |
* | | Auto updating documentation from dev/auto-update-documentationTushar Makkar2016-11-046-1/+1
| | |
* | | Auto updating documentation from dev/auto-update-documentationTushar Makkar2016-11-046-1/+1
| | |
* | | Auto updating documentation from dev/auto-update-documentationTushar Makkar2016-11-0413-2142/+52
| | |
* | | Merge branch 'master' into gh-pagesTushar Makkar2016-11-0411-50/+706
|\ \ \ | |/ /
| * | Merge pull request #237 from alecthomas/dev/auto-update-documentationAlec Thomas2016-11-042-18/+62
| |\ \ | | |/ | | | Issue #217 fix
| | * Issue #217 fixTushar Makkar2016-11-032-18/+62
| |/