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

Bugfix/rework: IPv6 scope errors (bp) #49815

Merged
merged 36 commits into from
Sep 28, 2018

Commits on Sep 28, 2018

  1. Add missing docstrings

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    b4f1a72 View commit details
    Browse the repository at this point in the history
  2. Fix ipaddress imports

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    0498e94 View commit details
    Browse the repository at this point in the history
  3. Remove unused import

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    561c99e View commit details
    Browse the repository at this point in the history
  4. Fix ipaddress import

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    bbeec4d View commit details
    Browse the repository at this point in the history
  5. Fix unicode imports in compat

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    5e970ea View commit details
    Browse the repository at this point in the history
  6. Override standard IPv6Address class

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    1ae94f1 View commit details
    Browse the repository at this point in the history
  7. Check version via object

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    49b32b7 View commit details
    Browse the repository at this point in the history
  8. Isolate Py2 and Py3 mode

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    eeab9f2 View commit details
    Browse the repository at this point in the history
  9. Add logging

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    cab5f62 View commit details
    Browse the repository at this point in the history
  10. Add debugging to the ip_address method (py2 and py3)

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    b40e1e1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7a6ea3b View commit details
    Browse the repository at this point in the history
  12. Remove unnecessary variable for import detection

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    8e62633 View commit details
    Browse the repository at this point in the history
  13. Remove duplicated code

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    deb0b4e View commit details
    Browse the repository at this point in the history
  14. Remove unnecessary operator

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    3fde850 View commit details
    Browse the repository at this point in the history
  15. Remove multiple returns

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    d05999e View commit details
    Browse the repository at this point in the history
  16. Use ternary operator instead

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    40d0e6b View commit details
    Browse the repository at this point in the history
  17. Remove duplicated code

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    77f1c44 View commit details
    Browse the repository at this point in the history
  18. Move docstrings to their native places

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    693e4d4 View commit details
    Browse the repository at this point in the history
  19. Add real exception message

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    8bb5438 View commit details
    Browse the repository at this point in the history
  20. Add logging to the ip_interface

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    f5644bf View commit details
    Browse the repository at this point in the history
  21. Add scope on str

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    66ec29c View commit details
    Browse the repository at this point in the history
  22. Lintfix: mute not called constructors

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    379ead4 View commit details
    Browse the repository at this point in the history
  23. Add extra detection for hexadecimal packed bytes on Python2.

    This cannot be detected with type comparison, because bytes == str
    and at the same time bytes != str if compatibility is not around
    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    cefb16b View commit details
    Browse the repository at this point in the history
  24. Fix py2 case where the same class cannot initialise itself on Python2…

    … via super.
    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    7f2208b View commit details
    Browse the repository at this point in the history
  25. Simplify checking clause

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    12038ea View commit details
    Browse the repository at this point in the history
  26. Do not use introspection for method swap

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    54233ca View commit details
    Browse the repository at this point in the history
  27. Fix wrong type swap

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    1c02a31 View commit details
    Browse the repository at this point in the history
  28. Add Py3.4 old implementation's fix

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    f52ea0b View commit details
    Browse the repository at this point in the history
  29. Lintfix

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    5932a0d View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    0a86112 View commit details
    Browse the repository at this point in the history
  31. Revert method remapping with pylint updates

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    c314e1c View commit details
    Browse the repository at this point in the history
  32. Remove unnecessary manipulation with IPv6 scope outside of the IPv6Ad…

    …dress object instance
    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    3ce265e View commit details
    Browse the repository at this point in the history
  33. Lintfix: W0611

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    615b09a View commit details
    Browse the repository at this point in the history
  34. Add additional check

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    facb34a View commit details
    Browse the repository at this point in the history
  35. Add IPv6 scoped test

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    bb37ba0 View commit details
    Browse the repository at this point in the history
  36. Reverse skipping tests: if no ipaddress

    Bo Maryniuk committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    c14f26f View commit details
    Browse the repository at this point in the history