0
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 23, 2024 — Jul 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated documentation to match the latest version of the JWT specification (draft 32) More... over 10 years ago
Merge pull request #87 from mark-adams/improve-code-coverage More... over 10 years ago
Fixed constant time compare tests so that they always use bytes as input. More... over 10 years ago
Fixed compat imports so PEP8 passes. More... over 10 years ago
Merge pull request #86 from mark-adams/fix_alg_case_sensitivity More... over 10 years ago
Added tests for `pyjwt.compat.constant_time_compare` More... over 10 years ago
Fixed a typo in the class name for TestAlgorithms More... over 10 years ago
Removed json from compat since this only applies to Python < 2.6 and pyjwt only builds on >= 2.6. More... over 10 years ago
Added py23-nocrypto and py27-nocrypto to the Travis job list More... over 10 years ago
Made several changes to testing to increase code coverage - Added a ton of tests to cover areas that weren't covered before - Added a pep8 tox env to run pep8 tests as part of the build - Moved keys into tests/keys - Added test_algorithms.py for algorithms module tests - Changed setup.py to run all tests in tests/ More... over 10 years ago
Changed header's alg parameter to be case sensitive per the JWT spec. More... over 10 years ago
Added missing `sig` parameter to `sign()` method of the None algorithm. More... over 10 years ago
Merge pull request #85 from mark-adams/remove-header More... over 10 years ago
Merge pull request #84 from mark-adams/test-improvements More... over 10 years ago
Removed `api.header` since it isn't used and isn't a public part of the API More... over 10 years ago
Removed version specifier for python from Travis config so that builds won't be incorrectly labeled as python 2.7 More... over 10 years ago
Made a few changes to improve testing - Fix: tox.ini now installs its own coverage.py locally so that it actually runs in the virtualenv's context. - Added py34 to Travis-CI configuration like the tox configuration - Changed TOX_ENV to TOXENV in Travis config to simplify the tox cmd - Moved `coverage erase` to tox.ini - Added `coverage report -m` to tox.ini so that a coverage report will output to the CLI when running `tox` locally. More... over 10 years ago
Add Coveralls badge More... over 10 years ago
Add Coverage and Coveralls setup More... over 10 years ago
Update setup.py More... over 10 years ago
Update .gitignore More... over 10 years ago
Merge pull request #78 from jpadilla/api More... over 10 years ago
Fix tests that used private API More... over 10 years ago
Cleanup __init__ module More... over 10 years ago
Tweak comment blocks More... over 10 years ago
Merge pull request #71 from mark-adams/algorithm-registry More... over 10 years ago
Accidentally replaced a reference to bytes with text_type inadvertantly. Reverting... More... over 10 years ago
Replaced reference to basestring with string_types that I missed when rebasing earlier. More... over 10 years ago
Added comments for algorithms module and register_algorithm. More... over 10 years ago
Fixed a couple of anomalies after the last rebase. More... over 10 years ago