-
Notifications
You must be signed in to change notification settings - Fork 47
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
Commits on Sep 10, 2024
-
Introduced a pyproject.toml file. Moved several files believed to be …
…unused into an Attic directory.
Configuration menu - View commit details
-
Copy full SHA for a30dafd - Browse repository at this point
Copy the full SHA a30dafdView commit details -
Configuration menu - View commit details
-
Copy full SHA for f4dd41a - Browse repository at this point
Copy the full SHA f4dd41aView commit details -
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`
Configuration menu - View commit details
-
Copy full SHA for d3905f3 - Browse repository at this point
Copy the full SHA d3905f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99467e8 - Browse repository at this point
Copy the full SHA 99467e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15e4ec2 - Browse repository at this point
Copy the full SHA 15e4ec2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9783114 - Browse repository at this point
Copy the full SHA 9783114View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e7e2e4 - Browse repository at this point
Copy the full SHA 7e7e2e4View commit details
Commits on Sep 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for abfe018 - Browse repository at this point
Copy the full SHA abfe018View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21e0561 - Browse repository at this point
Copy the full SHA 21e0561View commit details -
Configuration menu - View commit details
-
Copy full SHA for 295ba36 - Browse repository at this point
Copy the full SHA 295ba36View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.