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

DM-7036: Port to Python 3 #5

Merged
merged 8 commits into from
Aug 5, 2016
Merged

DM-7036: Port to Python 3 #5

merged 8 commits into from
Aug 5, 2016

Commits on Jul 27, 2016

  1. Ignore _build and doc/xml

    timj committed Jul 27, 2016
    Configuration menu
    Copy the full SHA
    1f59780 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2cf2416 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2016

  1. Flake8 and PEP8 fixes

    Whitespace, "== None" to "is None".
    Remove pdb and inspect imports
    timj committed Aug 5, 2016
    Configuration menu
    Copy the full SHA
    35b0b74 View commit details
    Browse the repository at this point in the history
  2. Add Python 3 compatibility

    timj committed Aug 5, 2016
    Configuration menu
    Copy the full SHA
    7866b0f View commit details
    Browse the repository at this point in the history
  3. Add test script for executables

    timj committed Aug 5, 2016
    Configuration menu
    Copy the full SHA
    bb04ab0 View commit details
    Browse the repository at this point in the history
  4. Update tests to support py.test

    This required some cleanup to the tear downs.
    timj committed Aug 5, 2016
    Configuration menu
    Copy the full SHA
    96b0cb5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1e39527 View commit details
    Browse the repository at this point in the history
  6. Add dependency on python_future

    timj committed Aug 5, 2016
    Configuration menu
    Copy the full SHA
    8ec29c0 View commit details
    Browse the repository at this point in the history