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

[#480] Remove Python2 compatibility from code base #640

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    8627c41 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    697d8b1 View commit details
    Browse the repository at this point in the history
  2. [_480] remove six module

    rename message.property module to avoid naming conflict
    
    introduce attribute irods.message.property at module EOF.
    
    this avoids corrupting the @Property facility used earlier in the module source file,
    and prevents possibility of breaking changes.
    d-w-moore committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    3a2e6f3 View commit details
    Browse the repository at this point in the history
  3. [_480] Py3: remove redundant "object" in base class specifications

    All Python3 classes are of the so called new style, ie directly
    subclassing "object".  Old-style classes are a Python2 relic.
    d-w-moore committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    e2d3823 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed29894 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ea9fc7c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cd7133b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fd6ab13 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    8eaff4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ca3815 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e8ed7f7 View commit details
    Browse the repository at this point in the history