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.1.2
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.2.0
Choose a head ref
  • 17 commits
  • 12 files changed
  • 5 contributors

Commits on Oct 25, 2021

  1. Configuration menu
    Copy the full SHA
    5f399af View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2021

  1. Add release note about dropping support for Py 3.6

    It was dropped in 3fb0576
    sir-sigurd authored Oct 29, 2021
    Configuration menu
    Copy the full SHA
    c0a918b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e06577e View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2021

  1. Merge pull request #869 from sir-sigurd/patch-1

    Add release note about dropping support for Py 3.6
    Julian authored Oct 30, 2021
    Configuration menu
    Copy the full SHA
    ad73218 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2021

  1. Set PYTHONWARNINGS only for the test run itself.

    Other things (the install :/) are just too noisy themselves,
    and raise errors.
    Julian committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    832888f View commit details
    Browse the repository at this point in the history
  2. Remove uses of SynchronousTestCase.

    The warnings module still leaves what to be desired vis a vis
    cleaning up state, but everything at least passes this way now,
    and this removes a testing dependency.
    Julian committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    272b4f2 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. Configuration menu
    Copy the full SHA
    ffb5e06 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #873 from sevein/dev/issue-871-importlib-resources

    Load schemas via importlib.resources
    Julian authored Nov 3, 2021
    Configuration menu
    Copy the full SHA
    14b4fd7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ea7365 View commit details
    Browse the repository at this point in the history
  4. Squashed 'json/' changes from 329efe59c..9263b5250

    9263b5250 Merge pull request #525 from DrGFreeman/524-uniqueItems-tests
    2c5368886 Add tests instead of modifying existing tests
    de84a59c5 Add and modify uniqueItems tests
    
    git-subtree-dir: json
    git-subtree-split: 9263b52500a6688ba02181ef2299ec4a894b589e
    Julian committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    c9b7436 View commit details
    Browse the repository at this point in the history
  5. Merge commit 'c9b74362198d21cea59794c414f0877452ab9fa7'

    * commit 'c9b74362198d21cea59794c414f0877452ab9fa7':
      Squashed 'json/' changes from 329efe59c..9263b5250
    Julian committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    1c6c965 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ed4693c View commit details
    Browse the repository at this point in the history
  7. Revert "Temporarily skip the failing tests from #866."

    This reverts commit ed4693c.
    DrGFreeman committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    64622fd View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. Ensure all items of array are checked for uniqueness

    Fix bug where the function would return (True) early if the first two items of
    the array are unique, preventing verification of other array items.
    DrGFreeman committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    1085b27 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #875 from DrGFreeman/866-unique-items-more-than-two

    Ensure all elements of arrays are verified for uniqueness
    Julian authored Nov 4, 2021
    Configuration menu
    Copy the full SHA
    4a2232a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d74d704 View commit details
    Browse the repository at this point in the history
  4. v4.2.0 -> CHANGELOG

    Julian committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    3d2eec2 View commit details
    Browse the repository at this point in the history
Loading