summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Modified IPNetwork.broadcast and IPNetwork.iter_hosts to proper reflect /31 a...Brian Christopher Raaen2015-07-021-1/+8
| * Merge pull request #1 from drkjam/rel-0.7.xBrian Raaen2015-07-02143-33840/+44252
| |\ | |/ |/|
* | Merge pull request #103 from jeckersb/fix-popitem-test-failureDavid Moss2015-06-301-1/+1
|\ \
| * | Fix bad pop() assumption in testJohn Eckersberg2015-06-301-1/+1
|/ /
* | - refreshed bundled IANA and IEEE databasesnetaddr-0.7.15David Moss2015-06-297-20131/+22613
* | - set release version 0.7.15David Moss2015-06-295-6/+6
* | - updated README ref in Sphinx doc configDavid Moss2015-06-291-1/+1
* | - refreshed READMEDavid Moss2015-06-293-53/+49
* | Update README.mdDavid Moss2015-06-231-5/+5
* | Update README.mdDavid Moss2015-06-231-10/+2
* | Rename README to README.mdDavid Moss2015-06-231-0/+0
* | Switch to markdown formatDavid Moss2015-06-231-1/+5
* | readthedocs.org supports httpsStefan Nordhausen2015-06-231-1/+1
* | Merge pull request #99 from drkjam/netaddr_pytestDavid Moss2015-06-22108-9404/+6241
|\ \
| * | - fixed setup.py test so that it only finds and executes netaddr testsDavid Moss2015-06-221-1/+8
| * | - updated authors detailsnetaddr_pytestDavid Moss2015-06-222-6/+4
| * | - completed test suite port to py.testDavid Moss2015-06-224-19/+8
| * | - fixed path problem in doctest runnerDavid Moss2015-06-221-1/+1
| * | - added make test for running test suite and doc testsDavid Moss2015-06-221-0/+6
| * | - added support for running the test suite to setup.pyDavid Moss2015-06-214-29/+2917
| * | - moved tutorials and removed old testsDavid Moss2015-06-2136-3810/+4
| * | - merged latest changes from 0.7.x branchDavid Moss2015-06-212-695/+17
| * | Merge remote-tracking branch 'origin/rel-0.7.x' into netaddr_pytestDavid Moss2015-06-215-3/+719
| |\ \ | |/ / |/| |
* | | Add reference to Issue 95Stefan Nordhausen2015-06-191-0/+4
* | | Issue 95: Normalize IPNetworks when adding them to IPSetStefan Nordhausen2015-06-191-3/+5
* | | Issue 95 Also test normalization for explicit add()Stefan Nordhausen2015-06-192-5/+8
* | | Issue 95: Check that IPNetworks get normalized when added to IPSetStefan Nordhausen2015-06-192-0/+25
* | | Unit tests pass on 3.5 beta2Stefan Nordhausen2015-06-181-0/+1
| * | - removed old (redundant) 3.x test directoryDavid Moss2015-06-2130-5526/+0
| * | - added remaining 3.x test differences to py.test suiteDavid Moss2015-06-211-2/+24
| * | - added requirements file with minimum py.test versionDavid Moss2015-06-211-0/+1
| * | - completed conversion of all netaddr 2.x testsDavid Moss2015-06-2114-37/+445
| * | - renamed test fileDavid Moss2015-06-191-0/+0
| * | - ported EUI testsDavid Moss2015-06-193-0/+317
| * | - moved IP tests into category specific directoryDavid Moss2015-06-1718-0/+0
| * | - fixed list entries in testDavid Moss2015-06-171-15/+15
| * | - all IP related tests convertedDavid Moss2015-06-174-0/+64
| * | - coverted IPSet, RFC 1924 and OSX platform testsDavid Moss2015-06-123-4/+684
| * | Merge branch 'rel-0.7.x' into netaddr_pytestDavid Moss2015-06-103-5/+24
| |\ \ | |/ / |/| |
* | | Issue 94: Make IPSet.__contains__ fasterStefan Nordhausen2015-06-092-4/+23
* | | Merge pull request #93 from alexwlchan/rel-0.7.xStefan Nordhausen2015-05-281-1/+1
|\ \ \
| * | | Fix typo in docsAlex Chan2015-05-281-1/+1
|/ / /
| * | - ported more testsDavid Moss2015-06-044-0/+164
| * | - processed matches.txtDavid Moss2015-06-042-7/+65
| * | - added tests up to and including iprange.txtDavid Moss2015-06-037-3/+768
| * | - ported netaddr IP tutorial to pytest test casesDavid Moss2015-05-2011-0/+799
|/ /
* | - fixed a warning with newer versions of IPythonDavid Moss2015-05-191-1/+1
* | - removed all those ugly line continuationsDavid Moss2015-05-1913-165/+172
* | - added equivalent test for Python 3.xDavid Moss2015-05-191-0/+13
* | Merge pull request #92 from fasaxc/add-slots-to-ipnetworkDavid Moss2015-05-192-1/+14
|\ \