summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Three more exception-related deprecations.Julian Berman2023-02-238-19/+107
* Improve error messages for deprecation tests when they fail.Julian Berman2023-02-231-107/+37
* Re-add the direct test of RefResolver's deprecation.Julian Berman2023-02-231-0/+14
* Again bump the referencing version.Julian Berman2023-02-232-2/+2
* StyleJulian Berman2023-02-221-2/+0
* These pass now actually.Julian Berman2023-02-221-6/+2
* Add some prose documentation on the new referencing API.Julian Berman2023-02-226-54/+322
* Tighten up a type in the tests.Julian Berman2023-02-211-3/+3
* Pin to newer pyrsistent.Julian Berman2023-02-211-1/+1
* Update docs requirements.Julian Berman2023-02-212-3/+3
* Fix the benchmark to pass the right type for remotes again.Julian Berman2023-02-212-3/+3
* Flail to get Sphinx to find references again.Julian Berman2023-02-213-16/+23
* Claim full support now that we pass all referencing tests.Julian Berman2023-02-211-2/+1
* Resolve $ref using the referencing library.Julian Berman2023-02-217-382/+131
* Move Validator._resolver to _ref_resolver.Julian Berman2023-02-212-18/+18
* Make an evolve test not refer to reference resolution.Julian Berman2023-02-211-7/+14
* Actually depend on referencing and update docs requirements.Julian Berman2023-02-212-15/+12
* Deprecate Validator.resolver.Julian Berman2023-02-214-6/+39
* Move reference resolution to a (private) Validator method.Julian Berman2023-02-213-50/+63
* Inline a function that will be RefResolver specific.Julian Berman2023-02-211-9/+6
* Offload a small initial bit of id-related code to referencing.Julian Berman2023-02-212-29/+14
* Minor regrouping of some to-be-modified/deprecated RefResolver tests.Julian Berman2023-02-211-32/+32
* Load the test suite into a referencing.Registry for running tests.Julian Berman2023-02-211-5/+32
* Deprecate jsonschema.RefResolver from both places it is importable.Julian Berman2023-02-2110-32/+64
* Move to retrieving schemas from the jsonschema-specifications registry.Julian Berman2023-02-2124-1370/+85
* Drop support for 3.7.Julian Berman2023-02-213-15/+2
* Style, and don't interfere with a test.Julian Berman2023-02-212-5/+4
* Add a microbenchmark for validator creation.Julian Berman2023-02-212-6/+24
* Don't leak into _VALIDATORS during tests either.Julian Berman2023-02-151-0/+11
* More specific type.Julian Berman2023-02-151-1/+2
* Fix some (irrelevantly) broken JSON pointers in CLI tests.Julian Berman2023-02-091-2/+2
* Merge pull request #1041 from python-jsonschema/pre-commit-ci-update-configJulian Berman2023-02-051-1/+1
|\
| * [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2023-01-301-1/+1
|/
* Merge commit 'dae554c22c8dce3bd084e3e503060b92a4839385'Julian Berman2023-01-205-5/+269
|\
| * Squashed 'json/' changes from d21ed578a..f57d3e0ccJulian Berman2023-01-20602-16891/+293
* | Merge pull request #1034 from python-jsonschema/pre-commit-ci-update-configJulian Berman2022-12-281-1/+1
|\ \
| * | [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2022-12-261-1/+1
* | | Update docs requirements.Julian Berman2022-12-271-5/+5
|/ /
* | Minor spelling and style.Julian Berman2022-12-262-5/+6
* | Remove some old test skips that should never be triggered.Julian Berman2022-12-221-29/+5
* | Merge pull request #1022 from DanielNoord/error-strJulian Berman2022-12-211-1/+8
|\ \
| * | Use ``ClassVar`` for ``_Error`` attributesDaniël van Noord2022-12-211-51/+36
| * | Add ``_VerboseError``Daniël van Noord2022-11-301-33/+55
* | | Handle the upstream change to the previously broken draft 3 test.Julian Berman2022-12-211-1/+0
| |/ |/|
* | Squashed 'json/' changes from 6b3cac42b..d21ed578aJulian Berman2022-12-212-25/+357
* | Merge pull request #1033 from python-jsonschema/pre-commit-ci-update-configJulian Berman2022-12-211-1/+1
|\ \
| * | [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2022-12-191-1/+1
|/ /
* | Merge commit 'ade1faa768471bb95b14533f20a504fe8fc326c9'Julian Berman2022-12-1920-53/+901
|\ \
| * | Squashed 'json/' changes from 78c888273..6b3cac42bJulian Berman2022-12-1920-53/+901
* | | Add a few examples of jsonschema.validators.validator_for.Julian Berman2022-12-192-0/+38