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: stefankoegl/python-json-pointer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: stefankoegl/python-json-pointer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: copilot/fix-63
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 6 files changed
  • 2 contributors

Commits on May 27, 2025

  1. Initial plan for issue

    Copilot committed May 27, 2025
    Configuration menu
    Copy the full SHA
    4aed89c View commit details
    Browse the repository at this point in the history
  2. Fix array index validation to reject indices with leading zeros

    Co-authored-by: stefankoegl <184196+stefankoegl@users.noreply.github.com>
    Copilot and stefankoegl committed May 27, 2025
    Configuration menu
    Copy the full SHA
    4fb793e View commit details
    Browse the repository at this point in the history

Commits on May 28, 2025

  1. Fix whitespace issue reported by flake8

    Co-authored-by: stefankoegl <184196+stefankoegl@users.noreply.github.com>
    Copilot and stefankoegl committed May 28, 2025
    Configuration menu
    Copy the full SHA
    c7b4416 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2025

  1. Initial plan for issue

    Copilot committed Jun 10, 2025
    Configuration menu
    Copy the full SHA
    ae2a1b2 View commit details
    Browse the repository at this point in the history
  2. Drop Python 2.7, 3.7, 3.8 support - update config and remove compatib…

    …ility code
    
    Co-authored-by: stefankoegl <184196+stefankoegl@users.noreply.github.com>
    Copilot and stefankoegl committed Jun 10, 2025
    Configuration menu
    Copy the full SHA
    cb770a3 View commit details
    Browse the repository at this point in the history
  3. Remove obsolete 'except ImportError' exclusion from .coveragerc

    Co-authored-by: stefankoegl <184196+stefankoegl@users.noreply.github.com>
    Copilot and stefankoegl committed Jun 10, 2025
    Configuration menu
    Copy the full SHA
    a025dcc View commit details
    Browse the repository at this point in the history
  4. Initial plan for issue

    Copilot committed Jun 10, 2025
    Configuration menu
    Copy the full SHA
    afee507 View commit details
    Browse the repository at this point in the history
Loading