summaryrefslogtreecommitdiff
path: root/oauthlib/common.py
Commit message (Expand)AuthorAgeFilesLines
* refactor to get_debugAbhishek Patel2019-04-231-2/+2
* Add method to get/set debug flagAbhishek Patel2019-04-211-0/+3
* Combine multiple isinstance() calls to oneJon Dufresne2019-03-021-1/+1
* Initial OAuth2.0/PKCE Provider supportJonathan Huot2018-11-291-0/+3
* Remove unnecessary workaround for bytes typeJon Dufresne2018-09-141-8/+6
* Remove headers from request attributesJonathan Huot2018-08-181-1/+0
* $ and ' are allowed to be unencoded in query strings (#564)Chris Utz2018-08-121-1/+1
* Use secrets module in Python 3.6 and later (#533)Olaf Conradi2018-04-131-3/+8
* Rtd docs fix (#515)Jonathan Huot2018-02-281-5/+5
* Update proxy keys on CaseInsensitiveDict.update()Kevin Vance2017-02-231-0/+5
* Merge pull request #416 from joelstevenson/openid_connectOmer Katz2016-08-281-0/+12
|\
| * More wiring to get OpenID Connect code fully integrated.Joel Stevenson2016-04-191-0/+1
| * First pass attempt at updating openid_connect branchJoel Stevenson2016-04-151-0/+11
* | Cast body to a string to ensure that we can perform a regex substitution on itJacob Parry2016-05-161-1/+1
* | Fix #422: Query strings should be able to include colonsRafał Furmański2016-05-091-1/+1
* | Merge pull request #417 from bjmc/sanitize-loggingOmer Katz2016-04-281-4/+7
|\ \ | |/ |/|
| * Better sanitizing for common.Request.__repr__Brendan McCollam2016-04-251-4/+7
* | Allow `/` and `?` characters per RFC 3986 section 3.4 specification.eofs2016-03-111-1/+1
* | Add request token for OAuth 1Hsiaoming Yang2015-11-131-0/+1
* | Add ( and ) in urlencoded safe charactersJulien Meyer2015-08-181-1/+1
* | adding validator_log to store what the endpoint computedjonathan vanasco2015-08-121-0/+1
* | Add client_secret for RequestHsiaoming Yang2015-07-281-0/+1
|/
* add token_type_hint to the list of default Request paramsMassimiliano Pippi2015-07-201-0/+1
* Merge pull request #305 from artooro/patch-1Omer Katz2015-07-191-1/+1
|\
| * Allow ! character in query stringArthur Wiebe2015-01-131-1/+1
* | Improve regex performance for invalid_hexHsiaoming Yang2015-07-031-2/+2
* | Don't encode body twiceHsiaoming Yang2015-07-031-1/+1
* | Fix when body is NoneHsiaoming Yang2015-07-021-1/+1
* | Hide user password in repr of RequestHsiaoming Yang2015-07-021-1/+5
* | #340 - add default param values to common.RequestKyle2015-05-241-2/+9
* | #340 - provide default values for some params in common.RequestKyle2015-05-091-1/+9
* | #340 - raise AttributeError from common.Request.__getattr__+ add testsKyle2015-05-091-1/+4
* | Support newer PyJWT (1.0.0). remove PyCrypto completely for cryptography and ...Joseph Tate2015-04-141-13/+3
|/
* Add old commmon.log back.Ib Lundgren2014-10-271-0/+3
* fix add_params_to_uri() fragment bugdjpnewton2014-10-091-1/+1
* Auto pep8 changes throughout the code base.Ib Lundgren2014-09-241-7/+10
* Fix error message init and add request details.Ib Lundgren2014-09-241-0/+5
* Change logging namespace to a tiered one.Ib Lundgren2014-09-241-15/+0
* Allow unescaped @ in urlencoded parametersRyan Hiebert2014-08-241-1/+1
* Set default encoding type to UTF-8 for to_unicode.Ib Lundgren2014-05-281-1/+1
* Improve urldecode error message on incorrectly encoded strings. CC #227.Ib Lundgren2014-05-281-1/+6
* Move docstrings above `from __future__` imports.Kirill Spitsin2014-04-151-2/+1
* Changes per PR commentsjturmel2014-03-291-2/+2
* Move setup.py requirementsjturmel2014-03-221-2/+6
* Change how arbitrary claims are set on crypto tokenjturmel2014-03-181-3/+5
* Use the to_unicode helperjturmel2014-03-171-2/+2
* Add crypto token capabilityjturmel2014-03-171-0/+30
* fixed operator precedence in duplicate_params propertyMassimiliano Pippi2013-09-211-1/+1
* Refactor common tests into subject area tests.Ib Lundgren2013-09-131-4/+3
* Add star to the set of safe characters in urlsMathieu Alorent2013-07-241-1/+1