Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: python-jsonschema/jsonschema
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.10.0
Choose a base ref
...
head repository: python-jsonschema/jsonschema
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.10.1
Choose a head ref
  • 10 commits
  • 11 files changed
  • 1 contributor

Commits on Aug 17, 2022

  1. Configuration menu
    Copy the full SHA
    fdf94c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    263d4ee View commit details
    Browse the repository at this point in the history
  3. Merge commit '5d6a9931ff0d606b273c36a20bd0444a2a61ea24'

    * commit '5d6a9931ff0d606b273c36a20bd0444a2a61ea24':
      Squashed 'json/' changes from b3c8672a3..14d05dcea
    Julian committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    a65806d View commit details
    Browse the repository at this point in the history
  4. Squashed 'json/' changes from b3c8672a3..14d05dcea

    14d05dcea Merge pull request #585 from json-schema-org/absolute-uri
    b643e11fa Tweak the remotes retrieval README language a bit more.
    0c90a5f98 Explicitly mention the base URI for those not using jsonschema_remotes.
    79daf05b6 Emit fully absolute URIs from `jsonschema_suite remotes`.
    
    git-subtree-dir: json
    git-subtree-split: 14d05dcea95edd138fca251b2a9cf99bd32426bf
    Julian committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    5d6a993 View commit details
    Browse the repository at this point in the history
  5. Tweak remote URIs when running the upstream test suite.

    The full remote URI is now properly emitted upstream.
    
    Ref: json-schema-org/JSON-Schema-Test-Suite#585.
    Julian committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    c728147 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8abbd1c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a94115b View commit details
    Browse the repository at this point in the history
  8. Squashed 'json/' changes from 14d05dcea..4cfead7ba

    4cfead7ba Fix #585 on Windows.
    
    git-subtree-dir: json
    git-subtree-split: 4cfead7ba7b1af840eaf95f19a088c89ed67b5a9
    Julian committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    af8abbb View commit details
    Browse the repository at this point in the history
  9. Merge commit 'af8abbb870562f38fa8f760f0462645277dc0e89'

    * commit 'af8abbb870562f38fa8f760f0462645277dc0e89':
      Squashed 'json/' changes from 14d05dcea..4cfead7ba
    Julian committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    0c4aaaf View commit details
    Browse the repository at this point in the history
  10. Fix calling Validator.evolve for some downstream users.

    The broken case here was subclassing a validator class, something that
    isn't really a supported use of the Validator classes, but of course one
    can't blame anyone too much since doing so didn't raise an error or emit
    any warning.
    
    In the next release subclassing will warn, and at some point afterwards
    will become an explicit error. If you're a downstream user of this
    library looking for a way to avoid whichever inheritance is currently
    needed in your library feel free to reach out and I'll try to help.
    
    Closes: #982
    Julian committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    c2e86ee View commit details
    Browse the repository at this point in the history
Loading