summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into py38py38Jonathan Huot2020-08-031-2/+2
|\
| * Update pydoc in parameters.pyX6VmZSxczGzm9Ak5uy-rrodriguez2020-07-291-2/+2
* | Merge branch 'py38' of https://github.com/oauthlib/oauthlib into py38Asif Saif Uddin (Auvi)2020-07-280-0/+0
|\ \
| * \ Merge branch 'master' into py38Jonathan Huot2020-07-2712-802/+1604
| |\ \ | | |/
| * | Merge branch 'master' into py38Asif Saif Uddin2020-05-120-0/+0
| |\ \
* | \ \ Merge branch 'master' of https://github.com/oauthlib/oauthlib into py38Asif Saif Uddin (Auvi)2020-07-2812-802/+1604
|\ \ \ \ | | |_|/ | |/| |
| * | | OAuth 1.0a signature methods: RSA-SHA256, RSA-SHA512 and HMAC-SHA512 (#723)Hoylen Sue2020-06-0312-802/+1604
| | |/ | |/|
| * | Remove Python 2 codes (#734)Asif Saif Uddin2020-05-1241-42/+0
* | | revert doc python to 3.6Asif Saif Uddin (Auvi)2020-07-281-1/+1
| |/ |/|
* | python 3.8Asif Saif Uddin (Auvi)2020-05-103-10/+11
* | remove un needed python 2 codescln2pyAsif Saif Uddin (Auvi)2020-05-109-9/+0
* | remove un needed python 2 codesAsif Saif Uddin (Auvi)2020-05-1021-21/+0
* | Merge branch 'cln2py' of https://github.com/oauthlib/oauthlib into cln2pyAsif Saif Uddin (Auvi)2020-05-101-2/+0
|\ \
| * | Update setup.pyAsif Saif Uddin2020-05-101-2/+0
| |/
* | remove un needed python 2 codesAsif Saif Uddin (Auvi)2020-05-1010-10/+0
|/
* Merge pull request #733 from oauthlib/auvipy-patch-1Asif Saif Uddin2020-05-091-1/+1
|\
| * Update requirements.txtAsif Saif Uddin2020-05-091-1/+1
|/
* Merge pull request #727 from antonrh/isort-integrationJonathan Huot2020-04-2293-315/+344
|\
| * Merge branch 'master' into isort-integrationJonathan Huot2020-04-224-6/+24
| |\ | |/ |/|
* | Merge pull request #705 from oauthlib/doc-sponsorJonathan Huot2020-04-223-4/+17
|\ \
| * \ Merge branch 'master' into doc-sponsorJonathan Huot2020-04-2261-95/+389
| |\ \ | |/ / |/| |
* | | Merge pull request #716 from braedon/improve-validator-skeletonJonathan Huot2020-04-221-2/+7
|\ \ \
| * \ \ Merge remote-tracking branch 'upstream/master' into improve-validator-skeletonBraedon Vickers2020-04-2244-48/+77
| |\ \ \ | |/ / / |/| | |
| * | | Merge remote-tracking branch 'upstream/master' into improve-validator-skeletonBraedon Vickers2020-02-2816-30/+287
| |\ \ \
| * | | | Rework client authentication in SkeletonValidator for clarityBraedon Vickers2020-01-211-2/+7
| | | * | Add sponsoring section/fix FUNDING.ymldoc-sponsorJonathan Huot2019-10-293-5/+18
| | | | * Merge branch 'master' into isort-integrationJonathan Huot2020-04-226-10/+40
| | | | |\ | |_|_|_|/ |/| | | |
* | | | | Merge pull request #729 from smarie/fix_issue_728Jonathan Huot2020-04-224-1/+10
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' into fix_issue_728Jonathan Huot2020-04-223-14/+36
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge pull request #726 from smarie/masterJonathan Huot2020-04-222-1/+3
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into masterJonathan Huot2020-04-222-9/+28
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
* | | | | | | Add 3.1.0 date. Moved merged PR into 3.1.1Jonathan Huot2020-04-221-6/+10
* | | | | | | Merge pull request #731 from smarie/fix_issue_730Jonathan Huot2020-04-222-8/+23
|\ \ \ \ \ \ \
| * | | | | | | changelogSylvain MARIE2020-04-191-0/+5
| * | | | | | | Base OAuth2 Client now has a consistent way of managing the `scope`: it cons...Sylvain MARIE2020-04-191-8/+18
|/ / / / / / /
| * | | | | | changelog entrySylvain MARIE2020-04-091-1/+2
| * | | | | | Made code a one-liner for consistency with BackendApplicationClientSylvain MARIE2020-04-091-3/+1
| * | | | | | `LegacyApplicationClient.prepare_request_body` now honors the default scopes ...Sylvain MARIE2020-04-091-0/+3
|/ / / / / /
| * | | | | ChangelogSylvain MARIE2020-04-191-0/+4
| * | | | | MobileApplicationClient.prepare_request_uri and MobileApplicationClient.parse...Sylvain MARIE2020-04-193-0/+4
|/ / / / /
| | | | * Add missing new line in tox.iniAnton Ruhlov2020-04-101-1/+1
| | | | * Add missing new line in setup.cfgAnton Ruhlov2020-04-101-1/+1
| | | | * Fixed sorted import for < py37Anton Ruhlov2020-04-102-2/+3
| | | | * Sorted oauthlib imports per isort 4.3.21Anton Ruhlov2020-04-1044-149/+161
| | | | * Merge remote-tracking branch 'origin/isort-integration' into isort-integrationAnton Ruhlov2020-04-100-0/+0
| | | | |\
| | | | | * Sorted tests import per isort 4.3.21Anton Ruhlov2020-04-1047-250/+242
| | | | * | Sorted tests import per isort 4.3.21Anton Ruhlov2020-04-1047-164/+160
| | | | |/
| | | | * Added Makefile format command with isort supportAnton Ruhlov2020-04-101-0/+3
| | | | * Added isort to tox envlistAnton Ruhlov2020-04-101-1/+8
| | | | * Added isort configurationAnton Ruhlov2020-04-101-0/+10
| |_|_|/ |/| | |