-
-
Notifications
You must be signed in to change notification settings - Fork 590
Comparing changes
Open a pull request
base repository: python-jsonschema/jsonschema
base: v4.14.0
head repository: python-jsonschema/jsonschema
compare: v4.15.0
Commits on Aug 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c227d64 - Browse repository at this point
Copy the full SHA c227d64View commit details -
Disable max line length in doc8.
We'll slowly move to sentence-per-line.
Configuration menu - View commit details
-
Copy full SHA for 8214626 - Browse repository at this point
Copy the full SHA 8214626View commit details
Commits on Aug 28, 2022
-
Remove backticks from section headings.
Sphinx/intersphinx generates really weird or unreferenceable labels when these are here.
Configuration menu - View commit details
-
Copy full SHA for 6d39c4b - Browse repository at this point
Copy the full SHA 6d39c4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6693f93 - Browse repository at this point
Copy the full SHA 6693f93View commit details -
Don't skip tests while debugging.
This will maybe get annoying if debugging many at once, but works better for specifically mentioning one test.
Configuration menu - View commit details
-
Copy full SHA for 167ac4b - Browse repository at this point
Copy the full SHA 167ac4bView commit details -
Fix $id in the presence of $ref on draft 6 and 7.
In these drafts, not only did $ref cause other validator keywords to be ignored, it prevents $id from setting the resolution scope too. In draft 3 and 4 this is now half-fixed in the sense that the correct URI is now the one that will be retrieved, but the logic for finding subschemas by ID is still broken on these drafts.
Configuration menu - View commit details
-
Copy full SHA for bf92aed - Browse repository at this point
Copy the full SHA bf92aedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c79837 - Browse repository at this point
Copy the full SHA 9c79837View commit details
Commits on Aug 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8e43f78 - Browse repository at this point
Copy the full SHA 8e43f78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fe9759 - Browse repository at this point
Copy the full SHA 5fe9759View commit details -
Of course the tweaked name doesn't work on macOS.
Hopefully this works on both.
Configuration menu - View commit details
-
Copy full SHA for 4320a2c - Browse repository at this point
Copy the full SHA 4320a2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for bde874d - Browse repository at this point
Copy the full SHA bde874dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f7f1e3 - Browse repository at this point
Copy the full SHA 3f7f1e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ad00c8 - Browse repository at this point
Copy the full SHA 1ad00c8View commit details -
Merge pull request #989 from python-jsonschema/api
Enable dedicated API documentation page(s)
Configuration menu - View commit details
-
Copy full SHA for 68fad03 - Browse repository at this point
Copy the full SHA 68fad03View commit details -
Configuration menu - View commit details
-
Copy full SHA for cdc3a21 - Browse repository at this point
Copy the full SHA cdc3a21View commit details
Commits on Aug 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b9dbe5a - Browse repository at this point
Copy the full SHA b9dbe5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a513c99 - Browse repository at this point
Copy the full SHA a513c99View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd491f9 - Browse repository at this point
Copy the full SHA fd491f9View commit details -
Remove the incorrect Optional from FormatChecker's formats annotation.
See https://docs.python.org/3/library/typing.html#typing.Optional. This is meant to be used only if None is a specifically allowed value, where here it is not, it's an internal sentinel, not part of its public API, which only allows iterables.
Configuration menu - View commit details
-
Copy full SHA for 6d04fd7 - Browse repository at this point
Copy the full SHA 6d04fd7View commit details -
Remove the doc page for references.
All it does is include objects which now appear in the API reference. This section should (will) come back as some prose instead on the validation doc page.
Configuration menu - View commit details
-
Copy full SHA for 57b604e - Browse repository at this point
Copy the full SHA 57b604eView commit details -
Make the link to Understanding JSON Schema more prominent.
(And remove some ancient language from when it was a twinkle in someone's eye).
Configuration menu - View commit details
-
Copy full SHA for ca96760 - Browse repository at this point
Copy the full SHA ca96760View commit details -
Configuration menu - View commit details
-
Copy full SHA for d67decc - Browse repository at this point
Copy the full SHA d67deccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 792311d - Browse repository at this point
Copy the full SHA 792311dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6533d32 - Browse repository at this point
Copy the full SHA 6533d32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ce8250 - Browse repository at this point
Copy the full SHA 8ce8250View commit details
Commits on Aug 31, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 420fc6b - Browse repository at this point
Copy the full SHA 420fc6bView commit details
There are no files selected for viewing
This file was deleted.