| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
| |
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
These are mostly unicode string related changes and a few syntax ones.
https://github.com/idan/oauthlib/issues/55
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
| |
* 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 :(
|
|
|
|
| |
spec language to documentation.
|
| |
|
|
|