forked from bd808/python-iptools
-
Notifications
You must be signed in to change notification settings - Fork 0
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: fatkun/python-iptools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: bd808/python-iptools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 16 commits
- 10 files changed
- 6 contributors
Commits on Mar 4, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 80a356f - Browse repository at this point
Copy the full SHA 80a356fView commit details -
* Ignore E402 (not happy about my py2/3 compat layer) * Fix comments
Configuration menu - View commit details
-
Copy full SHA for f86734a - Browse repository at this point
Copy the full SHA f86734aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f047b4e - Browse repository at this point
Copy the full SHA f047b4eView commit details
Commits on Aug 21, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 33954e7 - Browse repository at this point
Copy the full SHA 33954e7View commit details -
validate_netmask: ensure 32 bit expansion
Ensure that the bit string representation of a netmask is the full 32 bits before validating the left most bits are 1s. See bd808#18
Configuration menu - View commit details
-
Copy full SHA for 285fe5c - Browse repository at this point
Copy the full SHA 285fe5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 51b9e84 - Browse repository at this point
Copy the full SHA 51b9e84View commit details -
* Update the Travis CI testing configuration to use tox. * Drop testing of Python 2.6, 3.2, 3.3 * Add Python 3.4, 3.5, pypy3
Configuration menu - View commit details
-
Copy full SHA for 041628d - Browse repository at this point
Copy the full SHA 041628dView commit details -
Merge pull request bd808#19 from bd808/validate_netmask
Ensure that the bit string representation of a netmask is the full 32 bits before validating the left most bits are 1s.
Configuration menu - View commit details
-
Copy full SHA for 3b5f802 - Browse repository at this point
Copy the full SHA 3b5f802View commit details -
Cast input to IpRangeList (bd808#15)
Reduce the overhead of testing for membership in a long IpRangeList by ensuring that the provided input has been cast to an integer before checking each contained range. Closes bd808#14
Configuration menu - View commit details
-
Copy full SHA for d698b00 - Browse repository at this point
Copy the full SHA d698b00View commit details -
Implement RFC 1924 IPv6 encoding/decoding
Just for fun really. RFC 1924 encodings are not allowed by most existing methods. New long2rfc1924 and rfc19242long allow encoding/decoding to the 20 character ASCII encoding specified in RFC 1924. Closes bd808#9
Configuration menu - View commit details
-
Copy full SHA for fcdc8f1 - Browse repository at this point
Copy the full SHA fcdc8f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96df2e8 - Browse repository at this point
Copy the full SHA 96df2e8View commit details
Commits on Dec 12, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 8d8c140 - Browse repository at this point
Copy the full SHA 8d8c140View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a0ebd9 - Browse repository at this point
Copy the full SHA 5a0ebd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b439824 - Browse repository at this point
Copy the full SHA b439824View commit details
Commits on Jan 7, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5d3fae0 - Browse repository at this point
Copy the full SHA 5d3fae0View commit details
Commits on Jan 22, 2020
-
Travis CI: Python 2.7, 3.5, 3.6, 3.7, 3.8 (bd808#24)
* Travis CI: Python 2.7, 3.5, 3.6, 3.7, 3.8 * tox.ini: Drop py34 and Add py38 * Setup.py: Drop Py34 and Add Py38 * README.md: Python 2.7, 3.5, 3.6, 3.7, 3.8, pypy, and pypy3 Implementation by @cclauss
Configuration menu - View commit details
-
Copy full SHA for e1cf5b1 - Browse repository at this point
Copy the full SHA e1cf5b1View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master