FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for googleapiclient - PocketTim/google-api-python-client · GitHub
PocketTim
/
google-api-python-client
Public
forked from
googleapis/google-api-python-client
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
google-api-python-client
googleapiclient
on
master
User selector
Datepicker
Commit history
Commits on Jul 26, 2018
add copyright header, closes #216 (#550)
mcdonc
authored and
theacodes
committed
781de4c
View commit details
Copy full SHA for 781de4c
View code at this point
Browse repository at this point
Commits on Jul 19, 2018
Respect custom headers set on the request supplied to MediaIoBaseDownload within each call to next_chunk (#546)
Show description for 0dc81bf
mcdonc
authored
0dc81bf
View commit details
Copy full SHA for 0dc81bf
View code at this point
Browse repository at this point
Commits on Jul 18, 2018
Under Python 3; fix bug that caused invalid Content-ID header when custom request_id supplied (#545)
Show description for 3cf5e60
mcdonc
authored
3cf5e60
View commit details
Copy full SHA for 3cf5e60
View code at this point
Browse repository at this point
Commits on Jul 17, 2018
prevent stray imports of older 'apiclient' alias from raising an ImportError
Show description for bbaad28
mcdonc
authored
bbaad28
View commit details
Copy full SHA for bbaad28
View code at this point
Browse repository at this point
Commits on Jul 11, 2018
Release google-api-python-client 1.7.4 (#540)
Show description for a97f2b2
crwilcox
authored
a97f2b2
View commit details
Copy full SHA for a97f2b2
View code at this point
Browse repository at this point
Commits on Jun 25, 2018
Catch ServerNotFoundError to retry the request (#532)
bashir2
authored and
theacodes
committed
c35150f
View commit details
Copy full SHA for c35150f
View code at this point
Browse repository at this point
Commits on Jun 4, 2018
Release v1.7.3 (#526)
theacodes
authored
b0b1c1d
View commit details
Copy full SHA for b0b1c1d
View code at this point
Browse repository at this point
Fix version number
theacodes
committed
a1da982
View commit details
Copy full SHA for a1da982
View code at this point
Browse repository at this point
Commits on Jun 1, 2018
Release v1.7.1 (#519)
theacodes
authored
081d2a3
View commit details
Copy full SHA for 081d2a3
View code at this point
Browse repository at this point
Commits on May 31, 2018
Release v1.7.0 (#515)
theacodes
authored
a737c75
View commit details
Copy full SHA for a737c75
View code at this point
Browse repository at this point
Drop oauth2client dependency (#499)
Helen Koike
authored and
theacodes
committed
9eb303e
View commit details
Copy full SHA for 9eb303e
View code at this point
Browse repository at this point
Commits on May 10, 2018
typos in http.py
cspeidel
authored and
mattwhisenhunt
committed
fbaf9d7
View commit details
Copy full SHA for fbaf9d7
View code at this point
Browse repository at this point
Commits on Apr 27, 2018
Release v1.6.7 (#500)
Jon Wayne Parrott
authored
504a6e5
View commit details
Copy full SHA for 504a6e5
View code at this point
Browse repository at this point
Make body optional for requests with no parameters (#446)
Maerig
authored and
Jon Wayne Parrott
committed
0c0c897
View commit details
Copy full SHA for 0c0c897
View code at this point
Browse repository at this point
Fix retying on socket.timeout (#495)
thehesiod
authored and
Jon Wayne Parrott
committed
fff3ae5
View commit details
Copy full SHA for fff3ae5
View code at this point
Browse repository at this point
Commits on Apr 26, 2018
Remove oauth2client._helpers dependency (#493)
Helen Koike
authored and
Jon Wayne Parrott
committed
de13e3b
View commit details
Copy full SHA for de13e3b
View code at this point
Browse repository at this point
Commits on Apr 25, 2018
Describe reserved word methods with _ after name. eg import_()
mattwhisenhunt
committed
bc33595
View commit details
Copy full SHA for bc33595
View code at this point
Browse repository at this point
Commits on Apr 20, 2018
discovery.py: remove unused oauth2client import (#492)
Show description for 57a7690
Helen Koike
authored and
Jon Wayne Parrott
committed
57a7690
View commit details
Copy full SHA for 57a7690
View code at this point
Browse repository at this point
Commits on Mar 28, 2018
Release v1.6.6 (#489)
Jon Wayne Parrott
authored
9cdb2e2
View commit details
Copy full SHA for 9cdb2e2
View code at this point
Browse repository at this point
Warn when constructing BatchHttpRequest using the legacy batch URI (#488)
Jon Wayne Parrott
authored
bae748a
View commit details
Copy full SHA for bae748a
View code at this point
Browse repository at this point
Commits on Feb 28, 2018
Increase the default media chunksize to 100MB.
Show description for d1aa691
craigcitro
committed
d1aa691
View commit details
Copy full SHA for d1aa691
View code at this point
Browse repository at this point
Commits on Jan 19, 2018
Remove unnecessary parsing of mime headers in HttpRequest.__init__ (#467)
Show description for b86bfc9
xmedeko
authored and
Jon Wayne Parrott
committed
b86bfc9
View commit details
Copy full SHA for b86bfc9
View code at this point
Browse repository at this point
Commits on Jan 18, 2018
Release v1.6.5 (#470)
Jon Wayne Parrott
authored
6436741
View commit details
Copy full SHA for 6436741
View code at this point
Browse repository at this point
Proactively refresh credentials when applying and treat a missing acces_token as invalid. (#469)
Show description for 20e6135
Jon Wayne Parrott
authored
20e6135
View commit details
Copy full SHA for 20e6135
View code at this point
Browse repository at this point
Commits on Jan 17, 2018
Remove mutual exclusivity check for developerKey and credentials (#465)
Jon Wayne Parrott
authored
043fd70
View commit details
Copy full SHA for 043fd70
View code at this point
Browse repository at this point
Commits on Jan 16, 2018
Handle unknown media length (#406)
Show description for 4406778
danielx
authored and
Jon Wayne Parrott
committed
4406778
View commit details
Copy full SHA for 4406778
View code at this point
Browse repository at this point
Commits on Dec 5, 2017
fix: 458 handle error format (#459)
bantini
authored and
Jon Wayne Parrott
committed
90ffb85
View commit details
Copy full SHA for 90ffb85
View code at this point
Browse repository at this point
Commits on Oct 27, 2017
Update Docstring (#1) (#451)
Show description for 89906ac
bantini
authored and
Jon Wayne Parrott
committed
89906ac
View commit details
Copy full SHA for 89906ac
View code at this point
Browse repository at this point
Commits on Sep 20, 2017
Release v1.6.4 (#444)
Jon Wayne Parrott
authored
af67669
View commit details
Copy full SHA for af67669
View code at this point
Browse repository at this point
Warn when google-auth credentials are used but google-auth-httplib2 isn't available (#443)
Jon Wayne Parrott
authored
401e886
View commit details
Copy full SHA for 401e886
View code at this point
Browse repository at this point
Commits on Aug 29, 2017
Release v1.6.3 (#433)
Jon Wayne Parrott
authored
b63a71d
View commit details
Copy full SHA for b63a71d
View code at this point
Browse repository at this point
Commits on Aug 2, 2017
Don't treat httplib2.Credentials as oauth credentials (#425)
Jon Wayne Parrott
authored
3fb2a38
View commit details
Copy full SHA for 3fb2a38
View code at this point
Browse repository at this point
Commits on Jul 17, 2017
Fix details missing in googleapiclient.errors.HttpError (#412)
Show description for f6e2661
sonlac
authored and
Jon Wayne Parrott
committed
f6e2661
View commit details
Copy full SHA for f6e2661
View code at this point
Browse repository at this point
Commits on Jun 20, 2017
Fix credentials usage in BatchHTTPRequest (#376)
Jon Wayne Parrott
authored
d3a5cf4
View commit details
Copy full SHA for d3a5cf4
View code at this point
Browse repository at this point
Commits on Mar 31, 2017
ZeroDivisionError when calling 'MediaDownloadProgress.progress'
Show description for a4a44cf
andrewnester
committed
a4a44cf
View commit details
Copy full SHA for a4a44cf
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL