summaryrefslogtreecommitdiff
path: root/oauthlib/oauth1/rfc5849/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Remove Python 2 codes (#734)Asif Saif Uddin2020-05-121-1/+0
* Sorted oauthlib imports per isort 4.3.21Anton Ruhlov2020-04-101-2/+1
* The future is nowHugo2019-08-151-2/+0
* Drop support for legacy Python 2.7Hugo2019-08-151-4/+1
* Upgrade Python syntax with pyupgradeHugo2019-08-151-1/+1
* Drop support for legacy Python 2.7Hugo2019-08-151-3/+3
* Remove unnecessary workaround for bytes typeJon Dufresne2018-09-141-1/+1
* Rtd docs fix (#515)Jonathan Huot2018-02-281-1/+1
* Sorted imports.Omer Katz2017-09-171-1/+2
* Fix BytesWarning issued when using a string placeholder for bytes objectJon Dufresne2017-04-161-1/+1
* Move docstrings above `from __future__` imports.Kirill Spitsin2014-04-151-2/+1
* Remove obsolete urlencode from oauth 1 utils.Ib Lundgren2013-09-121-11/+0
* Auth scheme lower and short header test.Ib Lundgren2013-07-091-3/+2
* Use case-insensitive removal of scheme from headerSean C. Farley2013-07-051-2/+1
* Validate authentication header prior to parsingSean C. Farley2013-07-051-6/+8
* Improve resilience to bad authorization headersSean C. Farley2013-06-281-1/+1
* Make escape error message more informative.Ib Lundgren2013-05-201-1/+2
* fix some byte/unicode arguments for Python 2.6's benefitMichael Terry2012-09-031-1/+1
* Support Python 3Michael Terry2012-08-311-21/+22
* Move shared functionality (#30)Ib Lundgren2012-06-131-43/+1
* Adding back 'safe' chars for escaping.David Gouldin2012-05-011-1/+1
* Modifying oauth1 rfc5849's utils to wrap stdlib functions in encode/decode ra...David Gouldin2012-05-011-42/+11
* Refactor utility methods, improve robustness of OAuth1 Client.signIdan Gazit2012-05-011-81/+2
* Fix string formatting for py2.6, unbreak testsIdan Gazit2012-04-291-1/+1
* Moved import to topIb Lundgren2012-04-261-1/+1
* Revert "urldecode"Ib Lundgren2012-04-261-1/+1
* urldecodeIb Lundgren2012-04-261-1/+1
* refactor regexIb Lundgren2012-04-261-4/+1
* Regex fixIb Lundgren2012-04-261-1/+1
* paraphraseIb Lundgren2012-04-261-1/+1
* Decode urlencoded properlyIb Lundgren2012-04-261-0/+32
* PEP8, whitespace cleanup. Unused code/imports removal.Idan Gazit2012-04-231-3/+8
* Merge branch 'master' into features/request_objectIdan Gazit2012-04-231-21/+108
|\
| * Removing now-unneeded utf8_str.David Gouldin2012-04-201-8/+0
| * Normalizing as much as possible to unicode, pulling in non-unicode functions ...David Gouldin2012-04-201-13/+106
| * Add comment indicating why we need "safe='~'" in the call to urllib.quote.Caleb Brown2012-04-191-0/+2
| * urllib.unqoute doesn't take 'safe' as an arg. Add a test and fix.Caleb Brown2012-04-181-1/+1
* | Use extract_params to normalize behavior in signature.pyIdan Gazit2012-04-231-1/+1
|/
* Improve docstring of escape()Idan Gazit2012-04-121-1/+1
* PEP8 cleanupIdan Gazit2012-04-111-0/+1
* Restructuring to provide parity between code/tests, oauth1/oauth2.David Gouldin2012-04-071-0/+129