-
Notifications
You must be signed in to change notification settings - Fork 908
Comparing changes
Open a pull request
base repository: joestump/python-oauth2
base: master
head repository: vkris/python-oauth2
compare: master
- 12 commits
- 8 files changed
- 7 contributors
Commits on Apr 27, 2011
-
Encode parse_qs input in utf-8 so we make sure the output will be utf…
…-8 too and we don't end up mixing utf-8 characters (from %xx translation) into a non utf-8 sequence.
Guillaume Duhamel authored and Anthony Awtrey committedApr 27, 2011 Configuration menu - View commit details
-
Copy full SHA for 71dc57b - Browse repository at this point
Copy the full SHA 71dc57bView commit details -
Modified _split_url_string to handle multiple instances of the same p…
…arameter. This is useful for APIs such as the LinkedIn search API using multiple instances of the "facet" parameter. Also updated get_normalized_parameters to handle the new datatype returned by _split_url_string (list of tuples instead of dict). It doesn't break from_request but it doesn't make it possible to use multiple instance of the sameparameters in from_request. (as they are stored in a dict in that function)
Guillaume Duhamel authored and Anthony Awtrey committedApr 27, 2011 Configuration menu - View commit details
-
Copy full SHA for a532ed9 - Browse repository at this point
Copy the full SHA a532ed9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1e47ed - Browse repository at this point
Copy the full SHA a1e47edView commit details -
Configuration menu - View commit details
-
Copy full SHA for c69428c - Browse repository at this point
Copy the full SHA c69428cView commit details -
Added a parameters keyword argument to the Client method request() so…
… that the oauth_callback parameter can easily be added to the initial token request as required by OAuth 1.0a. This also let django-piston 0.3 work correctly with python-oauth2 sample clients.
Configuration menu - View commit details
-
Copy full SHA for 82f8b8d - Browse repository at this point
Copy the full SHA 82f8b8dView commit details -
Protected the parameters input in Client.request() to default to a de…
…ctionary. Before, any object could be passed in and could bork the update() if is_form_encoded and body exists.
Configuration menu - View commit details
-
Copy full SHA for 2f07d97 - Browse repository at this point
Copy the full SHA 2f07d97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b8e267 - Browse repository at this point
Copy the full SHA 3b8e267View commit details -
Added an extra reconstruction of the Client to the end of the three-l…
…egged auth example. This is required to actually use the client to do anything useful, so we may as well include it in the example.
Configuration menu - View commit details
-
Copy full SHA for 9e87d28 - Browse repository at this point
Copy the full SHA 9e87d28View commit details -
Adding zyegfryed's de-duplicating patch a8d89c5
Anthony Awtrey committedApr 27, 2011 Configuration menu - View commit details
-
Copy full SHA for 01c5b43 - Browse repository at this point
Copy the full SHA 01c5b43View commit details -
Anthony Awtrey committed
Apr 27, 2011 Configuration menu - View commit details
-
Copy full SHA for e396719 - Browse repository at this point
Copy the full SHA e396719View commit details -
Updated test to generate real duplicates.
zyegfryed authored and Anthony Awtrey committedApr 27, 2011 Configuration menu - View commit details
-
Copy full SHA for 3a9c346 - Browse repository at this point
Copy the full SHA 3a9c346View commit details -
had a problem with patch a532ed9 failing coverage tests, so I backed …
…it out
Anthony Awtrey committedApr 27, 2011 Configuration menu - View commit details
-
Copy full SHA for 563435c - Browse repository at this point
Copy the full SHA 563435cView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master