Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - updated authors detailsnetaddr_pytest | David Moss | 2015-06-22 | 2 | -6/+4 |
| | |||||
* | - completed test suite port to py.test | David Moss | 2015-06-22 | 4 | -19/+8 |
| | |||||
* | - fixed path problem in doctest runner | David Moss | 2015-06-22 | 1 | -1/+1 |
| | |||||
* | - added make test for running test suite and doc tests | David Moss | 2015-06-22 | 1 | -0/+6 |
| | |||||
* | - added support for running the test suite to setup.py | David Moss | 2015-06-21 | 4 | -29/+2917 |
| | |||||
* | - moved tutorials and removed old tests | David Moss | 2015-06-21 | 36 | -3810/+4 |
| | |||||
* | - merged latest changes from 0.7.x branch | David Moss | 2015-06-21 | 2 | -695/+17 |
| | |||||
* | Merge remote-tracking branch 'origin/rel-0.7.x' into netaddr_pytest | David Moss | 2015-06-21 | 5 | -3/+719 |
|\ | | | | | | | | | Conflicts: netaddr/tests/3.x/ip/sets.txt | ||||
| * | Add reference to Issue 95 | Stefan Nordhausen | 2015-06-19 | 1 | -0/+4 |
| | | |||||
| * | Issue 95: Normalize IPNetworks when adding them to IPSet | Stefan Nordhausen | 2015-06-19 | 1 | -3/+5 |
| | | |||||
| * | Issue 95 Also test normalization for explicit add() | Stefan Nordhausen | 2015-06-19 | 2 | -5/+8 |
| | | | | | | | | add() uses a different code path than __init__(). | ||||
| * | Issue 95: Check that IPNetworks get normalized when added to IPSet | Stefan Nordhausen | 2015-06-19 | 2 | -0/+25 |
| | | |||||
| * | Unit tests pass on 3.5 beta2 | Stefan Nordhausen | 2015-06-18 | 1 | -0/+1 |
| | | |||||
* | | - removed old (redundant) 3.x test directory | David Moss | 2015-06-21 | 30 | -5526/+0 |
| | | |||||
* | | - added remaining 3.x test differences to py.test suite | David Moss | 2015-06-21 | 1 | -2/+24 |
| | | |||||
* | | - added requirements file with minimum py.test version | David Moss | 2015-06-21 | 1 | -0/+1 |
| | | |||||
* | | - completed conversion of all netaddr 2.x tests | David Moss | 2015-06-21 | 14 | -37/+445 |
| | | |||||
* | | - renamed test file | David Moss | 2015-06-19 | 1 | -0/+0 |
| | | |||||
* | | - ported EUI tests | David Moss | 2015-06-19 | 3 | -0/+317 |
| | | |||||
* | | - moved IP tests into category specific directory | David Moss | 2015-06-17 | 18 | -0/+0 |
| | | |||||
* | | - fixed list entries in test | David Moss | 2015-06-17 | 1 | -15/+15 |
| | | |||||
* | | - all IP related tests converted | David Moss | 2015-06-17 | 4 | -0/+64 |
| | | |||||
* | | - coverted IPSet, RFC 1924 and OSX platform tests | David Moss | 2015-06-12 | 3 | -4/+684 |
| | | |||||
* | | Merge branch 'rel-0.7.x' into netaddr_pytest | David Moss | 2015-06-10 | 3 | -5/+24 |
|\ \ | |/ | |||||
| * | Issue 94: Make IPSet.__contains__ faster | Stefan Nordhausen | 2015-06-09 | 2 | -4/+23 |
| | | |||||
| * | Merge pull request #93 from alexwlchan/rel-0.7.x | Stefan Nordhausen | 2015-05-28 | 1 | -1/+1 |
| |\ | | | | | | | Fix typo in docs | ||||
| | * | Fix typo in docs | Alex Chan | 2015-05-28 | 1 | -1/+1 |
| |/ | |||||
* | | - ported more tests | David Moss | 2015-06-04 | 4 | -0/+164 |
| | | |||||
* | | - processed matches.txt | David Moss | 2015-06-04 | 2 | -7/+65 |
| | | |||||
* | | - added tests up to and including iprange.txt | David Moss | 2015-06-03 | 7 | -3/+768 |
| | | |||||
* | | - ported netaddr IP tutorial to pytest test cases | David Moss | 2015-05-20 | 11 | -0/+799 |
|/ | |||||
* | - fixed a warning with newer versions of IPython | David Moss | 2015-05-19 | 1 | -1/+1 |
| | |||||
* | - removed all those ugly line continuations | David Moss | 2015-05-19 | 13 | -165/+172 |
| | |||||
* | - added equivalent test for Python 3.x | David Moss | 2015-05-19 | 1 | -0/+13 |
| | |||||
* | Merge pull request #92 from fasaxc/add-slots-to-ipnetwork | David Moss | 2015-05-19 | 2 | -1/+14 |
|\ | | | | | Add __slots__ definition to IPListMixin. | ||||
| * | Add __slots__ definition to IPListMixin. | Shaun Crampton | 2015-05-18 | 2 | -1/+14 |
| | | | | | | | | Removes __dict__ from IPNetwork, which also defines __slots__. | ||||
* | | Merge pull request #86 from krmaxwell/ipv4-rfc-ranges | David Moss | 2015-05-19 | 1 | -0/+4 |
|\ \ | |/ |/| | IPV4 reserved & private ranges | ||||
| * | Move some from IPV4_PRIVATE to IPV4_RESERVED | Kyle Maxwell | 2015-02-24 | 1 | -4/+3 |
| | | |||||
| * | Add range from RFC 5737 | Kyle Maxwell | 2015-02-24 | 1 | -0/+2 |
| | | |||||
| * | Add range from RFC 2544 | Kyle Maxwell | 2015-02-24 | 1 | -0/+1 |
| | | |||||
| * | Add range from RFC 6890 | Kyle Maxwell | 2015-02-24 | 1 | -0/+1 |
| | | |||||
| * | Add range from RFC 6598 | Kyle Maxwell | 2015-02-24 | 1 | -0/+1 |
| | | |||||
* | | - finishing touches in tagging for release process | David Moss | 2015-03-31 | 1 | -2/+5 |
| | | |||||
* | | - finalised release documentationnetaddr-0.7.14 | David Moss | 2015-03-31 | 1 | -6/+9 |
| | | |||||
* | | - fixed some old links | David Moss | 2015-03-31 | 1 | -2/+3 |
| | | |||||
* | | - updated IANA and IEEE database caches | David Moss | 2015-03-31 | 5 | -23826/+26385 |
| | | |||||
* | | - updated version numbers for release 0.7.14 | David Moss | 2015-03-31 | 6 | -6/+45 |
| | | |||||
* | | Ensure EUI64 is 16 characters long when not using separators | Stefan Nordhausen | 2015-03-30 | 1 | -1/+4 |
| | | |||||
* | | Fix indentation | Stefan Nordhausen | 2015-03-30 | 1 | -3/+3 |
| | | |||||
* | | Fix typo | Stefan Nordhausen | 2015-03-30 | 1 | -1/+1 |
| | |