summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Cache dependencies in CI.ci-cacheJulian Berman2022-08-201-0/+10
* Try enabling readthedocs/actions/preview for PR previews.Julian Berman2022-08-191-0/+16
* Follow pypa/gh-action-pypi-publish#83.Julian Berman2022-08-191-1/+1
* Support validator classes whose metaschema uses a different dialect.v4.13.0Julian Berman2022-08-193-1/+44
* Remove some old unnecessary explicit object superclasses.Julian Berman2022-08-1811-19/+19
* Update the CHANGELOG.v4.12.1Julian Berman2022-08-181-0/+15
* Merge pull request #987 from hynek/fix-markersJulian Berman2022-08-182-4/+4
|\
| * Use rST markers in READMEHynek Schlawack2022-08-182-4/+4
|/
* Warn at runtime when subclassing validator classes.v4.12.0Julian Berman2022-08-183-4/+45
* Fix the rest of the CHANGELOG headings from #983.v4.11.0Julian Berman2022-08-181-3/+8
* Merge pull request #983 from hynek/fancy-sparklesJulian Berman2022-08-183-50/+77
|\
| * Cut the middle partHynek Schlawack2022-08-182-0/+9
| * Change version header markersHynek Schlawack2022-08-182-49/+48
| * jsonschema deserves a ✨fancy✨ readmeHynek Schlawack2022-08-171-3/+22
* | Use an explicit default provided to validator_for in all cases.v4.10.3Julian Berman2022-08-183-12/+28
* | Fix one more Validator.evolve issue for downstream Validators.v4.10.2Julian Berman2022-08-173-5/+14
* | Fix calling Validator.evolve for some downstream users.v4.10.1Julian Berman2022-08-173-1/+44
|/
* Merge commit 'af8abbb870562f38fa8f760f0462645277dc0e89'Julian Berman2022-08-171-1/+5
|\
| * Squashed 'json/' changes from 14d05dcea..4cfead7baJulian Berman2022-08-171-1/+5
* | Specify a python-version for the pre-commit job.Julian Berman2022-08-171-1/+3
* | Better error message for network access in test runs.Julian Berman2022-08-171-2/+2
* | Tweak remote URIs when running the upstream test suite.Julian Berman2022-08-171-4/+1
* | Merge commit '5d6a9931ff0d606b273c36a20bd0444a2a61ea24'Julian Berman2022-08-172-6/+37
|\ \ | |/
| * Squashed 'json/' changes from b3c8672a3..14d05dceaJulian Berman2022-08-172-6/+37
* | Use the now-separated out sphinx-json-schema-spec for docs.Julian Berman2022-08-174-158/+11
* | Bump versions in the GH Actions workflow.Julian Berman2022-08-171-3/+3
* | Update the documentation interlinks to point to 2020-12.v4.10.0Julian Berman2022-08-161-35/+42
* | Replace references to draft 3 in a few more doc examples.Julian Berman2022-08-162-15/+15
* | Prefer 'keyword' over 'validator' in docs.Julian Berman2022-08-1612-108/+106
* | Add support for referencing schemas across different drafts.Julian Berman2022-08-164-1/+35
* | Merge commit '74e91ee79990c28d937d54a6d2f9d18fd338af20'Julian Berman2022-08-168-0/+113
|\ \ | |/
| * Squashed 'json/' changes from 597b1fb0d..b3c8672a3Julian Berman2022-08-168-0/+113
* | Merge commit '297cb8c4830ef4080d6ccf7ef7e0c0a4eb94342c'Julian Berman2022-08-0812-0/+600
|\ \ | |/
| * Squashed 'json/' changes from 0015d5242..597b1fb0dJulian Berman2022-08-0812-0/+600
* | Merge commit '9e7387d89098b43062b9cbab177cd15aad965f6a'Julian Berman2022-08-064-14/+14
|\ \ | |/
| * Squashed 'json/' changes from 91ecacf60..0015d5242Julian Berman2022-08-064-14/+14
* | Close the tempfile for PyPy+Windows.Julian Berman2022-08-061-0/+2
* | Fix the skip for <3.9 leading zero ipv4 tests.Julian Berman2022-08-061-3/+1
* | Re-enable more windows envs in CI.Julian Berman2022-08-062-49/+4
* | Use the right Python version in the coverage workflow.Julian Berman2022-08-061-1/+1
* | Merge commit 'b9ff8c481f054bff83dad4c5b4da0efc221175f2'Julian Berman2022-08-0661-191/+198
|\ \ | |/
| * Squashed 'json/' changes from f82764080..91ecacf60Julian Berman2022-08-0661-191/+198
* | Yet another urljoin issue with the internal helper.Julian Berman2022-08-061-1/+1
* | Fix the skip test renames.Julian Berman2022-08-061-5/+21
* | Merge commit '7a5fd08611cb2fb07b8200860a4e352eb33ae7bf'Julian Berman2022-08-0660-266/+242
|\ \ | |/
| * Squashed 'json/' changes from 2782d7c29..f82764080Julian Berman2022-08-06527-17042/+1467
* | Should have just used a URL library for the test helpers...Julian Berman2022-08-051-5/+1
* | Complain if the test suite hits the network while running.Julian Berman2022-08-051-0/+8
* | Add a way to run the test suite with xfail instead of skip.Julian Berman2022-08-052-21/+189
* | Improve the internal skipped-test helper messages.Julian Berman2022-08-051-1/+25
|/