Lines Matching +full:old +full:- +full:client +full:- +full:version +full:- +full:compatibility +full:- +full:test
8 * Fix Python 3.5 compatibility. (#531)
9 * Add `oauth2client.contrib.sqlalchemy`, a SQLAlchemy-based credential store. (#527)
10 * Improve error when an invalid client secret is provided. (#530)
13 * Refactor all django-related code into `oauth2client.contrib.django_util`. Add `DjangoORMStorage`,…
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…
39 * Improve test coverage to 100%.
59 ## v2.0.0-post1
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 -------------------------------------------------
100 from oauth2client.client import GoogleCredentials
119 # PRE-oauth2client 2.0.0 EXAMPLE CODE!
120 from oauth2client.client import SignedJwtAssertionCredentials
132 * Python3 compatibility fixes for Django (#316, #318)
162 * Fix OS X flaky test failure (#189).
167 * Support client authentication using `Authorization` header (#206).
184 * Ensure that the ADC fails if we try to *write* the well-known file to a
195 * Test cleanup around config file locations.
216 * Test cleanup, switch from mox to mock. (#103)
225 * Big thanks to @dhermes for spotting and fixing a mess in our test setup.
229 * Clean up stack traces when re-raising in some places. (#79)
231 * Fixed minimum version for `six` dependency. (#75)
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).
266 * The minimum required Python version is now 2.6.
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)`.
305 * Update AdExchange Buyer API examples to version v1.2.
330 * Upgrade to httplib2 version 0.8.
349 * Add a `keyring`-based `Storage`.
353 * Token refresh to work with old GData API.
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)
381 + Make oauth2client support Windows-friendly locking.
386 * Move to PEP386 compliant version numbers.
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).
421 22 Defect Better error handling for unknown service name or version
423 50 Defect Need sample client code for Admin Audit API