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

Add python 3.4 #580

Merged
merged 2 commits into from
Feb 5, 2015
Merged

Add python 3.4 #580

merged 2 commits into from
Feb 5, 2015

Commits on Feb 4, 2015

  1. Declare / test Python 3.4. support:

    - Pin protobuf == 3.0.0-alpha1
    
    - Clarify text vs. bytes in upload / download as string, in response
      bodies, in 'bytes_field' proto values (e.g. 'transaction').
    
    - Add a copy of the protobuf spec file and regenerate protobuf wrapper
      with 'protoc' 3.0.0-alpha1.
    
    - Transaction ID must be bytes.
    
    - Straddle 'range', 'native' strings. URL quoting / encoding / parsing.
      integer division, 'httplib'.
    
    - Pre-apply changes from /craigcitro/apitools#15.
    
      We will need to reload the files once Craig makes a new release (or
      even better, remove the vendoring).
    
    - Work around missing 'contextlib.nested' in Py3k.
    
    - Disable lint's failed attempt to import 'six.moves'.
    
      See: https://bitbucket.org/logilab/pylint/issue/200/ etc.
    
    - Add support for regression testing w/ Python 3.4.
    
      Note that these tests are currently *failing* due to
      googleapis/oauth2client#125
    tseaver committed Feb 4, 2015
    Configuration menu
    Copy the full SHA
    8ab8c1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e99cea View commit details
    Browse the repository at this point in the history