summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove last remaining G+ reference.2x-fixupPieter Ennes2018-09-142-4/+4
* Correct recent merge (#596)Jon Dufresne2018-09-141-1/+1
* Merge pull request #595 from jdufresne/bytesJonathan Huot2018-09-146-31/+19
|\
| * Merge branch 'master' into bytesJonathan Huot2018-09-141-7/+7
| |\ | |/ |/|
* | Merge pull request #594 from jdufresne/isinstanceJonathan Huot2018-09-142-8/+8
|\ \
| * | Prefer assertIsInstance(...) over assertTrue(isinstance(...))Jon Dufresne2018-09-142-8/+8
|/ /
| * Remove unnecessary workaround for bytes typeJon Dufresne2018-09-146-31/+19
|/
* Merge pull request #590 from jdufresne/unittest2Hsiaoming Yang2018-09-143-27/+5
|\
| * Remove workarounds for unsupported Python 2.6Jon Dufresne2018-09-113-27/+5
|/
* Merge pull request #588 from jvanasco/fix-inline_docs_2Jonathan Huot2018-09-1117-141/+418
|\
| * idea for documentation in contributing.rstjonathan vanasco2018-09-111-0/+52
| * fixed spacingjonathan vanasco2018-09-111-1/+1
| * Merge branch 'fix-inline_docs_2' of github.com:jvanasco/oauthlib into fix-inl...jonathan vanasco2018-09-111-1/+2
| |\
| | * Merge branch 'master' into fix-inline_docs_2Jonathan Huot2018-09-111-1/+2
| | |\ | |_|/ |/| |
* | | Merge pull request #589 from oauthlib/582-coverallsJonathan Huot2018-09-111-1/+2
|\ \ \
| * | | Try to improve multibuild coverage582-coverallsJonathan Huot2018-09-111-1/+2
|/ / /
| * | cleanup on docs fixesjonathan vanasco2018-09-1111-44/+53
| |/
| * redid the docstring fixesjonathan vanasco2018-09-1014-115/+331
|/
* Merge pull request #475 from akira-dev/masterJonathan Huot2018-09-071-5/+0
|\
| * Merge branch 'master' into masterJonathan Huot2018-09-0716-31/+248
| |\ | |/ |/|
* | Merge pull request #584 from luhn/authcode-scope-optionalJonathan Huot2018-09-073-13/+9
|\ \
| * | Write a test for authorization grant w/ no scope.Theron Luhn2018-09-031-0/+6
| * | Fix test_error_catching.Theron Luhn2018-09-021-1/+3
| * | Make scope optional for authorization code grant.Theron Luhn2018-09-021-12/+0
|/ /
* | Added license check badge. (#581)Omer Katz2018-08-291-0/+3
* | Merge pull request #566 from oauthlib/445_confirm_redirectJonathan Huot2018-08-214-1/+43
|\ \
| * \ Merge branch 'master' into 445_confirm_redirectJonathan Huot2018-08-203-5/+9
| |\ \ | |/ / |/| |
* | | Merge pull request #576 from oauthlib/409_headers_not_paramsJonathan Huot2018-08-202-1/+5
|\ \ \
| * \ \ Merge branch 'master' into 409_headers_not_params409_headers_not_paramsJonathan Huot2018-08-201-4/+4
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #575 from oauthlib/348_SEOJonathan Huot2018-08-201-4/+4
|\ \ \ \
| * \ \ \ Merge branch 'master' into 348_SEO348_SEOJonathan Huot2018-08-182-0/+53
| |\ \ \ \ | |/ / / / |/| | | |
| * | | | Change sentences for better SEOJonathan Huot2018-08-181-4/+4
| | * | | Remove headers from request attributesJonathan Huot2018-08-182-1/+5
| |/ / / |/| | |
| | * | Merge branch 'master' into 445_confirm_redirect445_confirm_redirectJonathan Huot2018-08-203-1/+53
| | |\ \ | |_|/ / |/| | |
* | | | Merge pull request #573 from oauthlib/community_rulesJonathan Huot2018-08-182-0/+53
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'master' into community_rulescommunity_rulesJonathan Huot2018-08-171-1/+0
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #574 from oauthlib/234-fixdocJonathan Huot2018-08-171-1/+0
|\ \ \ \
| * | | | client_id is not passed to save_bearer_token234-fixdocJonathan Huot2018-08-161-1/+0
|/ / / /
| * | | Replaced NCoC with Django CoCJonathan Huot2018-08-172-7/+33
| * | | Merge branch 'master' into community_rulesJonathan Huot2018-08-136-11/+149
| |\ \ \ | |/ / / |/| | |
| * | | Add NCoC and Code of meritJonathan Huot2018-08-132-0/+27
| | * | Merge branch 'master' into 445_confirm_redirectJonathan Huot2018-08-1523-37/+219
| | |\ \ | |_|/ / |/| | |
* | | | Merge pull request #571 from oauthlib/docs-jwtJonathan Huot2018-08-134-11/+131
|\ \ \ \
| * \ \ \ Merge branch 'master' into docs-jwtJonathan Huot2018-08-127-3/+27
| |\ \ \ \ | |/ / / / |/| | | |
| * | | | Merge branch 'master' into docs-jwtJonathan Huot2018-08-1012-23/+61
| |\ \ \ \
| * | | | | Added access_token as JWT examples, and updated JWT grant sectionJonathan Huot2018-08-104-11/+131
| | | | * | Add test when no redirecturi & no defaultJonathan Huot2018-08-151-0/+9
| | | | * | Restore confirm = False testJonathan Huot2018-08-151-0/+2
| | | | * | Merge branch 'master' into 445_confirm_redirectJonathan Huot2018-07-302-1/+2
| | | | |\ \ | | |_|_|/ / | |/| | | |
| | | | * | Removed silent output, since tests are not writing outputJonathan Huot2018-07-301-1/+1