index
:
delta/jsonschema.git
azure
baserock/morph
best-match
ci-cache
cli
codeco
dependabot/pip/docs/jinja2-2.11.3
dependabot/pip/docs/lxml-4.6.2
dependabot/pip/docs/pygments-2.7.4
dependabot/pip/docs/urllib3-1.26.3
deprecations
draft2019-09
draft2020-12
draft6
draft7
drafts
gha
install-checks
main
master
no-leaking-boolean-schemas
patch-1
perf
perf_cache_resolving
pre-commit-ci-update-config
protocol
py310
release-notes
test-split
tox4
type-checker-default-types
warnings
windows
github.com: Julian/jsonschema.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
jsonschema
/
_format.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Depend on rfc3339-validator for format, even for non-nonGPL.
Julian Berman
2021-08-24
1
-8
/
+3
*
More strict style, now via bugbear.
Julian Berman
2021-08-18
1
-3
/
+3
*
Tidy up validation error messages, particularly using f-strings.
Julian Berman
2021-08-18
1
-3
/
+1
*
May as well add support for Draft 2019 as well.
Julian Berman
2021-08-18
1
-5
/
+25
*
Fix the UUID format.
Julian Berman
2021-08-06
1
-3
/
+2
*
Fix missing trailing commas.
draft2020-12
Julian Berman
2021-08-04
1
-4
/
+4
*
Julian/jsonschema#782: Adapt validator test for draft2020-12, fixes code styles
Harald Nezbeda
2021-07-20
1
-5
/
+7
*
Julian/jsonschema#782: Fixes relative json pointer format validation for lead...
Harald Nezbeda
2021-07-20
1
-0
/
+4
*
Julian/jsonschema#782: Add validation for uuid format
Harald Nezbeda
2021-07-19
1
-0
/
+13
*
Julian/jsonschema#782: Extend format check for draft2020-12, add duration for...
Harald Nezbeda
2021-07-19
1
-6
/
+52
*
Julian/jsonschema#782: Enable draft2020-12 test suite
Harald Nezbeda
2021-07-19
1
-1
/
+2
*
Use python 3.9 for coverage
Harald Nezbeda
2021-07-12
1
-6
/
+6
*
Fixes validation for uri-template format
Harald Nezbeda
2021-06-25
1
-8
/
+5
*
Work around danielrichman/strict-rfc3339#5.
Julian Berman
2020-10-24
1
-1
/
+1
*
Cope with IPv6Address now allowing zone IDs in 3.9.
Julian Berman
2020-10-20
1
-1
/
+2
*
use correct format check globally
Hillel Arnold
2020-08-19
1
-5
/
+7
*
better handling for Python 3.6
Hillel Arnold
2020-08-19
1
-4
/
+6
*
Merge remote-tracking branch 'upstream/master' into issue-685
Hillel Arnold
2020-08-18
1
-19
/
+12
|
\
|
*
Validate IP addresses using the ipaddress module.
Julian Berman
2020-08-13
1
-19
/
+12
*
|
improve date parsing
Hillel Arnold
2020-08-13
1
-1
/
+4
|
/
*
Unbreak non-format-setuptools-extra-installed jsonschema.
Julian Berman
2020-08-12
1
-12
/
+15
*
Modify the code based on review comments
wilson chen
2020-08-08
1
-1
/
+2
*
fix bug about hostname by import fqdn
willson-chen
2020-08-07
1
-10
/
+2
*
Kill jsonschema.compat as well.
Julian Berman
2020-08-05
1
-20
/
+19
*
Ref Py3 in the docs.
Julian Berman
2020-08-04
1
-1
/
+1
*
Handle broken punycode in IDN hostnames.
Julian Berman
2020-06-09
1
-1
/
+4
*
Sigh... but also drops Py2 compat.
Julian Berman
2020-02-21
1
-3
/
+8
*
Newer webcolors has a new API apparently.
Julian Berman
2020-02-21
1
-1
/
+1
*
format_nongpl docs, and style fixes
Nicolas Aimetti
2019-10-31
1
-2
/
+1
*
Add format validators as separate modules
Nicolas Aimetti
2019-10-28
1
-30
/
+36
*
non GPL format option
Nicolas Aimetti
2019-10-23
1
-14
/
+33
*
Revert "Respect ECMA regex syntax for schemas."
v3.1.1
Julian Berman
2019-10-09
1
-4
/
+2
*
Validate `format: regex` with js-regex
Zac-HD
2019-10-07
1
-2
/
+4
*
Minor style.
Julian Berman
2019-09-05
1
-4
/
+0
*
FormatChecker.__repr__
Julian Berman
2019-09-04
1
-0
/
+3
*
Wrong style but hey.
v3.0.0b3
Julian Berman
2019-01-27
1
-1
/
+0
*
Revert "Revert "And now add the Draft7 time format, even though it don't work.""
Julian Berman
2019-01-27
1
-0
/
+7
*
And now 'solve' the problem of colliding time formats.
v3.0.0a6
Julian Berman
2019-01-15
1
-15
/
+23
*
Style.
Julian Berman
2019-01-11
1
-1
/
+0
*
Revert "And now add the Draft7 time format, even though it don't work."
Julian Berman
2019-01-11
1
-7
/
+0
*
And now add the Draft7 time format, even though it don't work.
v3.0.0a4
Julian Berman
2019-01-06
1
-0
/
+7
*
This is the old time.
Julian Berman
2019-01-06
1
-1
/
+1
*
Grudgingly add an inline implementation of relative JSON Pointers.
Julian Berman
2019-01-05
1
-0
/
+27
*
idn-hostname validation.
Julian Berman
2019-01-04
1
-0
/
+14
*
Defend ourselves from evil.
Julian Berman
2018-09-30
1
-1
/
+6
*
Apparently we've got internal tests to ensure this ignores non strings.
Julian Berman
2018-09-30
1
-0
/
+2
*
A few more existing formats for Draft 7.
Julian Berman
2018-09-30
1
-3
/
+23
*
Enable uri-reference and uri-template for draft 7.
Julian Berman
2018-09-30
1
-2
/
+8
*
Date is apparently back.
Julian Berman
2018-09-30
1
-1
/
+1
*
First step on Draft7 support.
Julian Berman
2018-09-30
1
-1
/
+7
[next]