Lines Matching +full:- +full:- +full:fix +full:- +full:imports +full:- +full:only
8 * Fix Python 3.5 compatibility. (#531)
9 * Add `oauth2client.contrib.sqlalchemy`, a SQLAlchemy-based credential store. (#527)
13 * Refactor all django-related code into `oauth2client.contrib.django_util`. Add `DjangoORMStorage`,…
14 * Fix application default credentials resolution order. (#570)
27 …d `oauth2client.contrib.django_orm` have been updated to support Django 1.8 - 1.10. Versions of Dj…
32 * Fix `oauth2client.client.DeviceFlowInfo` to use UTC instead of the system timezone when calculati…
36 * Fix issue where `flask_util.UserOAuth2.required` would accept expired credentials (#452).
37 * Fix issue where `flask_util` would fill the session with `Flow` objects (#498).
38 * Fix issue with Python 3 binary strings in `Flow.step2_exchange` (#446).
57 * Fix error in `django_util` sample code (#438)
59 ## v2.0.0-post1
61 * Fix Google Compute Engine breakage (#411, breakage introduced in #387) that
64 to allow passing a file-like object in addition to the factory
75 * Move to a `contrib` sub-package code not considered a core part of
82 * Fall back to read-only credentials on EACCES errors (#389)
87 -------------------------------------------------
119 # PRE-oauth2client 2.0.0 EXAMPLE CODE!
133 * Fix incremental auth in flask_util (#322)
138 * Fix bad indent in `tools.run_flow()` (#301, bug was
143 * Fix (more like clarify) `bytes` / `str` handling in crypto
162 * Fix OS X flaky test failure (#189).
163 * Fix broken OpenSSL import (#191).
168 * Clarify environment check in case where GAE imports succeed but GAE services
184 * Ensure that the ADC fails if we try to *write* the well-known file to a
221 * Fix a bug in bytes/string encoding of headers.
227 * Fix a serious issue with tests not being run. (#86, #87, #89)
229 * Clean up stack traces when re-raising in some places. (#79)
239 * Fix a critical bug on import in `oauth2client.tools`.
253 * Quick bugfix for an issue with dict-like arguments to `flow.step2_exchange`,
263 …n Default Credentials](https://developers.google.com/accounts/docs/application-default-credentials)
265 * Added support for OAuth2 for devices (#3, thanks @sde-melo).
273 * Handle X509 certs with PyCrypto (#51, thanks @liujin-google).
287 then include `python-gflags` as a dependency of your application or switch to
301 * User-agent must contain `(gzip)`.
310 * Add PEM support to `SignedJWTAssertionCredentials` (used to only support
349 * Add a `keyring`-based `Storage`.
357 * [Fix media upload parameter names.](http://codereview.appspot.com/6374062/)
358 * oauth2client support for URL-encoded format of exchange token response (e.g.
373 [switched to epydoc](http://google-api-python-client.googlecode.com/hg/docs/epy/index.html)
377 + Update `MediaUpload` to include `io.Base` and also fix some bugs.
381 + Make oauth2client support Windows-friendly locking.
382 + Fix bug in `StorageByKeyName`.
383 + Fix `None` handling in Django fields.
400 * Fix issues with Google App Engine Python 2.7 runtime.
406 named body. In this new release only methods that really need to send a
414 [batch requests](http://code.google.com/p/google-api-python-client/wiki/Batch).
416 [media upload](http://code.google.com/p/google-api-python-client/wiki/MediaUpload).