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

Python 3 Compatibility #108

Closed
wants to merge 6 commits into from
Closed

Python 3 Compatibility #108

wants to merge 6 commits into from

Commits on Mar 8, 2016

  1. Update Hbase.thrift definitions to latest upstream definitions. Gener…

    …ate Hbase bindings using new definitions file.
    Devin Anderson committed Mar 8, 2016
    Configuration menu
    Copy the full SHA
    a1a9ac1 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2016

  1. Add Python 3 support to happybase. Mostly, this meant tedious encodin…

    …g and decoding of strings and bytes respectively, but also meant correcting imports and, in a couple cases, explicitly doing something different for Python 2 vs. Python 3.
    Devin Anderson committed Mar 9, 2016
    Configuration menu
    Copy the full SHA
    cc6790b View commit details
    Browse the repository at this point in the history
  2. Make test suite Python 3 compatible. Fix one test that checked for Va…

    …lueError instead of TypeError when passing None where an integral type is expected.
    Devin Anderson committed Mar 9, 2016
    Configuration menu
    Copy the full SHA
    bdb0a05 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bbcca36 View commit details
    Browse the repository at this point in the history
  4. Add Makefile targets for Python 3.

    Devin Anderson committed Mar 9, 2016
    Configuration menu
    Copy the full SHA
    c1f65b5 View commit details
    Browse the repository at this point in the history
  5. Remove TODO item for Python 3 compatibility.

    Devin Anderson committed Mar 9, 2016
    Configuration menu
    Copy the full SHA
    85a18ba View commit details
    Browse the repository at this point in the history