summaryrefslogtreecommitdiff
path: root/oauthlib/oauth1/rfc5849/parameters.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/+2
* 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
* Ignore Python 2.7 fallback branch.Omer Katz2018-05-201-1/+1
* Rtd docs fix (#515)Jonathan Huot2018-02-281-10/+10
* Sorted imports.Omer Katz2017-09-171-2/+4
* Auto pep8 changes throughout the code base.Ib Lundgren2014-09-241-2/+3
* Move docstrings above `from __future__` imports.Kirill Spitsin2014-04-151-2/+1
* Support Python 3Michael Terry2012-08-311-6/+9
* Fix unicode leaksIdan Gazit2012-05-011-2/+1
* PEP8, whitespace cleanup. Unused code/imports removal.Idan Gazit2012-04-231-3/+0
* Make method signatures in parameters.py consistentIdan Gazit2012-04-231-54/+32
* Updating oauth1 parameters.prepare_headers in order to apply more of the spec...David Gouldin2012-04-141-13/+55
* PEP8 cleanupIdan Gazit2012-04-111-1/+3
* Restructuring to provide parity between code/tests, oauth1/oauth2.David Gouldin2012-04-071-0/+116