-
```
What steps will reproduce the problem?
>>> import gdata
>>> import gdata.gauth
>>> tok_blob = u'token blob removed'
>>> access_token = gdata.gauth.token_from_blob(tok_blob)
>>> import gdata.analy…
-
```
If the user being printed has unicode characters for their first/last/or
user names, then the command will crash with an encoding error (if the
default DB encoding is not UTF8 or ASCII). This is b…
-
```
What steps will reproduce the problem?
>>> import gdata
>>> import gdata.gauth
>>> tok_blob = u'token blob removed'
>>> access_token = gdata.gauth.token_from_blob(tok_blob)
>>> import gdata.analy…
-
The current implementation of `rb_get_args` to get ruby strings is unsafe. When the format string uses `z`, it returns a `char*` using `RSTRING_PTR`, which [isn't even guaranteed to be null terminate…
-
```
What steps will reproduce the problem?
>>> import gdata
>>> import gdata.gauth
>>> tok_blob = u'token blob removed'
>>> access_token = gdata.gauth.token_from_blob(tok_blob)
>>> import gdata.analy…
-
Something unicode-y happened and eliot trees now get rendered uglyfuly in the testtools details output.
-
Archive-provided pathnames may appear in error strings - some examples in #1609, and in particular https://github.com/libarchive/libarchive/pull/1609#issuecomment-2027749364.
The change in #1609 im…
-
## Long story short
I was using a `ClientSession` with an API that replied with `Set-Cookie`, but the date format use for `expires` was not [RFC 2616](https://tools.ietf.org/html/rfc2616#section-…
-
```
What steps will reproduce the problem?
>>> import gdata
>>> import gdata.gauth
>>> tok_blob = u'token blob removed'
>>> access_token = gdata.gauth.token_from_blob(tok_blob)
>>> import gdata.analy…
-
```
What steps will reproduce the problem?
>>> import gdata
>>> import gdata.gauth
>>> tok_blob = u'token blob removed'
>>> access_token = gdata.gauth.token_from_blob(tok_blob)
>>> import gdata.analy…