openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
P
python-oauth2
Settings
|
Report Duplicate
3
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 17, 2023 — Jan 17, 2024
Showing page 9 of 22
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Prepared changelog for build 130
Simple Geebus
More...
almost 14 years ago
handle unicode objects and utf-8 strings in url and params and encode them to utf-8 when serializing
Zooko Ofsimplegeo
More...
almost 14 years ago
handle unicode objects and utf-8 strings in url and params and encode them to utf-8 when serializing
Zooko Ofsimplegeo
More...
almost 14 years ago
Prepared changelog for build 129
Simple Geebus
More...
almost 14 years ago
Prepared changelog for build 129
Simple Geebus
More...
almost 14 years ago
Merge branch 'master' of github.com:simplegeo/python-oauth2 into pending
Zooko Ofsimplegeo
More...
almost 14 years ago
Merge branch 'master' of github.com:simplegeo/python-oauth2 into pending
Zooko Ofsimplegeo
More...
almost 14 years ago
change manually-managed version number from 1.3 to 1.4
Zooko Ofsimplegeo
More...
almost 14 years ago
change manually-managed version number from 1.3 to 1.4
Zooko Ofsimplegeo
More...
almost 14 years ago
Prepared changelog for build 128
Simple Geebus
More...
about 14 years ago
Prepared changelog for build 128
Simple Geebus
More...
about 14 years ago
Merge commit 'b83e8bb48d1ed6ff6460d46e9d41553e7ac9b01b'
Simple Geebus
More...
about 14 years ago
Merge commit 'b83e8bb48d1ed6ff6460d46e9d41553e7ac9b01b'
Simple Geebus
More...
about 14 years ago
Merge remote branch 'zooko/pending' into pending
Zooko Ofsimplegeo
More...
about 14 years ago
Merge remote branch 'zooko/pending' into pending
Zooko Ofsimplegeo
More...
about 14 years ago
a couple of cleanups suggested by ieure in code review
Zooko Ofsimplegeo
More...
about 14 years ago
a couple of cleanups suggested by ieure in code review
Zooko Ofsimplegeo
More...
about 14 years ago
raise more specific error message if argument to to_unicode() is neither unicode nor str
Zooko Ofsimplegeo
More...
about 14 years ago
raise more specific error message if argument to to_unicode() is neither unicode nor str
Zooko Ofsimplegeo
More...
about 14 years ago
Oh, after we've made sure it can be converted to unicode, just leave it as a unicode object after that.
Zooko Ofsimplegeo
More...
about 14 years ago
Oh, after we've made sure it can be converted to unicode, just leave it as a unicode object after that.
Zooko Ofsimplegeo
More...
about 14 years ago
fix flaws pointed out by ieure, plus test failures I'm not entirely sure it is appropriate to allow .url and .normalized_url to be non-existent in addition to allowing them to be None, but I don't really understand the intent of the url setter.
Zooko Ofsimplegeo
More...
about 14 years ago
fix flaws pointed out by ieure, plus test failures I'm not entirely sure it is appropriate to allow .url and .normalized_url to be non-existent in addition to allowing them to be None, but I don't really understand the intent of the url setter.
Zooko Ofsimplegeo
More...
about 14 years ago
raise an exception if the URL passed in is not a unicode object nor ascii We can't submit a correct URL with arbitrary bytes -- we have to submit a utf-8 encoded unicode string. (Otherwise we'll cause either a rejection or a signature mismatch in the server, which is what has happened at SimpleGeo.) If the caller passes in non-ascii things in a str then it would be better for them to change their code to decode it to unicode before passing it in than for us to decode it, since they have a better chance of knowing what encoding it is in -- if we did it we would be guessing.
Zooko Ofsimplegeo
More...
about 14 years ago
raise an exception if the URL passed in is not a unicode object nor ascii We can't submit a correct URL with arbitrary bytes -- we have to submit a utf-8 encoded unicode string. (Otherwise we'll cause either a rejection or a signature mismatch in the server, which is what has happened at SimpleGeo.) If the caller passes in non-ascii things in a str then it would be better for them to change their code to decode it to unicode before passing it in than for us to decode it, since they have a better chance of knowing what encoding it is in -- if we did it we would be guessing.
Zooko Ofsimplegeo
More...
about 14 years ago
Prepared changelog for build 127
Simple Geebus
More...
about 14 years ago
Prepared changelog for build 127
Simple Geebus
More...
about 14 years ago
Fix exception in Client.request if method=GET and body=None
Navin Kabra
More...
about 14 years ago
port tests from mox to mock because they were failing and I don't understand mox. now they are working. add mock to the python and debian deps. remove apparently left-over line of code that runs "sign()" at the end of checking a signature
Zooko Ofsimplegeo
More...
about 14 years ago
port tests from mox to mock because they were failing and I don't understand mox. now they are working. add mock to the python and debian deps. remove apparently left-over line of code that runs "sign()" at the end of checking a signature
Zooko Ofsimplegeo
More...
about 14 years ago
←
1
2
…
5
6
7
8
9
10
11
12
13
…
21
22
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree