summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add a note to the CHANGELOG about the typing tweaks.v4.14.0Julian Berman2022-08-211-0/+1
* Add ID_OF to the protocol, and schemas are arbitrary mappings.Julian Berman2022-08-211-6/+10
* Tell mypy to show codes, which are needed to ignore.Julian Berman2022-08-211-0/+1
* Fix unevaluatedItems on draft2019.Julian Berman2022-08-204-59/+82
* We've wontfixed the upstream issue.Julian Berman2022-08-202-2/+4
* Deprecate FormatChecker.cls_checks.Julian Berman2022-08-204-3/+42
* More tweaking of type-hinted Sphinx docstrings for TypeCheckers.Julian Berman2022-08-201-32/+19
* Type pmap using pyrsistent's typing.Julian Berman2022-08-201-15/+9
* Standardize the format of Raises: in napolean docstrings.Julian Berman2022-08-204-10/+14
* Convert more docs in protocols to napoleon.Julian Berman2022-08-201-26/+56
* Remove the search page from the docs.Julian Berman2022-08-201-1/+0
* Document the install extras in the README/docs.Julian Berman2022-08-201-0/+14
* Fix mypy types for protocols.ValidatorJulian Berman2022-08-201-4/+4
* Remove a stray comma.Julian Berman2022-08-201-1/+1
* 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