summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* try ubuntu bionic on travisbionicAsif Saif Uddin2020-05-151-0/+1
* Require tweak (#280)Pau Ruiz Safont2020-05-143-12/+47
* Document top-level .encode and .decode to close #459 (#482)Dima Tisnek2020-04-262-4/+64
* Improve documentation for audience usage (#484)Correy Lim2020-04-261-8/+35
* Create main.ymlJosé Padilla2020-04-061-0/+40
* Simplify `python_requires` (#478)Michael2020-03-241-1/+1
* Add support of python 3.8 (#452)Bastien Vallet2019-12-273-3/+6
* Update CHANGELOG.mdJosé Padilla2019-11-231-0/+17
* Fix 406 (#454)justinbaur2019-11-162-7/+56
* Fix simple typo: encododed -> encoded (#462)Tim Gates2019-11-141-1/+1
* Remove Python 2.7 compatibility (#457)Bastien Vallet2019-11-128-87/+31
* Create FUNDING.ymlJosé Padilla2019-11-041-0/+3
* DX Tweaks (#450)José Padilla2019-10-2136-1395/+1737
* Update .gitignoreJosé Padilla2019-10-201-0/+1
* Catch BadSignatureError raised by ecdsa 0.13.3 on verification errors (#448)StefanBruens2019-10-201-1/+3
* Fix mypy errors (#449)José Padilla2019-10-201-4/+4
* Remove setup.py test command in favor of pytest and tox (#442)Jon Dufresne2019-10-062-16/+4
* Rename [wheel] section to [bdist_wheel] as the former is legacy (#441)Jon Dufresne2019-09-281-1/+1
* Pass python_requires argument to setuptools (#440)Jon Dufresne2019-09-281-0/+1
* Prefer https:// links where available (#439)Jon Dufresne2019-09-284-6/+6
* Correct type for json_encoder argument (#438)Jon Dufresne2019-09-282-4/+4
* Document (and prefer) `pyjwt[crypto]` req format (#426)Gunnlaugur Thor Briem2019-06-121-2/+7
* Run mypy with tox (#421)José Padilla2019-05-043-8/+12
* Invoke pytest directly. Avoids use of easy_install and interaction between fl...Jason R. Coombs2019-05-041-5/+3
* Fix linter error in test_cli (#414)Jason R. Coombs2019-05-041-1/+1
* Decode return type is dict[str, Any] (#393)Jacopo Farina2019-01-311-2/+3
* Fix pytest and pinned test dependencies1.7.1José Padilla2018-12-066-7/+16
* Bump up version to v1.7.01.7.0José Padilla2018-12-012-2/+21
* Import collection ABC's from correct module (#384)Tsuyoshi Hombashi2018-11-253-8/+7
* Support Python 3.7 (#375)kreutz-hs2018-11-023-2/+8
* Fix broken badge imageJosé Padilla2018-11-021-1/+1
* Pin test requirementsJosé Padilla2018-11-021-3/+3
* Update Travis badgeJosé Padilla2018-11-021-2/+2
* Run tests for python 3.7 (#379)purificant2018-11-013-1/+5
* Fixes example invocations in README.rst and docs/index.rst. (#368)Debayan De2018-08-142-4/+4
* Merge pull request #357 from purificant/travis_cleanupMark Adams2018-08-011-24/+13
|\
| * remove workaround for running tests with python 3.5, switch to using travis b...purificant2018-06-271-24/+13
* | remove CRLF line endings (#353)Carl George2018-07-191-168/+168
* | Update usage.rst (#360)PatrikBillgren2018-07-191-1/+1
|/
* Fix #351 by reverting argument name changes for .decode() (#352)1.6.4Mark Adams2018-05-234-6/+14
* Update CHANGELOG.mdJosé Padilla2018-05-191-0/+2
* Bump up to v1.6.31.6.3José Padilla2018-05-194-5/+5
* Update CHANGELOG.mdJosé Padilla2018-05-191-0/+20
* Add issue templatesJosé Padilla2018-05-194-0/+71
* Add help moduleJosé Padilla2018-05-191-0/+61
* Add .pytest_cache to .gitignoreJosé Padilla2018-05-191-0/+2
* Bump up versionJosé Padilla2018-05-191-2/+2
* Added section to usage docs for jwt.get_unverified_header() (#350)Alejandro J. C De Baca2018-05-191-0/+14
* RFC: Add type hints (#344)Jacopo Farina2018-04-084-11/+44
* all exceptions inherit from PyJwtError (#340)dmr2018-03-292-2/+10