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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Re-allow the fuzz to fail.
Julian Berman
2021-10-03
1
-0
/
+1
*
Add the missing format dependency documentation.
Julian Berman
2021-10-02
1
-3
/
+8
*
Merge pull request #846 from tirkarthi/fix-python-requires
v4.0.1
Julian Berman
2021-09-30
1
-1
/
+1
|
\
|
*
Move python_requires to options for correct METADATA generation.
Karthikeyan Singaravelan
2021-09-30
1
-1
/
+1
|
/
*
Add the Zenodo badge.
Julian Berman
2021-09-29
1
-1
/
+4
*
Style
v4.0.0
Julian Berman
2021-09-29
1
-3
/
+0
*
Remove the added argument to jsonschema.validators.create. ...
Julian Berman
2021-09-29
17
-615
/
+9
*
Make it clear that support for draft2020-12 is partial unfortunately.
Julian Berman
2021-09-29
2
-6
/
+13
*
Merge pull request #841 from hugovk/rm-universal
Julian Berman
2021-09-28
2
-3
/
+4
|
\
|
*
Ignore build files
Hugo van Kemenade
2021-09-28
1
-0
/
+4
|
*
No need to build universal wheels for Python 3-only
Hugo van Kemenade
2021-09-28
1
-3
/
+0
|
/
*
Merge pull request #834 from Julian/pre-commit-ci-update-config
Julian Berman
2021-09-06
1
-3
/
+3
|
\
|
*
[pre-commit.ci] pre-commit autoupdate
pre-commit-ci[bot]
2021-08-30
1
-3
/
+3
|
/
*
Deprecate jsonschema.validators.validators and .meta_schemas.
Julian Berman
2021-08-26
4
-26
/
+72
*
Style
Julian Berman
2021-08-26
1
-3
/
+3
*
Add test cases for error details hidden behind a $ref
Julian Berman
2021-08-26
1
-0
/
+62
*
Add Validator.evolve, deprecating passing _schema to methods.
Julian Berman
2021-08-25
6
-20
/
+99
*
Remove 2-arg-using form of is_valid from tests.
Julian Berman
2021-08-25
1
-2
/
+2
*
Test iter_errors independent of a draft validator.
Julian Berman
2021-08-25
1
-47
/
+31
*
Set __qualname__ for validator classes.
Julian Berman
2021-08-25
2
-10
/
+48
*
Suppress the KeyError in unknown type exception tracebacks.
Julian Berman
2021-08-25
2
-14
/
+24
*
Temporarily simplify _finditem, and unskip some tests.
Julian Berman
2021-08-25
2
-46
/
+13
*
Remove RefResolver.scopes_stack_copy.
Julian Berman
2021-08-25
3
-11
/
+2
*
Bit of coverage tweaking.
v4.0.0a6
Julian Berman
2021-08-25
3
-18
/
+25
*
Deprecate jsonschema.RefResolver.in_scope.
Julian Berman
2021-08-25
2
-2
/
+25
*
Remove more dead code.
Julian Berman
2021-08-25
2
-29
/
+0
*
Remove dead code.
Julian Berman
2021-08-25
1
-5
/
+0
*
Remove 3.6-related code.
Julian Berman
2021-08-25
1
-23
/
+0
*
Minor tweak of local variables.
Julian Berman
2021-08-25
1
-2
/
+1
*
FileNotFoundError and FileExistsError in more places.
Julian Berman
2021-08-25
3
-16
/
+5
*
Minor tweak to the OSSFuzz workflow.
Julian Berman
2021-08-25
2
-4
/
+2
*
Properly set the failing validator for min/maxContains.
Julian Berman
2021-08-25
2
-0
/
+92
*
Ensure message_for allows only one error.
Julian Berman
2021-08-25
1
-5
/
+11
*
Add a test for the 2019-09 $id lookup.
Julian Berman
2021-08-25
1
-0
/
+13
*
Kill an old testing helper now that it mostly lives in contextlib.
Julian Berman
2021-08-25
2
-40
/
+21
*
Use contextmanager.suppress to kill a bit of boilerplate.
Julian Berman
2021-08-25
1
-36
/
+17
*
Always depend on the newer webcolors API.
Julian Berman
2021-08-25
1
-2
/
+2
*
Add an explicit ASCII check.
Julian Berman
2021-08-24
1
-1
/
+1
*
Remove 3.6-related code.
Julian Berman
2021-08-24
1
-7
/
+0
*
Depend on rfc3339-validator for format, even for non-nonGPL.
Julian Berman
2021-08-24
3
-17
/
+11
*
Merge commit 'b5e545b0e0a3a614562293fd7755cd8d2283e8d2'
Julian Berman
2021-08-24
29
-0
/
+225
|
\
|
*
Squashed 'json/' changes from ab0b1ae71..20c1bb1d9
Julian Berman
2021-08-24
29
-0
/
+225
*
|
Actually add the badge.
Julian Berman
2021-08-24
1
-2
/
+2
*
|
Add a pre-commit.ci badge.
Julian Berman
2021-08-24
1
-0
/
+4
*
|
Minor local variable tweaking.
v4.0.0a5
Julian Berman
2021-08-24
1
-3
/
+4
*
|
Skip more new leap second tests.
Julian Berman
2021-08-24
1
-2
/
+27
*
|
Merge commit '6cf6ff85b7cf595609a10267a85d354202e3b2f0'
Julian Berman
2021-08-24
17
-431
/
+679
|
\
\
|
|
/
|
*
Squashed 'json/' changes from eb619047f..ab0b1ae71
Julian Berman
2021-08-24
17
-431
/
+679
*
|
Remove resolve_local.
Julian Berman
2021-08-24
2
-19
/
+15
*
|
Minor restructure of which html sphinx builder we build in the tox.ini.
v4.0.0a4
Julian Berman
2021-08-24
2
-13
/
+6
[next]