summaryrefslogtreecommitdiff
path: root/oauthlib/oauth1/rfc5849/parameters.py
Commit message (Collapse)AuthorAgeFilesLines
* Ignore Python 2.7 fallback branch.Omer Katz2018-05-201-1/+1
|
* Rtd docs fix (#515)Jonathan Huot2018-02-281-10/+10
| | | | | | | | | | | | | | | | | | | | | | * Added sphinx build for developers Rationale is to build docs locally to prevent RTD to break later. * Replace manual sphinx into make * Renamed idan URL to oauthlib community * Renamed http into https URLs since http is returning 302 * python requests library renamed its home URL * Add ignore list for "make linkcheck" linkcheck is doing requests to github with anonymous access, however creating an issue require an logged-in account * virtualenv changed its homepage and website. * Fixed broken link
* 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
| | | | | | 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 Python 3Michael Terry2012-08-311-6/+9
| | | | | | These are mostly unicode string related changes and a few syntax ones. https://github.com/idan/oauthlib/issues/55
* Fix unicode leaksIdan Gazit2012-05-011-2/+1
| | | | | | Wrap stdlib quote, unquote, urlencode in versions that protect the internal usage of unicode. All data going out is encoded as UTF-8, and the results are read back in and decoded from UTF-8.
* 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
| | | | | | | * Use oauthlib.common.extract_params * replace _add_params_to_qs with _append_parms * remove no-longer-needed order_params decorator * Yes I know this breaks tests right now :(
* Updating oauth1 parameters.prepare_headers in order to apply more of the ↵David Gouldin2012-04-141-13/+55
| | | | spec language to documentation.
* PEP8 cleanupIdan Gazit2012-04-111-1/+3
|
* Restructuring to provide parity between code/tests, oauth1/oauth2.David Gouldin2012-04-071-0/+116