summaryrefslogtreecommitdiff
path: root/jsonschema
Commit message (Expand)AuthorAgeFilesLines
...
* | Just pre-calculate the remotes in the suite loader.Julian Berman2022-12-051-9/+7
* | Introduce _Case in the test suite loader.Julian Berman2022-12-051-37/+68
* | More type sprinkling in the suite loader.Julian Berman2022-12-052-87/+73
* | Use the newer attrs interface in the test suite loader.Julian Berman2022-12-051-17/+20
* | Add a docstring-ish for exceptions.relevance.Julian Berman2022-12-011-0/+9
* | Handle the TypeVar for format checker callables.Julian Berman2022-11-301-0/+1
|/
* Fix instantiating validators with cached refs-to-bool schemas.v4.17.3Julian Berman2022-11-292-2/+18
* Try fixing more Sphinx refs which fail only on Ubuntu...v4.17.2Julian Berman2022-11-292-4/+5
* Durations without trailing units aren't valid durations.Julian Berman2022-11-281-1/+3
* Empty strings are not valid relative JSON pointers.Julian Berman2022-11-281-0/+3
* Minor fix for test case class names (for format tests).Julian Berman2022-11-281-0/+2
* Un-bundle single-vocabulary meta-schemas.Julian Berman2022-11-1716-2/+578
* Emit a better error message for unevaluatedProperties with a subschema.Julian Berman2022-11-172-9/+37
* Satisfy mypy's new default.Julian Berman2022-11-111-1/+1
* Re-add the second test for importing jsonschema.cliJulian Berman2022-11-021-0/+17
* Enable format validation by default in check_schema.v4.17.0Julian Berman2022-11-012-2/+18
* Update the Draft 3 and 4 metaschemas.Julian Berman2022-11-013-18/+31
* Deprecate the CLI (via import or running normally).Julian Berman2022-11-013-2/+31
* Fix the grammar on ErrorTree's repr when it has 1 error.Julian Berman2022-10-052-2/+18
* Ignore PyCQA/flake8-bugbear#287.Julian Berman2022-10-051-1/+1
* Deprecate jsonschema.draftN_format_checker attributes.v4.16.0Julian Berman2022-09-093-23/+134
* Fix more $ref cases when the lookup URL is different from an $idJulian Berman2022-09-092-10/+27
* Minor verbiage tweak for protocols.v4.15.0Julian Berman2022-08-311-2/+2
* Don't show type checker functions in TypeChecker reprs.Julian Berman2022-08-302-1/+9
* Add some deprecated directives (for previous deprecations) to the docs.Julian Berman2022-08-302-0/+12
* 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-301-11/+9
* Wouldn't be complete without refs which fail now only in ReadTheDocs. :/Julian Berman2022-08-291-2/+3
* 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-291-2/+1
* 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
* Add ID_OF to the protocol, and schemas are arbitrary mappings.Julian Berman2022-08-211-6/+10
* Fix unevaluatedItems on draft2019.Julian Berman2022-08-203-57/+80
* We've wontfixed the upstream issue.Julian Berman2022-08-201-2/+2
* Deprecate FormatChecker.cls_checks.Julian Berman2022-08-203-3/+36
* 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
* Fix mypy types for protocols.ValidatorJulian Berman2022-08-201-4/+4
* Support validator classes whose metaschema uses a different dialect.v4.13.0Julian Berman2022-08-192-1/+34
* Remove some old unnecessary explicit object superclasses.Julian Berman2022-08-1810-18/+18
* Warn at runtime when subclassing validator classes.v4.12.0Julian Berman2022-08-183-4/+45
* Use an explicit default provided to validator_for in all cases.v4.10.3Julian Berman2022-08-182-12/+22
* Fix one more Validator.evolve issue for downstream Validators.v4.10.2Julian Berman2022-08-172-5/+9
* Fix calling Validator.evolve for some downstream users.v4.10.1Julian Berman2022-08-172-1/+33
* Better error message for network access in test runs.Julian Berman2022-08-171-2/+2