summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix missing trailing commas.draft2020-12Julian Berman2021-08-0415-110/+92
* Tidy the docstring slightly.Julian Berman2021-08-042-4/+8
* Merge remote-tracking branch 'anexia-it/draft2020-12'Julian Berman2021-08-0420-59/+1095
|\
| * Julian/jsonschema#782: Remove ecmascript validation, extend dynamicRef skip d...Harald Nezbeda2021-07-211-62/+4
| * Julian/jsonschema#782: Add compatibility to draft7 and olderHarald Nezbeda2021-07-212-17/+29
| * Julian/jsonschema#782: Code clenaup, fixes validation messagesHarald Nezbeda2021-07-216-129/+93
| * Julian/jsonschema#782: Extend format testsHarald Nezbeda2021-07-201-0/+19
| * Julian/jsonschema#782: Resolve meta schema vocabularies from local cacheHarald Nezbeda2021-07-2010-5/+317
| * Julian/jsonschema#782: Refactor items behavior with prefixItemsHarald Nezbeda2021-07-201-18/+3
| * Julian/jsonschema#782: Update validation message for unevaluatedProperties an...Harald Nezbeda2021-07-202-2/+46
| * Julian/jsonschema#782: Fixes failing stylesHarald Nezbeda2021-07-202-3/+22
| * Julian/jsonschema#782: Adapt validator test for draft2020-12, fixes code stylesHarald Nezbeda2021-07-206-62/+128
| * Julian/jsonschema#782: Fixes relative json pointer format validation for lead...Harald Nezbeda2021-07-201-0/+4
| * Julian/jsonschema#782: Load dependencies from legacy validatorsHarald Nezbeda2021-07-203-27/+29
| * Julian/jsonschema#782: Implements dynamicRef validationsHarald Nezbeda2021-07-203-5/+51
| * Julian/jsonschema#782: Add validation for uuid formatHarald Nezbeda2021-07-191-0/+13
| * Julian/jsonschema#782: Implements defs validationsHarald Nezbeda2021-07-192-0/+16
| * Julian/jsonschema#782: Extend resolver for anchorHarald Nezbeda2021-07-191-12/+16
| * Julian/jsonschema#782: Fixes ref resolver for foldersHarald Nezbeda2021-07-191-5/+12
| * Julian/jsonschema#782: Fixes ref validation priorityHarald Nezbeda2021-07-192-3/+12
| * Julian/jsonschema#782: Extend implementation of refHarald Nezbeda2021-07-193-11/+52
| * Julian/jsonschema#782: Implements unevaluatedProperties validationsHarald Nezbeda2021-07-193-2/+82
| * Julian/jsonschema#782: Implements unevaluatedItems validationsHarald Nezbeda2021-07-194-24/+76
| * Julian/jsonschema#782: Extend contains with minContains and maxContaints, add...Harald Nezbeda2021-07-193-3/+66
| * Julian/jsonschema#782: Adapt items to work with prefixItemsHarald Nezbeda2021-07-191-0/+16
| * Julian/jsonschema#782: Add checks for prefixItems, basic check for unevaluate...Harald Nezbeda2021-07-192-0/+26
| * Julian/jsonschema#782: Extend format check for draft2020-12, add duration for...Harald Nezbeda2021-07-192-6/+54
| * Julian/jsonschema#782: Add dependentRequired and dependentSchemas validationHarald Nezbeda2021-07-192-1/+40
| * Julian/jsonschema#782: Split format and regular test cases on draft2020-12Harald Nezbeda2021-07-191-3/+94
| * Julian/jsonschema#782: Enable draft2020-12 test suiteHarald Nezbeda2021-07-196-2/+118
|/
* Remove pathlib2 compatibility code.Harald Nezbeda2021-07-191-5/+1
* Merge commit '22e5c949401c3a0cd650a4fb28c6e91574a7ec47'Julian Berman2021-07-195-2/+434
|\
| * Squashed 'json/' changes from 6327a3bc..fd0aa9f8Julian Berman2021-07-195-2/+434
* | Merge commit '401a857bd7a71931e66e04eb086c4026f4c19846'Julian Berman2021-07-1319-866/+1668
|\ \ | |/
| * Squashed 'json/' changes from 17fa9589..6327a3bcJulian Berman2021-07-1319-866/+1668
* | Merge pull request #823 from anexia-it/coverage-python-3.9Julian Berman2021-07-122-8/+8
|\ \
| * | Use python 3.9 for coverageHarald Nezbeda2021-07-122-8/+8
|/ /
* | Add #686 to the changelog.v4.0.0a2Julian Berman2021-07-091-0/+6
* | Minor rewording of the docstring.Julian Berman2021-07-091-2/+2
* | Merge branch 'fixes-686'Julian Berman2021-07-094-181/+249
|\ \
| * | Simplify the implementations of the equal checks.Julian Berman2021-07-091-15/+6
| * | Test only through _util.equal.Julian Berman2021-07-092-60/+45
| * | Fix the DeprecationWarning from importing abcs from collections.Julian Berman2021-07-091-15/+3
| * | Extend sequance and mapping checkHarald Nezbeda2021-07-092-26/+81
| * | Add test case with custom sequance typeHarald Nezbeda2021-07-092-26/+56
| * | Add test for list_equal and dict_equalHarald Nezbeda2021-07-091-0/+135
| * | Julian/jsonschema#686: Fixes unique and equal checksHarald Nezbeda2021-07-092-162/+46
|/ /
* | Proper syntax.Julian Berman2021-07-091-1/+1
* | Hopefully the last warning, which seems to only fire on PyPy.Julian Berman2021-07-091-1/+1
* | Twisted 21.2.0 was released.Julian Berman2021-07-091-1/+1