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

Basic update to Python 3 #224

Merged
merged 10 commits into from
Sep 11, 2024
Merged

Basic update to Python 3 #224

merged 10 commits into from
Sep 11, 2024

Commits on Sep 10, 2024

  1. Introduced a pyproject.toml file. Moved several files believed to be …

    …unused into an Attic directory.
    adamfarquhar authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    a30dafd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4dd41a View commit details
    Browse the repository at this point in the history
  3. Completed the core update to python 3 and move from setup to pyproject.

    Moved query_yes_or_no to update_signatures where it was used.
    Removed from __future__ import print_function
    Removed from __future__ import absolute_import
    Removed use of cStringIO and replaced with IO.StringIO
    Removed dependency `six`, including `six.moves`, `six.moves.range`, `six.moves.iteritems`, `six.PY2`, `six.urllib`
    Removed `importlib_resources`
    adamfarquhar committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    d3905f3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    99467e8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    15e4ec2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9783114 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7e7e2e4 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    abfe018 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21e0561 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    295ba36 View commit details
    Browse the repository at this point in the history