X Tutup
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: sweeneytr/python-json-pointer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 4 files changed
  • 1 contributor

Commits on Nov 30, 2022

  1. Update to python 3.6

    Versions prior to 3.7 are EoL, and the lack of access to
    `from __future__ import annotations` in <=3.6 make it not worth working
    around.
    
    Pypi stats shows there is still some 3.6 utilization, but as breaking 2.7 support is typically
    handled by a major version bump, and going from 3.6 -> 3.7 is trivial, the regular
    maintaince of "a major bump happened" should be enough for them to push
    to 3.7.
    sweeneytr committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    7057685 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef473cc View commit details
    Browse the repository at this point in the history
  3. Fuzz importlib

    sweeneytr committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    b7109cc View commit details
    Browse the repository at this point in the history
  4. Fuzz travis

    sweeneytr committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    6a20ece View commit details
    Browse the repository at this point in the history
  5. fuzz harder

    sweeneytr committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    257c6e1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e193f3a View commit details
    Browse the repository at this point in the history
  7. Go to old style type hints

    sweeneytr committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    1de36a4 View commit details
    Browse the repository at this point in the history
  8. Use newer ubuntu in travis

    sweeneytr committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    9686d5d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6c6a831 View commit details
    Browse the repository at this point in the history
  10. Cmon travis

    sweeneytr committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    86c81fd View commit details
    Browse the repository at this point in the history
  11. Getting tired of travis...

    sweeneytr committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    4a740aa View commit details
    Browse the repository at this point in the history
  12. Please travis

    sweeneytr committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    181293b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6b50420 View commit details
    Browse the repository at this point in the history
Loading
X Tutup