summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove the doc page for references.Julian Berman2022-08-302-16/+0
* Remove the incorrect Optional from FormatChecker's formats annotation.Julian Berman2022-08-301-1/+1
* Minor non-functional changes to FormatChecker docstrings and __init__.Julian Berman2022-08-302-11/+10
* Add a note to the CHANGELOG about #988.Julian Berman2022-08-301-0/+1
* Slightly tidy the section on protocols in the docs.Julian Berman2022-08-301-22/+18
* Update the README links to point to the API docs.Julian Berman2022-08-291-7/+7
* Merge pull request #989 from python-jsonschema/apiJulian Berman2022-08-2913-15/+91
|\
| * Another RTD-only failed ref.Julian Berman2022-08-291-1/+1
| * And now yet again some new failures...Julian Berman2022-08-291-1/+1
| * Wouldn't be complete without refs which fail now only in ReadTheDocs. :/Julian Berman2022-08-292-5/+6
| * Of course the tweaked name doesn't work on macOS.Julian Berman2022-08-291-2/+2
| * Fix some ambiguous API refs which only fail on Sphinx+Linux :/Julian Berman2022-08-291-5/+6
| * Experiment with autoapi for generating explicit API documentation.Julian Berman2022-08-2910-4/+78
|/
* Add a note to the CHANGELOG about the minor ref change.Julian Berman2022-08-281-0/+8
* Fix $id in the presence of $ref on draft 6 and 7.Julian Berman2022-08-283-21/+22
* Don't skip tests while debugging.Julian Berman2022-08-281-1/+1
* Remove the TODO for draft 7 content assertions.Julian Berman2022-08-281-23/+0
* Remove backticks from section headings.Julian Berman2022-08-281-6/+6
* Disable max line length in doc8.Julian Berman2022-08-231-1/+1
* Document slightly more clearly how this library interacts with non-JSON.Julian Berman2022-08-232-3/+33
* 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
|/