-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Bugfix/rework: IPv6 scope errors (bp) #49815
Commits on Sep 28, 2018
-
Bo Maryniuk committed
Sep 28, 2018 Configuration menu - View commit details
-
Copy full SHA for b4f1a72 - Browse repository at this point
Copy the full SHA b4f1a72View commit details -
Bo Maryniuk committed
Sep 28, 2018 Configuration menu - View commit details
-
Copy full SHA for 0498e94 - Browse repository at this point
Copy the full SHA 0498e94View commit details -
Bo Maryniuk committed
Sep 28, 2018 Configuration menu - View commit details
-
Copy full SHA for 561c99e - Browse repository at this point
Copy the full SHA 561c99eView commit details -
Bo Maryniuk committed
Sep 28, 2018 Configuration menu - View commit details
-
Copy full SHA for bbeec4d - Browse repository at this point
Copy the full SHA bbeec4dView commit details -
Bo Maryniuk committed
Sep 28, 2018 Configuration menu - View commit details
-
Copy full SHA for 5e970ea - Browse repository at this point
Copy the full SHA 5e970eaView commit details -
Override standard IPv6Address class
Bo Maryniuk committedSep 28, 2018 Configuration menu - View commit details
-
Copy full SHA for 1ae94f1 - Browse repository at this point
Copy the full SHA 1ae94f1View commit details -
Bo Maryniuk committed
Sep 28, 2018 Configuration menu - View commit details
-
Copy full SHA for 49b32b7 - Browse repository at this point
Copy the full SHA 49b32b7View commit details -
Bo Maryniuk committed
Sep 28, 2018 Configuration menu - View commit details
-
Copy full SHA for eeab9f2 - Browse repository at this point
Copy the full SHA eeab9f2View commit details -
Bo Maryniuk committed
Sep 28, 2018 Configuration menu - View commit details
-
Copy full SHA for cab5f62 - Browse repository at this point
Copy the full SHA cab5f62View commit details -
Add debugging to the ip_address method (py2 and py3)
Bo Maryniuk committedSep 28, 2018 Configuration menu - View commit details
-
Copy full SHA for b40e1e1 - Browse repository at this point
Copy the full SHA b40e1e1View commit details -
Remove multiple returns and add check for address syntax
Bo Maryniuk committedSep 28, 2018 Configuration menu - View commit details
-
Copy full SHA for 7a6ea3b - Browse repository at this point
Copy the full SHA 7a6ea3bView commit details -
Remove unnecessary variable for import detection
Bo Maryniuk committedSep 28, 2018 Configuration menu - View commit details
-
Copy full SHA for 8e62633 - Browse repository at this point
Copy the full SHA 8e62633View commit details -
Bo Maryniuk committed
Sep 28, 2018 Configuration menu - View commit details
-
Copy full SHA for deb0b4e - Browse repository at this point
Copy the full SHA deb0b4eView commit details -
Bo Maryniuk committed
Sep 28, 2018 Configuration menu - View commit details
-
Copy full SHA for 3fde850 - Browse repository at this point
Copy the full SHA 3fde850View commit details -
Bo Maryniuk committed
Sep 28, 2018 Configuration menu - View commit details
-
Copy full SHA for d05999e - Browse repository at this point
Copy the full SHA d05999eView commit details -
Bo Maryniuk committed
Sep 28, 2018 Configuration menu - View commit details
-
Copy full SHA for 40d0e6b - Browse repository at this point
Copy the full SHA 40d0e6bView commit details -
Bo Maryniuk committed
Sep 28, 2018 Configuration menu - View commit details
-
Copy full SHA for 77f1c44 - Browse repository at this point
Copy the full SHA 77f1c44View commit details -
Move docstrings to their native places
Bo Maryniuk committedSep 28, 2018 Configuration menu - View commit details
-
Copy full SHA for 693e4d4 - Browse repository at this point
Copy the full SHA 693e4d4View commit details -
Bo Maryniuk committed
Sep 28, 2018 Configuration menu - View commit details
-
Copy full SHA for 8bb5438 - Browse repository at this point
Copy the full SHA 8bb5438View commit details -
Add logging to the ip_interface
Bo Maryniuk committedSep 28, 2018 Configuration menu - View commit details
-
Copy full SHA for f5644bf - Browse repository at this point
Copy the full SHA f5644bfView commit details -
Bo Maryniuk committed
Sep 28, 2018 Configuration menu - View commit details
-
Copy full SHA for 66ec29c - Browse repository at this point
Copy the full SHA 66ec29cView commit details -
Lintfix: mute not called constructors
Bo Maryniuk committedSep 28, 2018 Configuration menu - View commit details
-
Copy full SHA for 379ead4 - Browse repository at this point
Copy the full SHA 379ead4View commit details -
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 committedSep 28, 2018 Configuration menu - View commit details
-
Copy full SHA for cefb16b - Browse repository at this point
Copy the full SHA cefb16bView commit details -
Fix py2 case where the same class cannot initialise itself on Python2…
… via super.
Bo Maryniuk committedSep 28, 2018 Configuration menu - View commit details
-
Copy full SHA for 7f2208b - Browse repository at this point
Copy the full SHA 7f2208bView commit details -
Bo Maryniuk committed
Sep 28, 2018 Configuration menu - View commit details
-
Copy full SHA for 12038ea - Browse repository at this point
Copy the full SHA 12038eaView commit details -
Do not use introspection for method swap
Bo Maryniuk committedSep 28, 2018 Configuration menu - View commit details
-
Copy full SHA for 54233ca - Browse repository at this point
Copy the full SHA 54233caView commit details -
Bo Maryniuk committed
Sep 28, 2018 Configuration menu - View commit details
-
Copy full SHA for 1c02a31 - Browse repository at this point
Copy the full SHA 1c02a31View commit details -
Add Py3.4 old implementation's fix
Bo Maryniuk committedSep 28, 2018 Configuration menu - View commit details
-
Copy full SHA for f52ea0b - Browse repository at this point
Copy the full SHA f52ea0bView commit details -
Bo Maryniuk committed
Sep 28, 2018 Configuration menu - View commit details
-
Copy full SHA for 5932a0d - Browse repository at this point
Copy the full SHA 5932a0dView commit details -
Lintfix refactor: remove duplicate returns as not needed
Bo Maryniuk committedSep 28, 2018 Configuration menu - View commit details
-
Copy full SHA for 0a86112 - Browse repository at this point
Copy the full SHA 0a86112View commit details -
Revert method remapping with pylint updates
Bo Maryniuk committedSep 28, 2018 Configuration menu - View commit details
-
Copy full SHA for c314e1c - Browse repository at this point
Copy the full SHA c314e1cView commit details -
Remove unnecessary manipulation with IPv6 scope outside of the IPv6Ad…
…dress object instance
Bo Maryniuk committedSep 28, 2018 Configuration menu - View commit details
-
Copy full SHA for 3ce265e - Browse repository at this point
Copy the full SHA 3ce265eView commit details -
Bo Maryniuk committed
Sep 28, 2018 Configuration menu - View commit details
-
Copy full SHA for 615b09a - Browse repository at this point
Copy the full SHA 615b09aView commit details -
Bo Maryniuk committed
Sep 28, 2018 Configuration menu - View commit details
-
Copy full SHA for facb34a - Browse repository at this point
Copy the full SHA facb34aView commit details -
Bo Maryniuk committed
Sep 28, 2018 Configuration menu - View commit details
-
Copy full SHA for bb37ba0 - Browse repository at this point
Copy the full SHA bb37ba0View commit details -
Reverse skipping tests: if no ipaddress
Bo Maryniuk committedSep 28, 2018 Configuration menu - View commit details
-
Copy full SHA for c14f26f - Browse repository at this point
Copy the full SHA c14f26fView commit details