summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WIPdraftsJulian Berman2021-05-085-0/+213
* Evade the pip safety warning.Julian Berman2021-05-051-0/+2
* Remove default types (in favor of the TypeChecker API).Julian Berman2021-05-043-397/+2
* Style.Julian Berman2021-04-281-0/+1
* Unsupport leap seconds.Julian Berman2021-04-281-0/+12
* Merge commit 'c19f0b4ee66ce10217185fa8d2c8b7a2784e3a31'Julian Berman2021-04-2825-30/+660
|\
| * Squashed 'json/' changes from 15ec577f..09fd353fJulian Berman2021-04-2825-30/+660
* | Fix IDs of remotes in the test suite on Windows.Julian Berman2021-04-121-1/+1
* | Install package for perf toxenvs too.Julian Berman2021-04-121-1/+1
* | Skip tests that actually rely on location-independent IDs.Julian Berman2021-04-121-0/+30
* | Allowing leading zeros is allowed by the JSON Schema spec...Julian Berman2021-04-121-0/+11
* | Merge commit '61d6022ad9cceb91eb634d01eecfc15358b1d8a1'Julian Berman2021-04-12103-217/+11736
|\ \ | |/
| * Squashed 'json/' changes from 3627cc1..15ec577Julian Berman2021-04-12103-217/+11736
* | Bump lxml (and the rest of the doc requirements).Julian Berman2021-03-291-57/+27
* | Merge pull request #794 from Julian/dependabot/pip/docs/pygments-2.7.4Julian Berman2021-03-291-1/+1
|\ \
| * | Bump pygments from 2.7.2 to 2.7.4 in /docsdependabot/pip/docs/pygments-2.7.4dependabot[bot]2021-03-291-1/+1
|/ /
* | Merge pull request #791 from Julian/dependabot/pip/docs/jinja2-2.11.3Julian Berman2021-03-201-1/+1
|\ \
| * | Bump jinja2 from 2.11.2 to 2.11.3 in /docsdependabot/pip/docs/jinja2-2.11.3dependabot[bot]2021-03-201-1/+1
|/ /
* | Merge pull request #790 from Julian/dependabot/pip/docs/urllib3-1.26.3Julian Berman2021-03-191-27/+56
|\ \
| * | Bump urllib3 from 1.26.2 to 1.26.3 in /docsdependabot/pip/docs/urllib3-1.26.3dependabot[bot]2021-03-191-27/+56
|/ /
* | Merge pull request #786 from sir-sigurd/patch-1Julian Berman2021-03-031-1/+1
|\ \
| * | remove uneeded backtick from docstring of validators.extend()Sergey Fedoseev2021-03-031-1/+1
|/ /
* | Minor style fixes.Julian Berman2021-03-031-4/+7
* | Merge branch 'fuzzer-fix'Julian Berman2021-03-031-4/+3
|\ \
| * | fixed fuzzer.davkor2021-03-031-4/+3
|/ /
* | Merge pull request #772 from DavidKorczynski/mainJulian Berman2021-03-023-1/+79
|\ \
| * | Extra newline.Julian Berman2021-03-021-1/+0
| * | Ignore the fuzz module from coverage for now as well.Julian Berman2021-03-021-1/+1
| * | Go back to fuzz_* naming.Julian Berman2021-03-021-0/+0
| * | Module docstringJulian Berman2021-03-021-0/+6
| * | Add language, remove dry-run: false which is the default.Julian Berman2021-03-021-3/+8
| * | Move the fuzz workflow to fuzz.yml.Julian Berman2021-03-021-0/+0
| * | Minor style fixes.Julian Berman2021-03-021-12/+15
| * | Merge branch 'main' into DavidKorczynski/mainJulian Berman2021-03-024-95/+30
| |\ \ | |/ / |/| |
* | | Merge branch 'windows'Julian Berman2021-02-223-93/+26
|\ \ \
| * | | Reskip the PyPy-on-Windows tests.windowsJulian Berman2021-02-221-0/+24
| * | | Try the Twisted prerelease, which hopefully obviates installing IOCP.Julian Berman2021-02-221-1/+1
| * | | No, don't use venv.Julian Berman2021-02-221-3/+0
| * | | Fix test to windows path matchingMilly2021-02-201-1/+1
| * | | Test via PyPy3.7Julian Berman2021-02-201-6/+6
| * | | Unskip most of the skipped windows builds.Julian Berman2021-02-201-88/+0
|/ / /
* | | Update pre-commit.Julian Berman2021-02-201-2/+4
| * | Make fuzzer friendly for pytest.davkor2021-01-261-1/+1
| * | Add suggestions from Zacdavkor2021-01-261-2/+2
| * | switch to checking steps output.davkor2021-01-211-1/+1
| * | Try adding an success statement in CIdavkor2021-01-211-0/+1
| * | Move continue-on-error to build step.davkor2021-01-211-1/+1
| * | set continue on error in fuzzing CI job.davkor2021-01-211-0/+1
| * | Set CI fuzz to be 30 seconds.davkor2021-01-211-1/+1
| * | Add CI-fuzz to ensure fuzzers are run.davkor2021-01-211-0/+24