summaryrefslogtreecommitdiff
path: root/jsonschema/_utils.py
Commit message (Expand)AuthorAgeFilesLines
* 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