Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The future is now | Hugo | 2019-08-15 | 1 | -2/+0 |
| | |||||
* | Drop support for legacy Python 2.7 | Hugo | 2019-08-15 | 1 | -9/+2 |
| | |||||
* | Drop support for legacy Python 2.7 | Hugo | 2019-08-15 | 1 | -6/+6 |
| | |||||
* | Sorted imports. | Omer Katz | 2017-09-17 | 1 | -2/+4 |
| | |||||
* | Add the broken scope to the ValueError exception for easier debugging, add ↵ | Joseph Tate | 2015-04-20 | 1 | -1/+1 |
| | | | | test for failure case. | ||||
* | Allow tuples for list_to_scope and scope_to_list in addition to sets and ↵ | Joseph Tate | 2015-04-20 | 1 | -6/+2 |
| | | | | lists. Treat sets the same as lists/tuples instead of recursing, add tests for sets. | ||||
* | Support newer PyJWT (1.0.0). remove PyCrypto completely for cryptography and ↵ | Joseph Tate | 2015-04-14 | 1 | -1/+1 |
| | | | | PyJWT helpers. Reformat some test certificates to be easier to maintain. Update documentation to match use of cryptography instead of PyCrypto | ||||
* | Strip whitespace off of scope string. | Pieter Ennes | 2015-03-05 | 1 | -1/+1 |
| | |||||
* | Fix minor merge artifacts and python 3 tests. | Ib Lundgren | 2014-10-23 | 1 | -0/+4 |
| | |||||
* | Auto pep8 changes throughout the code base. | Ib Lundgren | 2014-09-24 | 1 | -1/+2 |
| | |||||
* | Use OAUTHLIB_INSECURE_TRANSPORT | Devin Sevilla | 2014-05-15 | 1 | -1/+1 |
| | |||||
* | Use a more specific env variable for insecure transports | Devin Sevilla | 2014-05-09 | 1 | -1/+1 |
| | |||||
* | Move docstrings above `from __future__` imports. | Kirill Spitsin | 2014-04-15 | 1 | -2/+1 |
| | | | | | | Docstrings are considered as such by python only if they are the first statement in the file/block. Even if they are preceded by a `from __future__` import they are interpreted as just a string. | ||||
* | Support for scopes being arbitrary objects | Anders Steinlein | 2014-03-27 | 1 | -3/+5 |
| | | | | | | Improves list_to_scope() and scope_to_list() to deal with objects, by calling str()/unicode() on elements in the lists instead of assuming they are string/unicode objects. | ||||
* | move uri.lower() to is_secure_transport | Hsiaoming Yang | 2013-05-31 | 1 | -1/+1 |
| | |||||
* | use is_secure_transport to check uri | Hsiaoming Yang | 2013-05-31 | 1 | -0/+8 |
| | |||||
* | Rename draft to rfc. Fix #75. | Ib Lundgren | 2013-05-30 | 1 | -0/+82 |