• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

craigcitro / apitools / 228

Builds Branch Commit Type Ran Committer Via Coverage
228 dedep Ensure client generation works smoothly in py3. It turns out that generated clients had a few issues in python3: * the discovery doc was returned as bytes, but `json.loads` wanted a string * in python3, source files should be strings, not bytes ... push 29 Mar 2018 03:58PM UTC craigcitro travis-ci pending completion
227 dedep Ensure client generation works smoothly in py3. It turns out that generated clients had a few issues in python3: * the discovery doc was returned as bytes, but `json.loads` wanted a string * in python3, source files should be strings, not bytes ... push 29 Mar 2018 03:53PM UTC craigcitro travis-ci pending completion
226 master Merge pull request #209 from craigcitro/lint Fix lint errors in apitools. push 29 Mar 2018 03:50PM UTC web-flow travis-ci pending completion
225 dedep Ensure client generation works smoothly in py3. It turns out that generated clients had a few issues in python3: * the discovery doc was returned as bytes, but `json.loads` wanted a string * in python3, source files should be strings, not bytes ... push 29 Mar 2018 06:18AM UTC craigcitro travis-ci pending completion
224 lint Fix lint errors in apitools. This makes a few updates to get the linter happy: * drop oauth2l and oauth2l_test * add some newlines * fix formatting in two error messages * switch `pep8` -> `pycodestyle` * drop the custom pylintrc and `run_pylint... push 29 Mar 2018 04:46AM UTC craigcitro travis-ci pending completion
223 master Added response_encoding parameter to api client classes. (#206) On Python 3, httplib2 returns message contents as bytes, which cannot be read by json.loads(). It must first be decoded to text. Specifying this parameter tells the client to first... push 29 Mar 2018 03:52AM UTC web-flow travis-ci pending completion
222 bounds Fix a bad bounds check for downloads. Previously, if we created a download with `auto_transfer=True` with the full download smaller than the default `chunksize`, and then called `StreamInChunks`, we'd end up downloading the full content twice. Th... push 22 Aug 2017 07:44AM UTC craigcitro travis-ci pending completion
221 master Drop some dead travis environments. push 22 Aug 2017 07:41AM UTC craigcitro travis-ci pending completion
220 trav Drop some dead travis environments. push 22 Aug 2017 07:19AM UTC craigcitro travis-ci pending completion
219 trav Merge pull request #173 from cherba/master Update for v0.5.14 release. push 22 Aug 2017 07:17AM UTC web-flow travis-ci pending completion
218 master Merge pull request #173 from cherba/master Update for v0.5.14 release. push 22 Aug 2017 07:16AM UTC web-flow travis-ci pending completion
217 encoding DO NOT SUBMIT fiddling with encoding push 07 Aug 2017 05:33PM UTC craigcitro travis-ci pending completion
216 master Merge pull request #165 from pcostell/master Request the minimum of limit and batch_size. push 07 Aug 2017 05:14PM UTC web-flow travis-ci pending completion
215 master if [[ "${TOX_ENV}" == "py35" ]]; then tox -e coveralls; fi Pull #2 12 Apr 2017 04:46PM UTC web-flow travis-ci pending completion
214 master Try coveralls on Python 3.5 Pull #2 12 Apr 2017 04:42PM UTC web-flow travis-ci pending completion
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • …
  • 13
  • 14
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc