1. c518472 fix: Resolve issue where num_retries would have no effect (#1244) by Anthonios Partheniou · 3 years, 4 months ago
  2. 32d1c59 feat: Add support for using static discovery documents (#1109) by Anthonios Partheniou · 3 years, 6 months ago
  3. b7b9986 fix: replace deprecated socket.error with OSError (#1161) by Aaron Niskode-Dossett · 3 years, 6 months ago
  4. ae9cd99 fix: Catch ECONNRESET and other errors more reliably (#1147) by Aaron Niskode-Dossett · 3 years, 6 months ago
  5. 2c6d029 fix: MediaFileUpload error if file does not exist (#1127) by Anthonios Partheniou · 3 years, 8 months ago
  6. a341c5a docs: Change error parsing to check for 'message' (#1083) by Muad Mohamed · 3 years, 9 months ago
  7. 86d8788 fix: don't raise when downloading zero byte files (#1074) by Bu Sun Kim · 3 years, 9 months ago
  8. af6035f fix: don't set content-range on empty uploads (#1070) by Bu Sun Kim · 3 years, 9 months ago
  9. 790e702 feat: add quota_project, credentials_file, and scopes support (#1022) by Bu Sun Kim · 3 years, 11 months ago
  10. f3348f9 feat: discovery supports retries (#967) by Dmitry Frenkel · 4 years ago
  11. c7516a2 fix: Adding ConnectionError to retry mechanism (#822) by Damian Gadomski · 4 years, 4 months ago
  12. 1cf3cbc feat: add client_options support for api endpoint override (#829) by Bu Sun Kim · 4 years, 4 months ago
  13. b3b773f fix: exclude 308s from httplib2 redirect codes list (#813) by Bu Sun Kim · 4 years, 5 months ago
  14. 66bb32c chore: blacken (#772) by Bu Sun Kim · 4 years, 9 months ago
  15. 07f647c Pass library and Python version in x-goog-api-client (#734) by Bu Sun Kim · 5 years ago
  16. 0ba1ca4 Fix http.py: Exception -> exception, lint errors, unit test. (#724) by Bu Sun Kim · 5 years ago
  17. 20b6758 Make http.MediaFileUpload close its file descriptor. (#600) by Xiaofei Wang · 5 years ago
  18. eb4b3e0 Change xrange to range (#601) by Bu Sun Kim · 6 years ago
  19. e2dccec Add client-side limit for batch requests (#585) by Xinan Lin · 6 years ago
  20. 0dc81bf Respect custom headers set on the request supplied to MediaIoBaseDownload within each call to next_chunk (#546) by Chris McDonough · 6 years ago
  21. 3cf5e60 Under Python 3; fix bug that caused invalid Content-ID header when custom request_id supplied (#545) by Chris McDonough · 6 years ago
  22. c35150f Catch ServerNotFoundError to retry the request (#532) by Bashir Sadjad · 6 years ago
  23. fff3ae5 Fix retying on socket.timeout (#495) by Alexander Mohr · 6 years ago
  24. b86bfc9 Remove unnecessary parsing of mime headers in HttpRequest.__init__ (#467) by Ondrej Medek · 7 years ago
  25. 20e6135 Proactively refresh credentials when applying and treat a missing acces_token as invalid. (#469) by Jon Wayne Parrott · 7 years ago
  26. 4406778 Handle unknown media length (#406) by Daniel · 7 years ago
  27. 90ffb85 fix: 458 handle error format (#459) by Nilayan Bhattacharya · 7 years ago
  28. d3a5cf4 Fix credentials usage in BatchHTTPRequest (#376) by Jon Wayne Parrott · 7 years ago
  29. a4a44cf ZeroDivisionError when calling 'MediaDownloadProgress.progress' by andrewnester · 7 years ago
  30. 2243529 Set default HTTP timeout of 60s (#320) by Igor Maravić · 8 years ago
  31. 5f00cad Fix unprintable message with BatchError repr (#165) by ittus · 8 years ago
  32. cc6d398 Retry rate limits on chunk uploading by Zhihao Yuan · 8 years ago
  33. 23174be Refresh empty OAuth2 credentials in batch request by Gabriel Garcia · 8 years ago
  34. 88ab76b Retry requests on broken pipe and aborted connection (#218) by Thomas Bonfort · 8 years ago
  35. c6425a0 Add retry on rate limiting API responses and network timeouts by eesheesh · 8 years ago
  36. 703c92c Handle SSL errors with retries by Sergiy Byelozyorov · 9 years ago
  37. dc13631 Default to octet-stream if mimetype detection fails. by Nam T. Nguyen · 9 years ago
  38. 26b0100 Force HttpMock to read content from file as bytes by Alan Briolat · 9 years ago
  39. 1b5350d return if the batch is empty by Mohamed Zenadi · 9 years ago
  40. 30ecbd4 Add the test which would have failed before this change by Pepper Lebeck-Jobe · 9 years ago
  41. b246d51 Merge pull request #48 from cgurnik/default-mock-headers by Nathaniel Manista · 9 years ago
  42. 8e55b76 Don't include reason in default HttpMock headers by Craig Gurnik · 10 years ago
  43. 0915761 Fix unicode issues in HttpError and BatchHttpRequest by INADA Naoki · 9 years ago
  44. c605087 Skipping tests in Python3 by Pat Ferate · 9 years ago
  45. 2b14022 Updating string buffers to byte buffers by Pat Ferate · 9 years ago
  46. d5b61bd Updating urllib related imports and usage. (Using six) by Pat Ferate · 9 years ago
  47. ed9affd Updating StringIO, BytesIO, and FileIO imports and usage. (Using six) by Pat Ferate · 9 years ago
  48. 497a90f Using unittest2 in place of unittest by Pat Ferate · 9 years ago
  49. d898a37 modernize tests by INADA Naoki · 9 years ago
  50. 15fbdc7 Merge pull request #25 from methane/prepare-py3 by Nathaniel Manista · 9 years ago
  51. 15744b1 Replace remaining python2.4 shebang lines. by Craig Citro · 9 years ago
  52. c1505df 2to3 -f except by INADA Naoki · 10 years ago
  53. 751b7fb Update copyright lines. by Craig Citro · 10 years ago
  54. 4282aa3 Update batch tests for newer python versions. by Craig Citro · 10 years ago
  55. 864311d Transition apiclient from googlecode to github. by John Asmuth · 10 years ago
  56. 238feb7 Use the following redirects feature of httplib2 where it returns the ultimate by Joe Gregorio · 11 years ago
  57. 9086bd3 Add option to automatically retry requests. by Joe Gregorio · 11 years ago
  58. 97ef1cc Restore follow_redirects after mediadownload is done. by Joe Gregorio · 11 years ago
  59. 164f37e Add push notification subscriptions. by Ali Afshar · 12 years ago
  60. 83f2ee6 Fix unicode strings leaking into httplib2. by Joe Gregorio · 12 years ago
  61. 5c120db Handle uploading chunked media by stream. by Joe Gregorio · 12 years ago
  62. c80ac9d Handle passing streams directly to httplib2. by Joe Gregorio · 12 years ago
  63. 68a8cfe Flows no longer need to be saved between uses. by Joe Gregorio · 12 years ago
  64. ba5c790 Change GET to POST if URI is too long. Fixes issue #96. by Joe Gregorio · 12 years ago
  65. 20b54fb More robust picking up JSON error responses. by Joe Gregorio · 12 years ago
  66. 3fb9367 Make batch errors align with normal errors. by Joe Gregorio · 12 years ago
  67. 4a2c29f Fix media upload parameter names. Reviewed in http://codereview.appspot.com/6374062/ by Joe Gregorio · 12 years ago
  68. c752e33 Batch error response reason not being set correctly. by Joe Gregorio · 12 years ago
  69. 708388c Add _media methods and support for resumable media download. by Joe Gregorio · 12 years ago
  70. 910b9b1 Update Media Upload to include io.Base and also fix some bugs. by Joe Gregorio · 12 years ago
  71. 1cb6b67 Fixed incorrectly referenced attribute. Fixes #115 by Ali Afshar · 12 years ago
  72. 654f4a2 Fix bugs with auth, batch and retries. by Joe Gregorio · 12 years ago
  73. 6f11ea1 Added MediaInMemoryUpload for uploads that are a byte stream, with tests. by Ali Afshar · 12 years ago
  74. 945be3e Fix resumable upload protocol. Reviewed in http://codereview.appspot.com/5572075/ by Joe Gregorio · 12 years ago
  75. dd81382 Fix str/unicode issue in batch media requests. by Joe Gregorio · 13 years ago
  76. 5d1171b Fix Batch issues. Fixes issue #41. by Joe Gregorio · 13 years ago
  77. bd512b5 Fix the final boundary in resumable multipart media uploads. by Joe Gregorio · 13 years ago
  78. 66f5752 Add support for batch requests. by Joe Gregorio · 13 years ago
  79. d0bd388 Add support for resumable upload. by Joe Gregorio · 13 years ago
  80. 7cbceab fix imports on some tests by Joe Gregorio · 13 years ago
  81. 6bcbcea Added wrapper to add user-agent to requests for the non-authenticated case. by Joe Gregorio · 13 years ago