summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Suppress the KeyError in unknown type exception tracebacks.Julian Berman2021-08-252-14/+24
* | Temporarily simplify _finditem, and unskip some tests.Julian Berman2021-08-252-46/+13
* | Remove RefResolver.scopes_stack_copy.Julian Berman2021-08-253-11/+2
* | Bit of coverage tweaking.v4.0.0a6Julian Berman2021-08-253-18/+25
* | Deprecate jsonschema.RefResolver.in_scope.Julian Berman2021-08-252-2/+25
* | Remove more dead code.Julian Berman2021-08-252-29/+0
* | Remove dead code.Julian Berman2021-08-251-5/+0
* | Remove 3.6-related code.Julian Berman2021-08-251-23/+0
* | Minor tweak of local variables.Julian Berman2021-08-251-2/+1
* | FileNotFoundError and FileExistsError in more places.Julian Berman2021-08-253-16/+5
* | Minor tweak to the OSSFuzz workflow.Julian Berman2021-08-252-4/+2
* | Properly set the failing validator for min/maxContains.Julian Berman2021-08-252-0/+92
* | Ensure message_for allows only one error.Julian Berman2021-08-251-5/+11
* | Add a test for the 2019-09 $id lookup.Julian Berman2021-08-251-0/+13
* | Kill an old testing helper now that it mostly lives in contextlib.Julian Berman2021-08-252-40/+21
* | Use contextmanager.suppress to kill a bit of boilerplate.Julian Berman2021-08-251-36/+17
* | Always depend on the newer webcolors API.Julian Berman2021-08-251-2/+2
* | Add an explicit ASCII check.Julian Berman2021-08-241-1/+1
* | Remove 3.6-related code.Julian Berman2021-08-241-7/+0
* | Depend on rfc3339-validator for format, even for non-nonGPL.Julian Berman2021-08-243-17/+11
* | Merge commit 'b5e545b0e0a3a614562293fd7755cd8d2283e8d2'Julian Berman2021-08-2429-0/+225
|\ \ | |/
| * Squashed 'json/' changes from ab0b1ae71..20c1bb1d9Julian Berman2021-08-2429-0/+225
* | Actually add the badge.Julian Berman2021-08-241-2/+2
* | Add a pre-commit.ci badge.Julian Berman2021-08-241-0/+4
* | Minor local variable tweaking.v4.0.0a5Julian Berman2021-08-241-3/+4
* | Skip more new leap second tests.Julian Berman2021-08-241-2/+27
* | Merge commit '6cf6ff85b7cf595609a10267a85d354202e3b2f0'Julian Berman2021-08-2417-431/+679
|\ \ | |/
| * Squashed 'json/' changes from eb619047f..ab0b1ae71Julian Berman2021-08-2417-431/+679
* | Remove resolve_local.Julian Berman2021-08-242-19/+15
* | Minor restructure of which html sphinx builder we build in the tox.ini.v4.0.0a4Julian Berman2021-08-242-13/+6
* | Be furoious.Julian Berman2021-08-243-1/+17
* | Unskip more passing tests.Julian Berman2021-08-241-86/+16
* | Fix items' instance path as well.Julian Berman2021-08-242-3/+58
* | And simplify items as well.Julian Berman2021-08-241-16/+9
* | Slightly nicer error message for not.Julian Berman2021-08-232-4/+3
* | Merge pull request #833 from hrnciar/remove-shebangsJulian Berman2021-08-232-2/+0
|\ \
| * | Remove shebangs from nonexecutable scriptsTomas Hrnciar2021-08-232-2/+0
|/ /
* | Remove a test that is only relevant for Py2+3 combined codebases.Julian Berman2021-08-231-6/+0
* | Fix the schema path used by prefixItems errors.Julian Berman2021-08-232-7/+53
* | Sigh, flake8.Julian Berman2021-08-211-2/+2
* | And deprecate importing ErrorTree from jsonschema.validators.Julian Berman2021-08-212-10/+29
* | Build RTD with 3.8v4.0.0a3Julian Berman2021-08-201-1/+1
* | Drop support for Python 3.6.deprecationsJulian Berman2021-08-203-17/+4
* | Deprecate jsonschema.__version__.Julian Berman2021-08-206-15/+55
* | Let format_index handle the container too.Julian Berman2021-08-202-10/+16
* | Minor style.Julian Berman2021-08-192-7/+7
* | yield from everywhere, saving precious linesJulian Berman2021-08-182-64/+35
* | Merge commit '2591383efc85ba04e52e09aa73376f515baa4a49'Julian Berman2021-08-183-1/+76
|\ \ | |/
| * Squashed 'json/' changes from 878b0ad5f..eb619047fJulian Berman2021-08-183-1/+76
* | More strict style, now via bugbear.Julian Berman2021-08-189-26/+29