summaryrefslogtreecommitdiff
path: root/jsonschema/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* flake8 -> ruff, a mostly painless affair.Julian Berman2023-03-151-1/+17
* Three more exception-related deprecations.Julian Berman2023-02-231-7/+29
* Deprecate jsonschema.RefResolver from both places it is importable.Julian Berman2023-02-211-1/+8
* Deprecate jsonschema.draftN_format_checker attributes.v4.16.0Julian Berman2022-09-091-9/+21
* Wouldn't be complete without refs which fail now only in ReadTheDocs. :/Julian Berman2022-08-291-2/+3
* Move warnings to user contextNikita Kniazev2022-01-011-0/+1
* Fix references to IValidator; add protocol testsStephen Rosen2021-12-131-0/+1
* Deprecate jsonschema.__version__.Julian Berman2021-08-201-5/+18
* Minor style.Julian Berman2021-08-191-1/+1
* May as well add support for Draft 2019 as well.Julian Berman2021-08-181-0/+2
* Julian/jsonschema#782: Enable draft2020-12 test suiteHarald Nezbeda2021-07-191-0/+2
* isorted.Julian Berman2020-08-121-3/+8
* Fix typo of 'metdata'Adam Dobrawy2019-11-171-1/+1
* Use importlib from std (if possible)Adam Dobrawy2019-11-171-3/+5
* Switch to the newer importlib_metadata.Julian Berman2019-09-261-2/+2
* Minor style.Julian Berman2019-09-051-1/+0
* First step on Draft7 support.Julian Berman2018-09-301-0/+2
* Don't expose these publically.Julian Berman2018-05-041-5/+1
* Merge branch 'master' into draft6Julian Berman2018-05-011-4/+8
|\
| * vcversioner -> setuptools_scmJulian Berman2018-02-111-3/+2
| * :func:Julian Berman2017-12-241-1/+1
| * The new type interface: a TypeChecker classBen Smithers2017-11-271-0/+5
* | Add all the Draft 6 tests, makin' em fail.Julian Berman2017-10-291-2/+9
|/
* Switch to vcversioner, use repoze.lru only on 2.6, and add extras_require for...Julian Berman2015-03-151-1/+1
* Use lru_cacheDaniel Nephin2015-03-041-3/+1
* 2.5.0-devJulian Berman2014-09-271-1/+1
* Bump version for 2.4.0v2.4.0Julian Berman2014-08-181-1/+1
* Release v2.3.0v2.3.0Julian Berman2013-11-021-1/+1
* Move ErrorTree closer to its friends.Julian Berman2013-10-301-2/+2
* Bump version.Julian Berman2013-10-181-1/+1
* Release v2.2.0v2.2.0Julian Berman2013-10-181-1/+1
* Bump versionJulian Berman2013-09-221-1/+1
* Release v2.1.0v2.1.0Julian Berman2013-09-221-1/+1
* Version bump.Julian Berman2013-06-021-1/+1
* Remove ValidatorMixin.Julian Berman2013-05-211-4/+3
* Just leave it in jsonschema.validatorsJulian Berman2013-05-211-1/+1
* Added validator_for to provide direct access to validatorsDaniel Gonzalez (pegasus)2013-05-211-1/+1
* Bump version.Julian Berman2013-05-201-1/+1
* Release v1.4.0Julian Berman2013-05-201-1/+1
* Oh fine I'll have an exceptions module.Julian Berman2013-05-201-4/+5
* MagicJulian Berman2013-05-201-2/+3
* Global flake8 ignoreJulian Berman2013-05-121-4/+8
* Cleanup tests a bit.Colin Dunklau2013-05-121-3/+3
* Break out into _format and validators.Julian Berman2013-05-121-1263/+6
* Nicer name for string-listify functionColin Dunklau2013-05-121-4/+4
* URIDict to _utils, fixed naming, package testColin Dunklau2013-05-121-39/+7
* Minor style changesColin Dunklau2013-05-111-4/+2
* Call _utils functions from the moduleColin Dunklau2013-05-111-19/+20
* Began package split, done with compat and _utilsColin Dunklau2013-05-101-0/+1311