Skip to content
Permalink

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
Choose a base ref
...
head repository: bd808/python-iptools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 10 files changed
  • 6 contributors

Commits on Mar 4, 2016

  1. Add wheels support

    Closes bd808#17
    bd808 committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    80a356f View commit details
    Browse the repository at this point in the history
  2. Fix flake8 warnings

    * Ignore E402 (not happy about my py2/3 compat layer)
    * Fix comments
    bd808 committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    f86734a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f047b4e View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2016

  1. travis: remove --use-mirrors

    bd808 committed Aug 21, 2016
    Configuration menu
    Copy the full SHA
    33954e7 View commit details
    Browse the repository at this point in the history
  2. 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
    bd808 committed Aug 21, 2016
    Configuration menu
    Copy the full SHA
    285fe5c View commit details
    Browse the repository at this point in the history
  3. Move imports before exports

    bd808 committed Aug 21, 2016
    Configuration menu
    Copy the full SHA
    51b9e84 View commit details
    Browse the repository at this point in the history
  4. Travis: use tox for testing

    * 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
    bd808 committed Aug 21, 2016
    Configuration menu
    Copy the full SHA
    041628d View commit details
    Browse the repository at this point in the history
  5. 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.
    bd808 authored Aug 21, 2016
    Configuration menu
    Copy the full SHA
    3b5f802 View commit details
    Browse the repository at this point in the history
  6. 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
    bd808 authored Aug 21, 2016
    Configuration menu
    Copy the full SHA
    d698b00 View commit details
    Browse the repository at this point in the history
  7. 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
    bd808 committed Aug 21, 2016
    Configuration menu
    Copy the full SHA
    fcdc8f1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    96df2e8 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2018

  1. Travis CI: Add Python 3.6 and 3.7 to the testing

    cclauss authored and bd808 committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    8d8c140 View commit details
    Browse the repository at this point in the history
  2. Placate flake8

    cclauss authored and bd808 committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    5a0ebd9 View commit details
    Browse the repository at this point in the history
  3. tox.ini: Add py36, py37

    cclauss authored and bd808 committed Dec 12, 2018
    Configuration menu
    Copy the full SHA
    b439824 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2019

  1. Prep for 0.7.0 release

    bd808 committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    5d3fae0 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2020

  1. 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
    cclauss authored and bd808 committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    e1cf5b1 View commit details
    Browse the repository at this point in the history
Loading