summaryrefslogtreecommitdiff
path: root/jsonschema/_utils.py
Commit message (Expand)AuthorAgeFilesLines
* Stylev4.0.0Julian Berman2021-09-291-3/+0
* Remove the added argument to jsonschema.validators.create. ...Julian Berman2021-09-291-13/+0
* Add Validator.evolve, deprecating passing _schema to methods.Julian Berman2021-08-251-10/+12
* Remove more dead code.Julian Berman2021-08-251-23/+0
* Let format_index handle the container too.Julian Berman2021-08-201-4/+8
* More strict style, now via bugbear.Julian Berman2021-08-181-1/+1
* Remove types_msg which implements really old draft-3 behavior.Julian Berman2021-08-181-19/+0
* Tidy up validation error messages, particularly using f-strings.Julian Berman2021-08-181-2/+2
* Add a linter to ensure single quotes aren't added.Julian Berman2021-08-181-1/+1
* Fix missing trailing commas.draft2020-12Julian Berman2021-08-041-13/+13
* Julian/jsonschema#782: Code clenaup, fixes validation messagesHarald Nezbeda2021-07-211-68/+57
* Julian/jsonschema#782: Resolve meta schema vocabularies from local cacheHarald Nezbeda2021-07-201-0/+16
* Julian/jsonschema#782: Adapt validator test for draft2020-12, fixes code stylesHarald Nezbeda2021-07-201-28/+58
* Julian/jsonschema#782: Fixes ref validation priorityHarald Nezbeda2021-07-191-1/+1
* Julian/jsonschema#782: Extend implementation of refHarald Nezbeda2021-07-191-1/+24
* Julian/jsonschema#782: Implements unevaluatedProperties validationsHarald Nezbeda2021-07-191-1/+59
* Julian/jsonschema#782: Implements unevaluatedItems validationsHarald Nezbeda2021-07-191-0/+42
* Minor rewording of the docstring.Julian Berman2021-07-091-2/+2
* Simplify the implementations of the equal checks.Julian Berman2021-07-091-15/+6
* Test only through _util.equal.Julian Berman2021-07-091-18/+14
* Fix the DeprecationWarning from importing abcs from collections.Julian Berman2021-07-091-15/+3
* Extend sequance and mapping checkHarald Nezbeda2021-07-091-7/+23
* Add test case with custom sequance typeHarald Nezbeda2021-07-091-25/+19
* Julian/jsonschema#686: Fixes unique and equal checksHarald Nezbeda2021-07-091-2/+46
* Make utils.indent exit stage left.Julian Berman2020-11-171-8/+0
* Minor doc formatting.Julian Berman2020-08-291-0/+1
* Kill jsonschema.compat as well.Julian Berman2020-08-051-3/+3
* Revert "Respect ECMA regex syntax for schemas."v3.1.1Julian Berman2019-10-091-4/+3
* Use JS regex syntaxZac Hatfield-Dodds2019-10-071-3/+4
* Minor style.Julian Berman2019-09-051-10/+0
* Unskip and fix the const-related compare bug.Julian Berman2019-08-011-2/+7
* Minor style.Julian Berman2019-05-051-1/+1
* Minor style.Julian Berman2018-11-251-1/+1
* :func:Julian Berman2017-12-241-1/+1
* Napoleon.Julian Berman2016-11-271-1/+5
* Support pypy3Anthony Sottile2014-10-161-1/+1
* Load meta-schemas via pkgutil rather than searching the filesystem.Julian Berman2014-04-271-6/+3
* Don't mix unicode and bytes when loading schemas.Julian Berman2013-12-011-6/+5
* MagicJulian Berman2013-05-201-0/+10
* Provide own version of urlsplit and urldefrag that work with unknown schemes,...Chase Sterling2013-05-131-2/+2
* Fixed loading problem for schema jsonColin Dunklau2013-05-121-1/+4
* Split schemas to separate files, but load is brokenColin Dunklau2013-05-121-0/+13
* Break out into _format and validators.Julian Berman2013-05-121-2/+2
* Nicer name for string-listify functionColin Dunklau2013-05-121-1/+1
* URIDict to _utils, fixed naming, package testColin Dunklau2013-05-121-2/+34
* Minor style changesColin Dunklau2013-05-111-1/+0
* Call _utils functions from the moduleColin Dunklau2013-05-111-14/+14
* Began package split, done with compat and _utilsColin Dunklau2013-05-101-0/+160