summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump up version0.4.3José Padilla2015-02-181-1/+1
* Make deprecated exception names availableJosé Padilla2015-02-181-1/+2
* Bump up version0.4.2José Padilla2015-02-181-1/+1
* Merge pull request #94 from ralphbean/masterJosé Padilla2015-02-181-1/+3
|\
| * Include AUTHORS with tarball.Ralph Bean2015-02-181-0/+1
| * Include LICENSE with tarball.Ralph Bean2015-02-181-1/+2
|/
* Merge pull request #88 from mark-adams/update-docs-to-match-specJosé Padilla2015-01-251-20/+45
|\
| * Updated README.md to address concerns in #81Mark Adams2015-01-251-3/+8
| * Updated documentation to match the latest version of the JWT specification (d...Mark Adams2015-01-251-17/+37
* | Merge pull request #87 from mark-adams/improve-code-coverageJosé Padilla2015-01-2515-58/+390
|\ \ | |/ |/|
| * Fixed constant time compare tests so that they always use bytes as input.Mark Adams2015-01-251-3/+10
| * Fixed compat imports so PEP8 passes.Mark Adams2015-01-251-1/+2
| * Added tests for `pyjwt.compat.constant_time_compare`Mark Adams2015-01-251-0/+16
| * Fixed a typo in the class name for TestAlgorithmsMark Adams2015-01-251-1/+1
| * Removed json from compat since this only applies to Python < 2.6 and pyjwt on...Mark Adams2015-01-253-7/+9
| * Added py23-nocrypto and py27-nocrypto to the Travis job listMark Adams2015-01-251-0/+2
| * Made several changes to testing to increase code coverageMark Adams2015-01-2514-51/+355
* | Merge pull request #86 from mark-adams/fix_alg_case_sensitivityJosé Padilla2015-01-253-3/+27
|\ \ | |/
| * Changed header's alg parameter to be case sensitive per the JWT spec.Mark Adams2015-01-243-2/+26
| * Added missing `sig` parameter to `sign()` method of the None algorithm.Mark Adams2015-01-241-1/+1
|/
* Merge pull request #85 from mark-adams/remove-headerJosé Padilla2015-01-241-11/+0
|\
| * Removed `api.header` since it isn't used and isn't a public part of the APIMark Adams2015-01-241-11/+0
* | Merge pull request #84 from mark-adams/test-improvementsJosé Padilla2015-01-242-8/+11
|\ \ | |/ |/|
| * Removed version specifier for python from Travis config so that builds won't ...Mark Adams2015-01-241-1/+0
| * Made a few changes to improve testingMark Adams2015-01-242-7/+11
|/
* Add Coveralls badgeJosé Padilla2015-01-201-4/+7
* Add Coverage and Coveralls setupJosé Padilla2015-01-203-2/+8
* Update setup.pyJosé Padilla2015-01-191-18/+12
* Update .gitignoreJosé Padilla2015-01-191-5/+57
* Merge pull request #78 from jpadilla/apiJosé Padilla2015-01-185-314/+324
|\
| * Fix tests that used private APIapiJosé Padilla2015-01-181-66/+71
| * Cleanup __init__ moduleJosé Padilla2015-01-184-236/+234
| * Tweak comment blocksJosé Padilla2015-01-182-15/+22
|/
* Merge pull request #71 from mark-adams/algorithm-registryJosé Padilla2015-01-185-249/+265
|\
| * Accidentally replaced a reference to bytes with text_type inadvertantly. Reve...Mark Adams2015-01-181-1/+1
| * Replaced reference to basestring with string_types that I missed when rebasin...Mark Adams2015-01-181-1/+1
| * Added comments for algorithms module and register_algorithm.Mark Adams2015-01-182-0/+31
| * Fixed a couple of anomalies after the last rebase.Mark Adams2015-01-183-41/+8
| * Moved jwt.algorithms imports back to their original locationMark Adams2015-01-181-1/+1
| * Algorithm base class methods now raise NotImplementedErrorMark Adams2015-01-181-3/+3
| * Fixed some style issues (reordered imports, removed unused imports, PEP8, etc.)Mark Adams2015-01-184-8/+13
| * Created utils.py to hold functions like constant_time_compare and base64-enco...Mark Adams2015-01-183-41/+42
| * Fixes #70. Refactored all HMAC, RSA, and EC code into seperate classes in the...Mark Adams2015-01-183-229/+241
|/
* Add utf-8 codingJosé Padilla2015-01-181-0/+1
* Updates after ownership transferJosé Padilla2015-01-185-14/+45
* Remove unused MakefileJosé Padilla2015-01-181-9/+0
* Merge pull request #77 from wbolster/politically-correctJosé Padilla2015-01-121-1/+1
|\
| * Drop possibly offensive code commentsWouter Bolsterlee2015-01-121-1/+1
* | Merge pull request #76 from wbolster/issue-73José Padilla2015-01-123-3/+0
|\ \ | |/ |/|
| * Drop usage of unicode_literals in all modulesWouter Bolsterlee2015-01-123-3/+0
|/