summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 0.4.10.4.1Ib Lundgren2013-05-203-3/+5
* Check for items(), not dict instance to allow pseudo dicts.Ib Lundgren2013-05-201-1/+1
* Make escape error message more informative.Ib Lundgren2013-05-201-1/+2
* Merge pull request #150 from Kroisse/masterIb Lundgren2013-05-171-3/+3
|\
| * Fix some typoEunchong Yu2013-05-161-3/+3
|/
* Merge pull request #149 from stephane/docs-wrap-80Kenneth Reitz2013-05-148-209/+349
|\
| * Missing space in documentationStéphane Raimbault2013-05-131-2/+2
| * Simplification of a sentenceStéphane Raimbault2013-05-131-3/+3
| * Wrap all paragraphs at 80 charactersStéphane Raimbault2013-05-138-205/+345
|/
* Merge pull request #147 from Kroisse/fix-testIb Lundgren2013-05-071-15/+10
|\
| * Check data with extra parameters by the right wayEunchong Yu2013-05-081-15/+10
|/
* Merge pull request #146 from stephane/docs-typoIb Lundgren2013-05-062-45/+45
|\
| * Fix indentation problem in list of stepsStéphane Raimbault2013-05-061-20/+20
| * Fix wrong offsets in ASCII artStéphane Raimbault2013-05-061-16/+16
| * Replace 3 minus signs by an equalStéphane Raimbault2013-05-061-9/+9
* | Merge pull request #145 from stephane/docs-warningIb Lundgren2013-05-061-2/+8
|\ \ | |/ |/|
| * Fix Sphinx warnings in oauth_1_versus_oauth_2 documentationStéphane Raimbault2013-05-061-2/+8
|/
* Merge pull request #144 from matthewlmcclure/fix-doc-string-20130502Ib Lundgren2013-05-051-1/+1
|\
| * Fix a copy-paste-o in a link to RFC 3986Matt McClure2013-05-021-1/+1
* | Merge pull request #143 from matthewlmcclure/idan/142Ib Lundgren2013-05-054-8/+63
|\ \ | |/ |/|
| * Make normalize_base_string_uri handle scheme and path more conformantlyMatt McClure2013-05-033-6/+30
| * Update, comment on, and test the implementation.Matt McClure2013-05-023-2/+32
| * Fix defect in choice of authority for signature base stringMatt McClure2013-05-012-3/+4
|/
* Merge pull request #134 from loisaidasam/masterKenneth Reitz2013-04-161-2/+2
|\
| * fixing a few typos in the doc...Sam Sandberg2013-04-161-2/+2
|/
* Merge pull request #132 from johanmeiring/masterIb Lundgren2013-04-062-5/+10
|\
| * Changes iteritems to items for Py3 compatibilityJohan Meiring2013-04-041-1/+1
| * Fixes decorators that were throwing errorsJohan Meiring2013-04-031-3/+5
| * Corrects two additional documentation inconsistenciesJohan Meiring2013-04-031-2/+5
|/
* Merge pull request #131 from johanmeiring/masterIb Lundgren2013-04-021-4/+4
|\
| * Fixes further validator inconsistenciesJohan Meiring2013-04-021-4/+4
|/
* Merge pull request #129 from andy-shea/tokentypefixIb Lundgren2013-03-282-2/+11
|\
| * Fixed string import clashAndy Shea2013-03-281-2/+1
| * Changed token type validation to be case-insensitive.Andy Shea2013-03-282-2/+12
|/
* Merge pull request #124 from wiliamsouza/masterIb Lundgren2013-03-262-0/+24
|\
| * Added generate_client_id function to commonWiliam Souza2013-02-272-0/+24
* | 0.4.00.4.0Ib Lundgren2013-03-262-1/+3
* | Merge pull request #128 from johanmeiring/masterIb Lundgren2013-03-262-3/+3
|\ \
| * | Fixes inconsistencies between docs and codeJohan Meiring2013-03-262-3/+3
* | | OAuth 2 Provider Auditor outline.Ib Lundgren2013-03-261-0/+108
* | | Debug log attributes that often should be set.Ib Lundgren2013-03-261-0/+4
* | | OAuth 2 skeleton providerIb Lundgren2013-03-263-1/+153
* | | On the difference between 2 & 3 parse_qslIb Lundgren2013-03-261-0/+14
|/ /
* | Unicode experimentation, #127Ib Lundgren2013-03-252-1/+14
* | Note on passing user in credentials.Ib Lundgren2013-03-251-2/+5
* | Two ways to validate scope on resource access.Ib Lundgren2013-03-251-0/+27
* | Invalidate auth code after use.Ib Lundgren2013-03-251-1/+16
* | Extra credentials usage tests.Ib Lundgren2013-03-252-3/+53
* | Invalid scope tests.Ib Lundgren2013-03-251-1/+21
* | Invalid client tests.Ib Lundgren2013-03-251-2/+14