FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for tests/test_http.py - kuikeelc/google-api-python-client · GitHub
kuikeelc
/
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
tests
test_http.py
on
master
User selector
Datepicker
Commit history
Commits on Oct 30, 2019
chore: blacken (#772)
busunkim96
authored
66bb32c
View commit details
Copy full SHA for 66bb32c
View code at this point
Browse repository at this point
Commits on Aug 9, 2019
Pass library and Python version in x-goog-api-client (#734)
busunkim96
authored
07f647c
View commit details
Copy full SHA for 07f647c
View code at this point
Browse repository at this point
Commits on Jul 23, 2019
Fix http.py: Exception -> exception, lint errors, unit test. (#724)
Show description for 0ba1ca4
busunkim96
authored
0ba1ca4
View commit details
Copy full SHA for 0ba1ca4
View code at this point
Browse repository at this point
Commits on Jul 17, 2019
Make http.MediaFileUpload close its file descriptor. (#600)
Show description for 20b6758
wangxf123456
authored and
tseaver
committed
20b6758
View commit details
Copy full SHA for 20b6758
View code at this point
Browse repository at this point
Commits on Dec 12, 2018
Change xrange to range (#601)
busunkim96
authored
eb4b3e0
View commit details
Copy full SHA for eb4b3e0
View code at this point
Browse repository at this point
Commits on Dec 6, 2018
Add client-side limit for batch requests (#585)
tristan-lin
authored and
theacodes
committed
e2dccec
View commit details
Copy full SHA for e2dccec
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 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 Apr 27, 2018
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 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
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 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 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
Commits on Jan 19, 2017
Set default HTTP timeout of 60s (#320)
i-maravic
authored and
Jon Wayne Parrott
committed
2243529
View commit details
Copy full SHA for 2243529
View code at this point
Browse repository at this point
Commits on Oct 31, 2016
Fix unprintable message with BatchError repr (#165)
ittus
authored and
nathanielmanistaatgoogle
committed
5f00cad
View commit details
Copy full SHA for 5f00cad
View code at this point
Browse repository at this point
Commits on Jul 28, 2016
Retry rate limits on chunk uploading
lichray
committed
cc6d398
View commit details
Copy full SHA for cc6d398
View code at this point
Browse repository at this point
Commits on May 30, 2016
Refresh empty OAuth2 credentials in batch request
Show description for 23174be
Garciat
authored and
Gabriel Garcia
committed
23174be
View commit details
Copy full SHA for 23174be
View code at this point
Browse repository at this point
Commits on Apr 21, 2016
Retry requests on broken pipe and aborted connection (#218)
tbonfort
committed
88ab76b
View commit details
Copy full SHA for 88ab76b
View code at this point
Browse repository at this point
Commits on Mar 25, 2016
Add retry on rate limiting API responses and network timeouts
eesheesh
authored and
Jon Wayne Parrott
committed
c6425a0
View commit details
Copy full SHA for c6425a0
View code at this point
Browse repository at this point
Commits on Dec 21, 2015
Handle SSL errors with retries
rryk
committed
703c92c
View commit details
Copy full SHA for 703c92c
View code at this point
Browse repository at this point
Commits on Dec 1, 2015
Default to octet-stream if mimetype detection fails.
Show description for dc13631
postmasters
committed
dc13631
View commit details
Copy full SHA for dc13631
View code at this point
Browse repository at this point
Commits on Aug 13, 2015
Force HttpMock to read content from file as bytes
alanbriolat
committed
26b0100
View commit details
Copy full SHA for 26b0100
View code at this point
Browse repository at this point
Commits on Jul 30, 2015
return if the batch is empty
Mohamed Zenadi
committed
1b5350d
View commit details
Copy full SHA for 1b5350d
View code at this point
Browse repository at this point
Commits on Jun 12, 2015
Add the test which would have failed before this change
Show description for 30ecbd4
eljobe
committed
30ecbd4
View commit details
Copy full SHA for 30ecbd4
View code at this point
Browse repository at this point
Commits on Mar 30, 2015
Merge pull request #48 from cgurnik/default-mock-headers
Show description for b246d51
nathanielmanistaatgoogle
committed
b246d51
View commit details
Copy full SHA for b246d51
View code at this point
Browse repository at this point
Don't include reason in default HttpMock headers
cgurnik
committed
8e55b76
View commit details
Copy full SHA for 8e55b76
View code at this point
Browse repository at this point
Commits on Mar 26, 2015
Fix unicode issues in HttpError and BatchHttpRequest
Show description for 0915761
methane
committed
0915761
View commit details
Copy full SHA for 0915761
View code at this point
Browse repository at this point
Commits on Mar 9, 2015
Skipping tests in Python3
pferate
committed
c605087
View commit details
Copy full SHA for c605087
View code at this point
Browse repository at this point
Updating string buffers to byte buffers
pferate
committed
2b14022
View commit details
Copy full SHA for 2b14022
View code at this point
Browse repository at this point
Updating urllib related imports and usage. (Using six)
pferate
committed
d5b61bd
View commit details
Copy full SHA for d5b61bd
View code at this point
Browse repository at this point
Updating StringIO, BytesIO, and FileIO imports and usage. (Using six)
pferate
committed
ed9affd
View commit details
Copy full SHA for ed9affd
View code at this point
Browse repository at this point
Using unittest2 in place of unittest
Show description for 497a90f
pferate
committed
497a90f
View commit details
Copy full SHA for 497a90f
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL