summaryrefslogtreecommitdiff
path: root/jsonschema
Commit message (Expand)AuthorAgeFilesLines
* 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
* Tweak remote URIs when running the upstream test suite.Julian Berman2022-08-171-4/+1
* 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-168-52/+51
* Add support for referencing schemas across different drafts.Julian Berman2022-08-163-1/+29
* Close the tempfile for PyPy+Windows.Julian Berman2022-08-061-0/+2
* Fix the skip for <3.9 leading zero ipv4 tests.Julian Berman2022-08-061-3/+1
* Yet another urljoin issue with the internal helper.Julian Berman2022-08-061-1/+1
* Fix the skip test renames.Julian Berman2022-08-061-5/+21
* Should have just used a URL library for the test helpers...Julian Berman2022-08-051-5/+1
* Complain if the test suite hits the network while running.Julian Berman2022-08-051-0/+8
* Add a way to run the test suite with xfail instead of skip.Julian Berman2022-08-052-21/+189
* Improve the internal skipped-test helper messages.Julian Berman2022-08-051-1/+25
* Add a permanent way to drop into a debugger from the suite.Julian Berman2022-08-051-0/+2
* Fix resolving relative $refs with URN base URIs.Julian Berman2022-07-311-7/+10
* Replace the vendored twisted.reflect.namedAny with pkgutil.resolve_name.Julian Berman2022-07-292-153/+8
* Don't let best_match traverse into applicators with equally bad sub-errors.Julian Berman2022-07-263-4/+79
* Micro-optimize an oft-called lambda to a methodcaller call.Julian Berman2022-07-261-1/+2
* Fix best_match's `type` matching when it's an array.v4.7.2Julian Berman2022-07-122-3/+36
* Minor tidying.Julian Berman2022-07-111-34/+21
* Enhance best match to prefer errors from matching types.Julian Berman2022-07-103-2/+53
* Run best match tests on the latest validator.Julian Berman2022-07-071-78/+67
* docs: Fix a few typosTim Gates2022-07-052-2/+2