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

Fix deprecated importlib methods #869

Merged
merged 10 commits into from
Dec 30, 2020

Commits on Dec 24, 2020

  1. Changes the return value of the _precache_zipimporters function so th…

    …at only zipimporter instances are returned.
    hippo91 committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    4f8ac13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75910f4 View commit details
    Browse the repository at this point in the history
  3. Adds copyright notice

    hippo91 committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    614a8a8 View commit details
    Browse the repository at this point in the history
  4. Adds an entry

    hippo91 committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    c9b9a00 View commit details
    Browse the repository at this point in the history
  5. Reformated according to black

    hippo91 committed Dec 24, 2020
    Configuration menu
    Copy the full SHA
    f1613f4 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2020

  1. Configuration menu
    Copy the full SHA
    be47792 View commit details
    Browse the repository at this point in the history
  2. Update astroid/interpreter/_import/spec.py

    Taking into account @GergelyKalmar suggestion
    
    Co-authored-by: Gergely Kalmár <gergely.kalmar@logikal.jp>
    hippo91 and Gergely Kalmár committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    bdf1bea View commit details
    Browse the repository at this point in the history
  3. Update astroid/interpreter/_import/spec.py

    Taking into account @GergelyKalmar suggestion
    
    Co-authored-by: Gergely Kalmár <gergely.kalmar@logikal.jp>
    hippo91 and Gergely Kalmár committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    714abbc View commit details
    Browse the repository at this point in the history
  4. Update astroid/interpreter/_import/spec.py

    Taking into account @GergelyKalmar suggestion
    
    Co-authored-by: Gergely Kalmár <gergely.kalmar@logikal.jp>
    hippo91 and Gergely Kalmár committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    f91f52e View commit details
    Browse the repository at this point in the history
  5. Update astroid/interpreter/_import/spec.py

    Taking into account @GergelyKalmar suggestion
    
    Co-authored-by: Gergely Kalmár <gergely.kalmar@logikal.jp>
    hippo91 and Gergely Kalmár committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    b6e03f2 View commit details
    Browse the repository at this point in the history