summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump the minimum jsonschema-specifications/rpds versions to avoid #1059v4.18.0a2Julian Berman2023-03-203-11/+39
* Allow the PSFL in non-GPL licenses.Julian Berman2023-03-201-1/+1
* Merge pull request #1063 from aryanA101a/patch-1Julian Berman2023-03-201-1/+1
|\
| * documentation mistype fixAryan Arora2023-03-201-1/+1
|/
* Add 2 more minor deprecations to the changelog.v4.18.0a1Julian Berman2023-03-151-0/+11
* We were relying on an import * for doctests.Julian Berman2023-03-151-0/+1
* Another dangling Sphinx ref that seemed to only fail on Ubuntu.Julian Berman2023-03-152-0/+3
* Enable ruff's simplify rules too.Julian Berman2023-03-155-34/+22
* flake8 -> ruff, a mostly painless affair.Julian Berman2023-03-1513-67/+85
* Remove a codepath meant for 3.7.Julian Berman2023-03-151-14/+8
* Newer attrs API in validators.py and some type hints for create.Julian Berman2023-03-153-29/+69
* Ignore additionalItems when items isn't present on 2019.Julian Berman2023-03-142-3/+4
* Merge commit '5e16d74500493ef164b595daec622c4ba199644e'Julian Berman2023-03-1438-26/+833
|\
| * Squashed 'json/' changes from f57d3e0cc..19947eaa1Julian Berman2023-03-1438-26/+833
* | Try yet again??Julian Berman2023-03-141-0/+1
* | Take 3 on fixing RTD PDF Builds.Julian Berman2023-03-141-3/+6
* | Merge pull request #1055 from python-jsonschema/maybe-fix-pdf-buildsJulian Berman2023-03-141-0/+1
|\ \
| * | Maybe fix PDF builds (in ReadTheDocs).Julian Berman2023-03-141-0/+1
|/ /
* | Mention 3.7 support being dropped in the CHANGELOG.Julian Berman2023-03-141-1/+5
* | Merge pull request #1049 from python-jsonschema/referencingJulian Berman2023-03-1449-2113/+1052
|\ \
| * | Another version bump.Julian Berman2023-03-132-5/+5
| * | Link to the new referencing doc page.Julian Berman2023-03-093-10/+10
| * | Bump requirements.Julian Berman2023-03-082-17/+17
| * | Speed up Validator.evolve by pre-computing fields.Julian Berman2023-03-061-17/+61
| * | Avoid whatever nonsense pkg_resources error.Julian Berman2023-03-061-2/+2
| * | Replace the other usages of pyrsistent with rpds.Julian Berman2023-03-065-23/+16
| * | Elaborate a bit more in the referencing docJulian Berman2023-02-273-5/+65
| * | 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