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-7292: Port to Python 3 #77

Merged
merged 15 commits into from
Nov 4, 2016
Merged

DM-7292: Port to Python 3 #77

merged 15 commits into from
Nov 4, 2016

Commits on Oct 31, 2016

  1. Run autopep8

    fred3m authored and mrawls committed Oct 31, 2016
    Configuration menu
    Copy the full SHA
    5977584 View commit details
    Browse the repository at this point in the history
  2. Run futurize level 1

    fred3m authored and mrawls committed Oct 31, 2016
    Configuration menu
    Copy the full SHA
    e09b69b View commit details
    Browse the repository at this point in the history
  3. Run futurize level 2

    fred3m authored and mrawls committed Oct 31, 2016
    Configuration menu
    Copy the full SHA
    f109249 View commit details
    Browse the repository at this point in the history
  4. Futurize level 2 modifications

    fred3m authored and mrawls committed Oct 31, 2016
    Configuration menu
    Copy the full SHA
    a00a7a9 View commit details
    Browse the repository at this point in the history
  5. Add future dependency

    fred3m authored and mrawls committed Oct 31, 2016
    Configuration menu
    Copy the full SHA
    13c81d1 View commit details
    Browse the repository at this point in the history
  6. Escape doxygen docstrings

    fred3m authored and mrawls committed Oct 31, 2016
    Configuration menu
    Copy the full SHA
    97652ed View commit details
    Browse the repository at this point in the history
  7. Change setL/getL to setI/getI

    In python 3 longs are not recognized, so it is necessary to use int's instead of longs
    and setI/getI methods.
    fred3m authored and mrawls committed Oct 31, 2016
    Configuration menu
    Copy the full SHA
    c95f96a View commit details
    Browse the repository at this point in the history
  8. Update testProcessCcd.py test values

    The tests were updated in DM-6815 due to changes in the config parameters but the old tolerances
    were too tight. Slight differences in compilers and (apparently) python versions causes much larger
    variations than the old tests allow. See 3f8730a for more.
    fred3m authored and mrawls committed Oct 31, 2016
    Configuration menu
    Copy the full SHA
    38f5ce0 View commit details
    Browse the repository at this point in the history
  9. Explicitly specify "L" for 64 bit int

    fred3m authored and mrawls committed Oct 31, 2016
    Configuration menu
    Copy the full SHA
    19805ce View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8acd4b8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7d1db48 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    732ea83 View commit details
    Browse the repository at this point in the history
  13. Line spacing adjustments

    mrawls committed Oct 31, 2016
    Configuration menu
    Copy the full SHA
    1243ea9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    10c41c9 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2016

  1. Remove all instances of "from builtins import str"

    Delete "from builtins import str" rather than just comment out
    mrawls committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    13b48c0 View commit details
    Browse the repository at this point in the history