summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Experimental default unicode conversion (#53, #68, #86)Ib Lundgren2013-01-074-72/+60
|/
* Merge pull request #87 from warsaw/issue86Ib Lundgren2013-01-052-6/+37
|\
| * Fix issue #86 by adding `nonce` and `timestamp` arguments to ClientBarry Warsaw2013-01-042-3/+24
| * Fix a typo in the code that converts arguments from bytes to unicodes.Barry Warsaw2013-01-042-3/+13
|/
* Refactoring towards spec compliance, step 1.Ib Lundgren2012-12-213-74/+252
* RefreshTokenGrantIb Lundgren2012-12-192-0/+44
* Incremental updates to providersIb Lundgren2012-12-167-131/+251
* Added G+ community to READMEIb Lundgren2012-12-161-2/+13
* A batch of small fixes and cleanups.Ib Lundgren2012-11-236-40/+75
* Merge pull request #81 from dafyddcrosby/fix_bdist_rpmIb Lundgren2012-11-211-1/+1
|\
| * Fix broken setup.py bdist_rpmDafydd Crosby2012-11-201-1/+1
|/
* Unicode decoding crash'n'burn style, default off, #53, #68.Ib Lundgren2012-11-193-3/+69
* 0.3.40.3.4Ib Lundgren2012-11-192-1/+3
* Merge pull request #80 from floppym/masterIb Lundgren2012-11-182-1/+2
|\
| * Include tests in the source tarballMike Gilbert2012-11-181-0/+1
| * Don't install the tests package or subpackages.Mike Gilbert2012-11-171-1/+1
* | Sketching out some endpoint testsIb Lundgren2012-11-181-4/+71
* | Response/grant/token type routingIb Lundgren2012-11-181-43/+69
* | Import constants in oauth1 from rfcIb Lundgren2012-11-181-1/+3
* | Params from uriIb Lundgren2012-11-181-1/+8
|/
* Mock out generate_ageIb Lundgren2012-11-171-0/+4
* Unicode and import fixesIb Lundgren2012-11-173-35/+36
* Fixed blooper in url_equalsIb Lundgren2012-11-171-8/+13
* new test dependency, mock.Ib Lundgren2012-11-173-2/+7
* An initial batch of OAuth 2 provider testsIb Lundgren2012-11-172-0/+195
* OAuth2 provider endpointsIb Lundgren2012-11-172-6/+129
* OAuth2 grant typesIb Lundgren2012-11-171-0/+440
* OAuth2 error typesIb Lundgren2012-11-171-0/+144
* Form encoded fragment verificationIb Lundgren2012-11-171-2/+7
* URI validatorIb Lundgren2012-11-171-0/+209
* BearerToken for oauth2 providerIb Lundgren2012-11-171-0/+45
* Add params to fragmentIb Lundgren2012-11-171-2/+6
* Merge pull request #72 from tomchristie/masterIb Lundgren2012-11-161-1/+1
|\
| * Fix link (had trailing underscore)Tom Christie2012-11-161-1/+1
* | Merge pull request #71 from tomchristie/masterIb Lundgren2012-11-161-1/+1
|\ \ | |/
| * Tweak readmeTom Christie2012-11-161-1/+1
* | Merge pull request #70 from tomchristie/masterKenneth Reitz2012-11-152-0/+8
|\ \ | |/
| * Include self in authorsTom Christie2012-11-131-0/+1
| * Add link to readthedocsTom Christie2012-11-131-0/+7
|/
* Merge pull request #69 from senko/fix-oauth1-verify-request-retvalIb Lundgren2012-11-132-8/+8
|\
| * oauth1 test_realm_validation: fix expected signatureSenko Rasic2012-11-131-1/+1
| * oauth1.rfc5849.Server.verify_request(): have a consistent return value typeSenko Rasic2012-11-131-1/+1
| * test that oauth1 Server.verify_request has consistent return value typeSenko Rasic2012-11-131-6/+6
|/
* Merge pull request #67 from lalinsky/refresh-kwargsIb Lundgren2012-11-111-2/+2
|\
| * Make it possible to pass extra parameters to prepare_refresh_bodyLukáš Lalinský2012-11-101-2/+2
* | Merge pull request #66 from lalinsky/mac-01Ib Lundgren2012-11-114-13/+103
|\ \
| * | Add support for v01 MAC tokensLukáš Lalinský2012-11-104-13/+103
| |/
* | Merge pull request #65 from swsnider/masterIb Lundgren2012-11-094-6/+13
|\ \
| * | adding myself to AUTHORS as suggested by idan.Silas Snider2012-11-091-0/+1
| * | Correct typo that set the default value of with_realm. This was caught by the...Silas Snider2012-11-092-2/+7