Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using correct format of exceptions from JSON based APIs. #762

Merged
merged 4 commits into from
Mar 27, 2015

Commits on Mar 24, 2015

  1. Configuration menu
    Copy the full SHA
    6cec5de View commit details
    Browse the repository at this point in the history
  2. Making regression3 pass by using bytes / unicode correctly.

    - Incorporates changes from googleapis#724.
    - Also requires httplib2 from HEAD since the bytes/unicode
      header issues have not been released on PyPI yet.
    dhermes committed Mar 24, 2015
    Configuration menu
    Copy the full SHA
    11904c3 View commit details
    Browse the repository at this point in the history
  3. Making unit tests pass after regression3 test fixes.

    - Adding test for branch miss in credentials._get_signed_query_params
    - Making storage.batch._unpack_batch_response work correctly in
      Python2 and Python3 (parser expects str in both)
    
    NOTE: Yet again %s caused issues between Py2 and Py3 (as in the PR googleapis#126
          in oauth2client).
    dhermes committed Mar 24, 2015
    Configuration menu
    Copy the full SHA
    1b94f9f View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2015

  1. Configuration menu
    Copy the full SHA
    4431588 View commit details
    Browse the repository at this point in the history