summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Try tox4 for CI.tox4Julian Berman2021-10-311-1/+1
* Remove uses of SynchronousTestCase.Julian Berman2021-10-311-29/+24
* Set PYTHONWARNINGS only for the test run itself.Julian Berman2021-10-311-2/+1
* Merge pull request #869 from sir-sigurd/patch-1Julian Berman2021-10-301-2/+2
|\
| * [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2021-10-291-1/+1
| * Add release note about dropping support for Py 3.6Sergey Fedoseev2021-10-291-2/+2
|/
* in-tree-build is now the default in pipJulian Berman2021-10-241-4/+3
* Add v4.1.2 to the CHANGELOG.v4.1.2Julian Berman2021-10-201-0/+6
* Merge branch 'dependentSchemas-fix'Julian Berman2021-10-201-0/+3
|\
| * validators: Fix dependentSchemas when instance is not an objectRob Herring2021-10-011-0/+3
* | Merge commit 'ddef3b4a06be6f66dc1384e31a408ee7658bac1a'Julian Berman2021-10-204-3/+52
|\ \
| * | Squashed 'json/' changes from ba3a90534..329efe59cJulian Berman2021-10-204-3/+52
* | | Remove the Patreon link.Julian Berman2021-10-191-1/+0
* | | Add v4.1.1 to the CHANGELOG.v4.1.1Julian Berman2021-10-191-0/+6
* | | Skip more more new leap second tests.Julian Berman2021-10-191-0/+10
* | | Merge commit '4ecbea58e0828696f7714abba624e2160518fddd'Julian Berman2021-10-1985-22/+680
|\ \ \ | |/ /
| * | Squashed 'json/' changes from 54440eab4..ba3a90534Julian Berman2021-10-1985-22/+680
* | | Merge pull request #862 from jhashkes/fix/prefixitems-indexingJulian Berman2021-10-182-5/+10
|\ \ \
| * | | fix prefixItems index reporting in ValidationErrorJonathan Hashkes2021-10-172-5/+10
|/ / /
* | | Slightly reword the tagline.v4.1.0Julian Berman2021-10-091-2/+2
* | | Add 4.1.0 to the changelog.v4.1.0a1release-notesJulian Berman2021-10-091-0/+10
* | | Sigh, back to full clones.Julian Berman2021-10-081-0/+2
* | | Try autocreating release notes.Julian Berman2021-10-081-8/+14
* | | Skip tests on 3.10 + Windows which fail for annoying compilation reasons.Julian Berman2021-10-081-0/+12
* | | Ignore distutils warnings coming from pip which needs a release.Julian Berman2021-10-081-1/+1
* | | Add support for Python 3.10.Julian Berman2021-10-084-2/+15
* | | Combine the CI and precommit workflows.Julian Berman2021-10-082-13/+7
* | | Skip the tests which tickle known bugs.Julian Berman2021-10-071-8/+56
* | | Merge commit 'cf886386cc0996df6743b425f74675a6d8a1a9ca'Julian Berman2021-10-07129-1289/+5355
|\ \ \ | |/ /
| * | Squashed 'json/' changes from 20c1bb1d9..54440eab4Julian Berman2021-10-07129-1289/+5355
* | | Re-allow the fuzz to fail.Julian Berman2021-10-031-0/+1
* | | Add the missing format dependency documentation.Julian Berman2021-10-021-3/+8
| |/ |/|
* | Merge pull request #846 from tirkarthi/fix-python-requiresv4.0.1Julian Berman2021-09-301-1/+1
|\ \
| * | Move python_requires to options for correct METADATA generation.Karthikeyan Singaravelan2021-09-301-1/+1
|/ /
* | Add the Zenodo badge.Julian Berman2021-09-291-1/+4
* | Stylev4.0.0Julian Berman2021-09-291-3/+0
* | Remove the added argument to jsonschema.validators.create. ...Julian Berman2021-09-2917-615/+9
* | Make it clear that support for draft2020-12 is partial unfortunately.Julian Berman2021-09-292-6/+13
* | Merge pull request #841 from hugovk/rm-universalJulian Berman2021-09-282-3/+4
|\ \
| * | Ignore build filesHugo van Kemenade2021-09-281-0/+4
| * | No need to build universal wheels for Python 3-onlyHugo van Kemenade2021-09-281-3/+0
|/ /
* | Merge pull request #834 from Julian/pre-commit-ci-update-configJulian Berman2021-09-061-3/+3
|\ \
| * | [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2021-08-301-3/+3
|/ /
* | Deprecate jsonschema.validators.validators and .meta_schemas.Julian Berman2021-08-264-26/+72
* | StyleJulian Berman2021-08-261-3/+3
* | Add test cases for error details hidden behind a $refJulian Berman2021-08-261-0/+62
* | Add Validator.evolve, deprecating passing _schema to methods.Julian Berman2021-08-256-20/+99
* | Remove 2-arg-using form of is_valid from tests.Julian Berman2021-08-251-2/+2
* | Test iter_errors independent of a draft validator.Julian Berman2021-08-251-47/+31
* | Set __qualname__ for validator classes.Julian Berman2021-08-252-10/+48