summaryrefslogtreecommitdiff
path: root/oauthlib/common.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* add comma to the set of safe characters in urlsMassimiliano2013-07-091-1/+1
* Split OAuth2 large modules into smaller ones. #168.Ib Lundgren2013-05-301-0/+14
* Check for items(), not dict instance to allow pseudo dicts.Ib Lundgren2013-05-201-1/+1
* Merge pull request #124 from wiliamsouza/masterIb Lundgren2013-03-261-0/+13
|\
| * Added generate_client_id function to commonWiliam Souza2013-02-271-0/+13
* | On the difference between 2 & 3 parse_qslIb Lundgren2013-03-261-0/+14
* | Unicode experimentation, #127Ib Lundgren2013-03-251-1/+1
* | Duplicate parameter checks & tests.Ib Lundgren2013-03-251-0/+11
* | Fix decode,encode mixup.Ib Lundgren2013-03-021-2/+3
|/
* Request now use a CaseInsensitiveDict. Fix #121.Ib Lundgren2013-02-211-1/+31
* Revert default urlencodingIb Lundgren2013-02-051-1/+1
* Automatic urlencoding of input (#96).Ib Lundgren2013-01-291-2/+2
* Large OAuth 2 provider update.Ib Lundgren2013-01-221-4/+3
* Experimental default unicode conversion (#53, #68, #86)Ib Lundgren2013-01-071-20/+35
* A batch of small fixes and cleanups.Ib Lundgren2012-11-231-0/+8
* Unicode decoding crash'n'burn style, default off, #53, #68.Ib Lundgren2012-11-191-1/+17
* Add params to fragmentIb Lundgren2012-11-171-2/+6