summaryrefslogtreecommitdiff
path: root/jsonschema/_format.py
Commit message (Expand)AuthorAgeFilesLines
* As per the spec, only dotted-quad IPv4 addresses are valid.Julian Berman2014-02-191-2/+6
* Apply built-in formats only to strings, otherwise ignore.Julian Berman2013-10-301-8/+37
* These should be URIs, not URI references.Julian Berman2013-10-271-1/+1
* Precompiles is_host_name regex.Taavi Burns2013-10-151-2/+3
* Only allow RFC 3339 date times, not all of ISO 8601.Julian Berman2013-06-171-4/+9
* Fix indentation.Julian Berman2013-06-171-11/+13
* Oh fine I'll have an exceptions module.Julian Berman2013-05-201-17/+1
* Cleanup tests a bit.Colin Dunklau2013-05-121-4/+0
* Break out into _format and validators.Julian Berman2013-05-121-0/+219