summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - 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
|\ | | | | | | | | Conflicts: netaddr/tests/3.x/ip/sets.txt
| * 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
| | | | | | | | add() uses a different code path than __init__().
| * 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 docs
| | * 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
|\ | | | | Add __slots__ definition to IPListMixin.
| * Add __slots__ definition to IPListMixin.Shaun Crampton2015-05-182-1/+14
| | | | | | | | Removes __dict__ from IPNetwork, which also defines __slots__.
* | Merge pull request #86 from krmaxwell/ipv4-rfc-rangesDavid Moss2015-05-191-0/+4
|\ \ | |/ |/| IPV4 reserved & private ranges
| * Move some from IPV4_PRIVATE to IPV4_RESERVEDKyle Maxwell2015-02-241-4/+3
| |
| * Add range from RFC 5737Kyle Maxwell2015-02-241-0/+2
| |
| * Add range from RFC 2544Kyle Maxwell2015-02-241-0/+1
| |
| * Add range from RFC 6890Kyle Maxwell2015-02-241-0/+1
| |
| * Add range from RFC 6598Kyle Maxwell2015-02-241-0/+1
| |
* | - finishing touches in tagging for release processDavid Moss2015-03-311-2/+5
| |
* | - finalised release documentationnetaddr-0.7.14David Moss2015-03-311-6/+9
| |
* | - fixed some old linksDavid Moss2015-03-311-2/+3
| |
* | - updated IANA and IEEE database cachesDavid Moss2015-03-315-23826/+26385
| |
* | - updated version numbers for release 0.7.14David Moss2015-03-316-6/+45
| |
* | Ensure EUI64 is 16 characters long when not using separatorsStefan Nordhausen2015-03-301-1/+4
| |
* | Fix indentationStefan Nordhausen2015-03-301-3/+3
| |
* | Fix typoStefan Nordhausen2015-03-301-1/+1
| |