Thanks to visit codestin.com
Credit goes to github.com

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: jpadilla/pyjwt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.6.4
Choose a base ref
...
head repository: jpadilla/pyjwt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.7.0
Choose a head ref
  • 12 commits
  • 12 files changed
  • 8 contributors

Commits on Jun 27, 2018

  1. remove workaround for running tests with python 3.5, switch to using …

    …travis build matrix for testing different python versions
    purificant committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    86be38f View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2018

  1. Update usage.rst (#360)

    Small typo fix
    PatrikBillgren authored and jpadilla committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    fa85704 View commit details
    Browse the repository at this point in the history
  2. remove CRLF line endings (#353)

    carlwgeorge authored and jpadilla committed Jul 19, 2018
    Configuration menu
    Copy the full SHA
    6845515 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2018

  1. Merge pull request #357 from purificant/travis_cleanup

    travis cleanup
    mark-adams authored Aug 1, 2018
    Configuration menu
    Copy the full SHA
    c2a8559 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2018

  1. Fixes example invocations in README.rst and docs/index.rst. (#368)

    Signed-off-by: Debayan De <[email protected]>
    debayande authored and jpadilla committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    d3ffeab View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2018

  1. Run tests for python 3.7 (#379)

    purificant authored and jpadilla committed Nov 1, 2018
    Configuration menu
    Copy the full SHA
    f1f21a7 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2018

  1. Update Travis badge

    jpadilla committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    e7af85b View commit details
    Browse the repository at this point in the history
  2. Pin test requirements

    jpadilla committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    b616107 View commit details
    Browse the repository at this point in the history
  3. Fix broken badge image

    jpadilla committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    72fb76e View commit details
    Browse the repository at this point in the history
  4. Support Python 3.7 (#375)

    * Import collection ABC's from correct module
       They were moved into collections.abc in 3.3 and will be deprecated
       from collections in 3.8.
    kreutz-hs authored and jpadilla committed Nov 2, 2018
    Configuration menu
    Copy the full SHA
    2122f94 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2018

  1. Import collection ABC's from correct module (#384)

    * Move ABCs imports to compat.py to reuse the imports from other modules
    
    * Import collection ABC's from correct module
    thombashi authored and jpadilla committed Nov 25, 2018
    Configuration menu
    Copy the full SHA
    30d4c5a View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2018

  1. Bump up version to v1.7.0

    jpadilla committed Dec 2, 2018
    Configuration menu
    Copy the full SHA
    3f735fd View commit details
    Browse the repository at this point in the history
Loading