summaryrefslogtreecommitdiff
path: root/jsonschema/_types.py
Commit message (Expand)AuthorAgeFilesLines
* flake8 -> ruff, a mostly painless affair.Julian Berman2023-03-151-7/+6
* Replace the other usages of pyrsistent with rpds.Julian Berman2023-03-061-15/+11
* Don't show type checker functions in TypeChecker reprs.Julian Berman2022-08-301-1/+5
* 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-201-1/+2
* Remove some old unnecessary explicit object superclasses.Julian Berman2022-08-181-1/+1
* Fix sphinx nitpick error arising from annotationsStephen Rosen2022-01-051-9/+17
* Fix nitpick error on type annotationStephen Rosen2022-01-051-0/+2
* Setup mypy in `tox -e typing` and get it to passStephen Rosen2022-01-051-1/+19
* Fix references to IValidator; add protocol testsStephen Rosen2021-12-131-1/+1
* Suppress the KeyError in unknown type exception tracebacks.Julian Berman2021-08-251-1/+1
* More strict style, now via bugbear.Julian Berman2021-08-181-2/+2
* Remove more unneeded u prefixes.Julian Berman2021-08-181-10/+10
* May as well add support for Draft 2019 as well.Julian Berman2021-08-181-1/+2
* Julian/jsonschema#782: Enable draft2020-12 test suiteHarald Nezbeda2021-07-191-0/+1
* Kill jsonschema.compat as well.Julian Berman2020-08-051-3/+2
* Ref Py3 in the docs.Julian Berman2020-08-041-2/+2
* Bump to Sphinx2 for docs, fixing random nonsense along the way.Julian Berman2019-08-041-1/+1
* First step on Draft7 support.Julian Berman2018-09-301-0/+1
* This is gone.Julian Berman2018-08-171-3/+2
* Simplify TypeChecker and its tests.Julian Berman2018-08-161-29/+7
* Minor formatting.Julian Berman2018-08-091-10/+9
* Fix float ints on Draft 6.Julian Berman2018-05-031-1/+7
* Add the (wrong) type checker.Julian Berman2018-05-011-0/+1
* Apparently this is deprecated.Julian Berman2018-04-291-1/+1
* If it needs a loop might as well just loop without the evolver.Julian Berman2018-01-021-6/+5
* Might as well make the default be the right type.Julian Berman2018-01-021-2/+2
* No need for the evolver.Julian Berman2018-01-021-3/+3
* SpellingJulian Berman2017-12-241-1/+1
* :mod: / :exc: / :meth:Julian Berman2017-12-241-9/+7
* :class:esJulian Berman2017-12-241-7/+7
* Fix more refs.Julian Berman2017-12-241-7/+7
* Style.Julian Berman2017-12-241-12/+14
* Simplify redefine_many.Ben Smithers2017-12-111-6/+2
* Minor changes addressing PR review issuesBen Smithers2017-12-111-6/+10
* Add checker instance to type checking functionsBen Smithers2017-12-111-9/+9
* Use attr.ib's convert arg to generate the pmapBen Smithers2017-12-041-6/+5
* Revert "Allow _type_checkers to be def'd as a dict at init"Ben Smithers2017-12-041-9/+6
* Allow _type_checkers to be def'd as a dict at initBen Smithers2017-11-291-6/+9
* Updated docs with new TypeChecker interfaceBen Smithers2017-11-271-21/+24
* The new type interface: a TypeChecker classBen Smithers2017-11-271-0/+203