1. 9f7b410 fix: drop six dependency (#1452) by Anthonios Partheniou · 3 years ago
  2. d35c912 chore: code clean up (#1442) by arfy slowy · 3 years ago
  3. c518472 fix: Resolve issue where num_retries would have no effect (#1244) by Anthonios Partheniou · 3 years, 4 months ago
  4. b7b9986 fix: replace deprecated socket.error with OSError (#1161) by Aaron Niskode-Dossett · 3 years, 6 months ago
  5. ae9cd99 fix: Catch ECONNRESET and other errors more reliably (#1147) by Aaron Niskode-Dossett · 3 years, 6 months ago
  6. 2c6d029 fix: MediaFileUpload error if file does not exist (#1127) by Anthonios Partheniou · 3 years, 8 months ago
  7. c691283 fix: handle error on service not enabled (#1117) by Kapil Thangavelu · 3 years, 8 months ago
  8. 86d8788 fix: don't raise when downloading zero byte files (#1074) by Bu Sun Kim · 3 years, 9 months ago
  9. af6035f fix: don't set content-range on empty uploads (#1070) by Bu Sun Kim · 3 years, 9 months ago
  10. 98888da fix: add method to close httplib2 connections (#1038) by Bu Sun Kim · 3 years, 10 months ago
  11. f3348f9 feat: discovery supports retries (#967) by Dmitry Frenkel · 4 years ago
  12. 48f503f docs: changed http to https in setup, updated github links (#892) by Marie J.I · 4 years, 2 months ago
  13. 6ddadd7 fix: the turn down date for global batch uri (#901) by Brad Vogel · 4 years, 2 months ago
  14. 43fc0cf docs: Fix simple typo: occured -> occurred (#828) by Tim Gates · 4 years, 3 months ago
  15. ef6420a Fix "byteswarning" errors in http and model modules (#860) by Matt McDonald · 4 years, 3 months ago
  16. c7516a2 fix: Adding ConnectionError to retry mechanism (#822) by Damian Gadomski · 4 years, 4 months ago
  17. a480d53 fix: don't set http.redirect_codes if the attr doesn't exist and allow more httplib2 versions (#841) by Bu Sun Kim · 4 years, 4 months ago
  18. b3b773f fix: exclude 308s from httplib2 redirect codes list (#813) by Bu Sun Kim · 4 years, 4 months ago
  19. 66bb32c chore: blacken (#772) by Bu Sun Kim · 4 years, 9 months ago
  20. 0ba1ca4 Fix http.py: Exception -> exception, lint errors, unit test. (#724) by Bu Sun Kim · 5 years ago
  21. 9fdc2b2 Use print() function in both Python 2 and Python 3 (#722) by Christian Clauss · 5 years ago
  22. 20b6758 Make http.MediaFileUpload close its file descriptor. (#600) by Xiaofei Wang · 5 years ago
  23. 1d2e240 Call request_orig with kwargs. (#658) by Bu Sun Kim · 5 years ago
  24. a04b3c5 Typo in http.py exception message. (#602) by smstone · 6 years ago
  25. e2dccec Add client-side limit for batch requests (#585) by Xinan Lin · 6 years ago
  26. 0dc81bf Respect custom headers set on the request supplied to MediaIoBaseDownload within each call to next_chunk (#546) by Chris McDonough · 6 years ago
  27. 3cf5e60 Under Python 3; fix bug that caused invalid Content-ID header when custom request_id supplied (#545) by Chris McDonough · 6 years ago
  28. c35150f Catch ServerNotFoundError to retry the request (#532) by Bashir Sadjad · 6 years ago
  29. fbaf9d7 typos in http.py by cspeidel · 6 years ago
  30. fff3ae5 Fix retying on socket.timeout (#495) by Alexander Mohr · 6 years ago
  31. de13e3b Remove oauth2client._helpers dependency (#493) by Helen Koike · 6 years ago
  32. bae748a Warn when constructing BatchHttpRequest using the legacy batch URI (#488) by Jon Wayne Parrott · 6 years ago
  33. d1aa691 Increase the default media chunksize to 100MB. by Craig Citro · 6 years ago
  34. b86bfc9 Remove unnecessary parsing of mime headers in HttpRequest.__init__ (#467) by Ondrej Medek · 7 years ago
  35. 4406778 Handle unknown media length (#406) by Daniel · 7 years ago
  36. 90ffb85 fix: 458 handle error format (#459) by Nilayan Bhattacharya · 7 years ago
  37. 89906ac Update Docstring (#1) (#451) by Nilayan Bhattacharya · 7 years ago
  38. d3a5cf4 Fix credentials usage in BatchHTTPRequest (#376) by Jon Wayne Parrott · 7 years ago
  39. a4a44cf ZeroDivisionError when calling 'MediaDownloadProgress.progress' by andrewnester · 7 years ago
  40. 20af04d Fix generation for methods with abnormal page token conventions (#330) by Thomas Coffee · 7 years ago
  41. 2243529 Set default HTTP timeout of 60s (#320) by Igor Maravić · 8 years ago
  42. 94a5394 Fix error in resumable upload when receiving a 308 response (#312) by Matt Carroll · 8 years ago
  43. 6755f61 Add support for oauth2client >= 3.0.0, < 4.0.0. (#265) by Jon Wayne Parrott · 8 years ago
  44. cc6d398 Retry rate limits on chunk uploading by Zhihao Yuan · 8 years ago
  45. 23174be Refresh empty OAuth2 credentials in batch request by Gabriel Garcia · 8 years ago
  46. 713b1de Merge pull request #219 from tbonfort/patch-1 by Nathaniel Manista · 8 years ago
  47. 3146c92 googleapiclient.http: guard when importing ssl by Tay Ray Chuan · 8 years ago
  48. 88ab76b Retry requests on broken pipe and aborted connection (#218) by Thomas Bonfort · 8 years ago
  49. c6425a0 Add retry on rate limiting API responses and network timeouts by eesheesh · 8 years ago
  50. 0969915 move logging into __name__-specific loggers from the root logger by Emmett Butler · 8 years ago
  51. 703c92c Handle SSL errors with retries by Sergiy Byelozyorov · 9 years ago
  52. dc13631 Default to octet-stream if mimetype detection fails. by Nam T. Nguyen · 9 years ago
  53. fafe858 Always assume httplib.request supports streams by e00E · 9 years ago
  54. 26b0100 Force HttpMock to read content from file as bytes by Alan Briolat · 9 years ago
  55. 1b5350d return if the batch is empty by Mohamed Zenadi · 9 years ago
  56. 9a8f94b Stop stripping newlines from batch requests by Pepper Lebeck-Jobe · 9 years ago
  57. b246d51 Merge pull request #48 from cgurnik/default-mock-headers by Nathaniel Manista · 9 years ago
  58. 8e55b76 Don't include reason in default HttpMock headers by Craig Gurnik · 10 years ago
  59. 06d28d8 Remove unused lines by INADA Naoki · 9 years ago
  60. 0915761 Fix unicode issues in HttpError and BatchHttpRequest by INADA Naoki · 9 years ago
  61. c9abbbd Changed to use string explicitly by Pat Ferate · 9 years ago
  62. b240c17 Updating local imports (relative -> absolute) by Pat Ferate · 9 years ago
  63. d5b61bd Updating urllib related imports and usage. (Using six) by Pat Ferate · 9 years ago
  64. ed9affd Updating StringIO, BytesIO, and FileIO imports and usage. (Using six) by Pat Ferate · 9 years ago
  65. e4ea1a9 Make 2/3 compatible code with python-modernize by INADA Naoki · 9 years ago
  66. 15fbdc7 Merge pull request #25 from methane/prepare-py3 by Nathaniel Manista · 9 years ago
  67. 6b75171 Remove a newly-added exception. by Craig Citro · 9 years ago
  68. ac8df21 ensure content-length response header is set by jack · 9 years ago
  69. 77c63c9 fix infinite hang when object to download is smaller than DEFAULT_CHUNK_SIZE by jack · 9 years ago
  70. 0bceb33 futurize -1 by INADA Naoki · 10 years ago
  71. c1505df 2to3 -f except by INADA Naoki · 10 years ago
  72. 751b7fb Update copyright lines. by Craig Citro · 10 years ago
  73. 6ae34d7 Use json from the stdlib. by Craig Citro · 10 years ago
  74. a09dc91 Updated Copyright Years by Michael Mattioli · 10 years ago
  75. 72389b7 Replace uses of `as_string` from the email lib. by Craig Citro · 10 years ago
  76. 864311d Transition apiclient from googlecode to github. by John Asmuth · 10 years ago