3
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 17, 2023 — Jan 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Prepared changelog for build 130 More... almost 14 years ago
handle unicode objects and utf-8 strings in url and params and encode them to utf-8 when serializing More... almost 14 years ago
handle unicode objects and utf-8 strings in url and params and encode them to utf-8 when serializing More... almost 14 years ago
Prepared changelog for build 129 More... almost 14 years ago
Prepared changelog for build 129 More... almost 14 years ago
Merge branch 'master' of github.com:simplegeo/python-oauth2 into pending More... almost 14 years ago
Merge branch 'master' of github.com:simplegeo/python-oauth2 into pending More... almost 14 years ago
change manually-managed version number from 1.3 to 1.4 More... almost 14 years ago
change manually-managed version number from 1.3 to 1.4 More... almost 14 years ago
Prepared changelog for build 128 More... about 14 years ago
Prepared changelog for build 128 More... about 14 years ago
Merge commit 'b83e8bb48d1ed6ff6460d46e9d41553e7ac9b01b' More... about 14 years ago
Merge commit 'b83e8bb48d1ed6ff6460d46e9d41553e7ac9b01b' More... about 14 years ago
Merge remote branch 'zooko/pending' into pending More... about 14 years ago
Merge remote branch 'zooko/pending' into pending More... about 14 years ago
a couple of cleanups suggested by ieure in code review More... about 14 years ago
a couple of cleanups suggested by ieure in code review More... about 14 years ago
raise more specific error message if argument to to_unicode() is neither unicode nor str More... about 14 years ago
raise more specific error message if argument to to_unicode() is neither unicode nor str 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. 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. 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. 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. 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. 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. More... about 14 years ago
Prepared changelog for build 127 More... about 14 years ago
Prepared changelog for build 127 More... about 14 years ago
Fix exception in Client.request if method=GET and body=None 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 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 More... about 14 years ago