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-7245: Port to Python 3 #21

Merged
merged 9 commits into from
Aug 20, 2016
Merged

DM-7245: Port to Python 3 #21

merged 9 commits into from
Aug 20, 2016

Commits on Aug 17, 2016

  1. Configuration menu
    Copy the full SHA
    fbd7fee View commit details
    Browse the repository at this point in the history
  2. Ran futurize -1 -w .

    r-owen committed Aug 17, 2016
    Configuration menu
    Copy the full SHA
    d17ebd3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a657c8c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7198ee6 View commit details
    Browse the repository at this point in the history
  5. Fix print function calls in ArgumentParser

    Fix all print function calls in ArgumentParser
    to print unicode, since that is required when printing
    to a file when running under Python 2
    r-owen committed Aug 17, 2016
    Configuration menu
    Copy the full SHA
    8e6fc70 View commit details
    Browse the repository at this point in the history
  6. CmdLineTask: convert resultList back to a list

    It was a generator after the py3 conversion, which breaks
    tests because it has no __len__.
    PaulPrice committed Aug 17, 2016
    Configuration menu
    Copy the full SHA
    fee4374 View commit details
    Browse the repository at this point in the history
  7. fix test failing under pytest

    Not sure why this fix works, but it does. It was previously failing
    under py.test but passing when run directly.
    PaulPrice committed Aug 17, 2016
    Configuration menu
    Copy the full SHA
    66c57e7 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2016

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