index
:
delta/python-packages/pyjwt.git
190-remove-iat-verification
2.0-develop
a1
add-docs
add-jwk-for-hmac-rsa
add-python-35
api
bionic
bring-verify_expiration-back
bump-version
changelog
cleanup-action
cleanup-pr305
deprecations
dx-tweaks
ecdsa-bkwards-compat
fix-298
fix-351
fix-cli-script
fix-ec-ssh-pub-key
fix-flake8
fix-from-jwk
fix-key-errors
fix-mypy
fix-type-error-on-bytes-key
fix-vuln
fix_alg_vuln_on_verify
followup-523
improve-usage
madams/cleanup-test-skips
madams/test
madams/test2
master
new-release
pre-commit-ci-update-config
prep-release
py36
pytest-version-bump
remove-cli
revert-657-remove-arbitrary-kwargs
string-tokens
travis-windows
update-changelog
v2-jwks
version-2.0.0
version-2.0.1
github.com: progrium/pyjwt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tox.ini
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mypy as pre-commit check + api_jws typing (#787)
Julian Maurin
2022-08-03
1
-6
/
+0
*
Remove support for python3.6 (#777)
Stephen Rosen
2022-07-04
1
-2
/
+1
*
Adjust expected exceptions in option merging tests for PyPy3 (#763)
Michał Górny
2022-05-26
1
-1
/
+4
*
Add support for Python 3.10 (#699)
Hugo van Kemenade
2021-10-18
1
-0
/
+1
*
Simplify tox configuration (#573)
Jon Dufresne
2020-12-21
1
-9
/
+2
*
Drop lint environment from GitHub actions in favor of pre-commit.ci (#571)
Jon Dufresne
2020-12-21
1
-1
/
+1
*
Fix tox "manifest" environment to pass (#566)
Jon Dufresne
2020-12-21
1
-9
/
+1
*
Tighten bytes/str boundaries and remove unnecessary coercing (#547)
Jon Dufresne
2020-12-17
1
-1
/
+1
*
Update typing syntax and usage for Python 3.6+ (#535)
Jon Dufresne
2020-12-16
1
-1
/
+1
*
Drop unknown pytest config option: strict (#537)
Jon Dufresne
2020-12-16
1
-1
/
+0
*
Run tests against Python 3.9 and add trove classifier (#522)
Michael K
2020-10-09
1
-3
/
+4
*
Fix tox conditional extras (#512)
José Padilla
2020-08-22
1
-1
/
+1
*
Setup GH Actions (#499)
José Padilla
2020-08-19
1
-11
/
+77
*
Specify the target Python version for mypy (#497)
Jon Dufresne
2020-06-19
1
-1
/
+1
*
Move setup information to declarative setup.cfg (#495)
Jon Dufresne
2020-06-11
1
-2
/
+2
*
Add support of python 3.8 (#452)
Bastien Vallet
2019-12-27
1
-3
/
+3
*
Remove Python 2.7 compatibility (#457)
Bastien Vallet
2019-11-12
1
-1
/
+6
*
DX Tweaks (#450)
José Padilla
2019-10-21
1
-12
/
+13
*
Run mypy with tox (#421)
José Padilla
2019-05-04
1
-1
/
+6
*
Invoke pytest directly. Avoids use of easy_install and interaction between fl...
Jason R. Coombs
2019-05-04
1
-5
/
+3
*
Support Python 3.7 (#375)
kreutz-hs
2018-11-02
1
-1
/
+1
*
Run tests for python 3.7 (#379)
purificant
2018-11-01
1
-1
/
+1
*
RFC: Add type hints (#344)
Jacopo Farina
2018-04-08
1
-1
/
+1
*
Attempt to drop support for python 2.6 and 3.3 (refs #297)
Landon GB
2017-10-19
1
-1
/
+1
*
enable testing with python 3.6
2017-05-13
1
-1
/
+1
*
Add Python 3.5 to CI builds
add-python-35
Mark Adams
2016-05-06
1
-1
/
+1
*
Removed unneeded dependencies in tox.ini
Mark Adams
2015-10-09
1
-3
/
+0
*
Fixed tox.ini where flake8 wasn't running properly.
Mark Adams
2015-05-18
1
-2
/
+2
*
Removed py32 references to match #159
Mark Adams
2015-05-17
1
-1
/
+1
*
refactor scripts, testing, travis and tox
Gabi Davar
2015-05-17
1
-43
/
+8
*
Removed all references to unittest
Mark Adams
2015-04-14
1
-1
/
+0
*
Changed to use Pytest as the test runner #111
Mark Adams
2015-04-14
1
-21
/
+17
*
Merge pull request #103 from mark-adams/contrib-algorithms
José Padilla
2015-03-17
1
-2
/
+23
|
\
|
*
Revived PyCrypto and ecdsa-based algorithms as optional jwt.contrib modules.
Mark Adams
2015-03-15
1
-2
/
+23
*
|
Moved flake8 max-line-length option from tox.ini to setup.cfg so that it work...
Mark Adams
2015-03-15
1
-1
/
+1
|
/
*
Made several changes to testing to increase code coverage
Mark Adams
2015-01-25
1
-2
/
+30
*
Made a few changes to improve testing
Mark Adams
2015-01-24
1
-1
/
+5
*
Add Coverage and Coveralls setup
José Padilla
2015-01-20
1
-1
/
+1
*
Updates after ownership transfer
José Padilla
2015-01-18
1
-1
/
+1
*
Added some missing ensure_bytes in a couple of the tests.
Mark Adams
2014-12-18
1
-1
/
+0
*
Modified RSA algorithms to use cryptography library instead of PyCrypto
Mark Adams
2014-12-18
1
-1
/
+1
*
Added reference to unittest2 so that Python 2.6 can use skipIf
Mark Adams
2014-12-17
1
-0
/
+1
*
Merge pull request #40 from sullivanmatt/master
José Padilla
2014-10-21
1
-1
/
+3
|
\
|
*
Adding ecdsa library to test requirements.
Matthew Sullivan
2014-09-22
1
-1
/
+3
*
|
Add py34 (tested OK on Ubuntu 14.04).
Pieter Ennes
2014-10-21
1
-1
/
+1
|
/
*
Add tox configuration file
José Padilla
2014-02-08
1
-0
/
+6