summaryrefslogtreecommitdiff
path: root/jsonschema/_format.py
Commit message (Expand)AuthorAgeFilesLines
* Fix missing trailing commas.draft2020-12Julian Berman2021-08-041-4/+4
* Julian/jsonschema#782: Adapt validator test for draft2020-12, fixes code stylesHarald Nezbeda2021-07-201-5/+7
* Julian/jsonschema#782: Fixes relative json pointer format validation for lead...Harald Nezbeda2021-07-201-0/+4
* Julian/jsonschema#782: Add validation for uuid formatHarald Nezbeda2021-07-191-0/+13
* Julian/jsonschema#782: Extend format check for draft2020-12, add duration for...Harald Nezbeda2021-07-191-6/+52
* Julian/jsonschema#782: Enable draft2020-12 test suiteHarald Nezbeda2021-07-191-1/+2
* Use python 3.9 for coverageHarald Nezbeda2021-07-121-6/+6
* Fixes validation for uri-template formatHarald Nezbeda2021-06-251-8/+5
* Work around danielrichman/strict-rfc3339#5.Julian Berman2020-10-241-1/+1
* Cope with IPv6Address now allowing zone IDs in 3.9.Julian Berman2020-10-201-1/+2
* use correct format check globallyHillel Arnold2020-08-191-5/+7
* better handling for Python 3.6Hillel Arnold2020-08-191-4/+6
* Merge remote-tracking branch 'upstream/master' into issue-685Hillel Arnold2020-08-181-19/+12
|\
| * Validate IP addresses using the ipaddress module.Julian Berman2020-08-131-19/+12
* | improve date parsingHillel Arnold2020-08-131-1/+4
|/
* Unbreak non-format-setuptools-extra-installed jsonschema.Julian Berman2020-08-121-12/+15
* Modify the code based on review commentswilson chen2020-08-081-1/+2
* fix bug about hostname by import fqdnwillson-chen2020-08-071-10/+2
* Kill jsonschema.compat as well.Julian Berman2020-08-051-20/+19
* Ref Py3 in the docs.Julian Berman2020-08-041-1/+1
* Handle broken punycode in IDN hostnames.Julian Berman2020-06-091-1/+4
* Sigh... but also drops Py2 compat.Julian Berman2020-02-211-3/+8
* Newer webcolors has a new API apparently.Julian Berman2020-02-211-1/+1
* format_nongpl docs, and style fixesNicolas Aimetti2019-10-311-2/+1
* Add format validators as separate modulesNicolas Aimetti2019-10-281-30/+36
* non GPL format optionNicolas Aimetti2019-10-231-14/+33
* Revert "Respect ECMA regex syntax for schemas."v3.1.1Julian Berman2019-10-091-4/+2
* Validate `format: regex` with js-regexZac-HD2019-10-071-2/+4
* Minor style.Julian Berman2019-09-051-4/+0
* FormatChecker.__repr__Julian Berman2019-09-041-0/+3
* Wrong style but hey.v3.0.0b3Julian Berman2019-01-271-1/+0
* Revert "Revert "And now add the Draft7 time format, even though it don't work.""Julian Berman2019-01-271-0/+7
* And now 'solve' the problem of colliding time formats.v3.0.0a6Julian Berman2019-01-151-15/+23
* Style.Julian Berman2019-01-111-1/+0
* Revert "And now add the Draft7 time format, even though it don't work."Julian Berman2019-01-111-7/+0
* And now add the Draft7 time format, even though it don't work.v3.0.0a4Julian Berman2019-01-061-0/+7
* This is the old time.Julian Berman2019-01-061-1/+1
* Grudgingly add an inline implementation of relative JSON Pointers.Julian Berman2019-01-051-0/+27
* idn-hostname validation.Julian Berman2019-01-041-0/+14
* Defend ourselves from evil.Julian Berman2018-09-301-1/+6
* Apparently we've got internal tests to ensure this ignores non strings.Julian Berman2018-09-301-0/+2
* A few more existing formats for Draft 7.Julian Berman2018-09-301-3/+23
* Enable uri-reference and uri-template for draft 7.Julian Berman2018-09-301-2/+8
* Date is apparently back.Julian Berman2018-09-301-1/+1
* First step on Draft7 support.Julian Berman2018-09-301-1/+7
* Pass the non-string JSON pointer test, skip non strings.draft6Julian Berman2018-05-141-0/+2
* Whoops, this is Draft6 only.Julian Berman2018-05-141-1/+1
* Kill isodate.Julian Berman2018-05-031-14/+1
* Merge branch 'master' into draft6Julian Berman2018-05-011-12/+12
|\
| * Another missing object.Julian Berman2017-12-241-7/+6