aboutsummaryrefslogtreecommitdiff
path: root/googleapiclient
AgeCommit message (Expand)Author
2017-03-06Raise ValueError if credentials and developerKey are both specified (#358)Jon Wayne Parrott
2017-02-10Fix generation for methods with abnormal page token conventions (#330)Thomas Coffee
2017-02-08Release v1.6.2 (#348)Jon Wayne Parrott
2017-02-08Don't invoke application default credentials logic when developerKey is provi...Jon Wayne Parrott
2017-01-19Set default HTTP timeout of 60s (#320)Igor Maravić
2017-01-11Release v1.6.1 (#329)Jon Wayne Parrott
2017-01-11Adding import of google.auth.credentials to googleapiclient._auth module. (#328)Wilson Lian
2017-01-06Release v1.6.0 (#324)Jon Wayne Parrott
2017-01-05Add support for google-auth and remove Python 2.6 support (#319)Jon Wayne Parrott
2016-12-20Fix error in resumable upload when receiving a 308 response (#312)Matt Carroll
2016-11-01Add CHANGELOG entry for v1.5.5, and bump version.Brian J. Watson
2016-10-31Add media_mime_type keyword argumentBrian J. Watson
2016-10-31Fix unprintable message with BatchError repr (#165)ittus
2016-10-17Update version to 1.5.4Jon Wayne Parrott
2016-10-17Add support for oauth2client 4.0.0Jon Wayne Parrott
2016-10-17Added missing imports.Kostyantyn Leschenko
2016-10-14handle errors when received an array from api (#289)Thang Minh Vu
2016-08-29Update version and changelog for v1.5.3Jon Wayne Parrott
2016-08-29Fix bad oauth2client util import (#273)Jon Wayne Parrott
2016-08-16Update version and changelog for v1.5.2Jon Wayne Parrott
2016-08-16Add a warning when using mocking without cache (#261)Christian Ternus
2016-08-15Add support for oauth2client >= 3.0.0, < 4.0.0. (#265)Jon Wayne Parrott
2016-07-28Retry rate limits on chunk uploadingZhihao Yuan
2016-05-30Refresh empty OAuth2 credentials in batch requestGabriel Garcia
2016-05-19Update version to 1.5.1Jon Wayne Parrott
2016-04-28Merge pull request #219 from tbonfort/patch-1Nathaniel Manista
2016-04-28googleapiclient.http: guard when importing sslTay Ray Chuan
2016-04-21Retry requests on broken pipe and aborted connection (#218)Thomas Bonfort
2016-03-25Add retry on rate limiting API responses and network timeoutseesheesh
2016-03-23Merge pull request #201 from toabctl/support-oauth2client-v1-and-v2Nathaniel Manista
2016-03-22move logging into __name__-specific loggers from the root loggerEmmett Butler
2016-03-14Fallback to use new discovery uri pattern when the old one fails.Ethan Bao
2016-03-14Allow using oauth2client versions < 2Thomas Bechtold
2016-02-19Bump version to 1.5.0Jon Wayne Parrott
2016-02-17Make compatible with oauth2client v2.0.0Adrian Carpenter
2015-12-21Handle SSL errors with retriesSergiy Byelozyorov
2015-12-01Default to octet-stream if mimetype detection fails.Nam T. Nguyen
2015-10-14Fix non-resumable binary uploads on Python 3Phil Ruffwind
2015-10-12Always assume httplib.request supports streamse00E
2015-09-11Bump version number to 1.4.2Takashi Matsuo
2015-09-04Fixed a NameError on exception, added a unit test.Takashi Matsuo
2015-08-24Implemented automatic caching for the discovery documents.Takashi Matsuo
2015-08-14Force HttpMock to read content from file as bytesAlan Briolat
2015-07-30return if the batch is emptyMohamed Zenadi
2015-07-23Discovery: Treat empty nextPageToken field the same as it not existingSon Dinh
2015-07-17Making http parameter in discovery.build_from_document optional.Jonathan Wayne Parrott
2015-06-15Bump version number to 1.4.1Nathaniel Manista
2015-06-13Adds a doc comment for new_batch_http_requestPepper Lebeck-Jobe
2015-06-12Add a new_batch_http_request() method to servicesPepper Lebeck-Jobe
2015-06-12Stop stripping newlines from batch requestsPepper Lebeck-Jobe