summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed Issue 46 - len(IPSet()) fails on Python 3baserock/morphDavid Moss2013-03-223-1/+6
* - updated copyright noticeDavid Moss2013-03-2085-85/+85
* - added extra tests to IPSet contiguous methodDavid Moss2013-03-203-33/+60
* Merge pull request #45 from Psykar/rel-0.7.xDavid Moss2013-03-203-0/+74
|\
| * Add iscontiguous() and getRange() to IPSetLouis des Landes2013-03-193-0/+74
|/
* Merge pull request #42 from snordhausen/masterDavid Moss2013-02-082-59/+84
|\
| * Faster sort_key() method for IPNetwork, IPRangeStefan Nordhausen2013-02-061-3/+4
| * Better performance for various set operationsStefan Nordhausen2013-02-061-38/+26
| * More performance and features for "in" operatorStefan Nordhausen2013-02-061-18/+54
* | Merge branch 'snordhausen-master' into rel-0.7.xDavid Moss2013-02-042-6/+105
|\ \
| * | - fixing merge conflictDavid Moss2013-02-042-4/+0
| * | Merge branch 'master' of https://github.com/snordhausen/netaddr into snordhau...David Moss2013-02-044-80/+199
| |\ \ | | |/
| | * Improve performance of IPSet.remove()Stefan Nordhausen2013-01-311-1/+2
| | * Improve performance of IPNetwork.sort_key()Stefan Nordhausen2013-01-311-1/+1
| | * Improve performance of IPNetwork.__contains__Stefan Nordhausen2013-01-311-0/+21
| | * Remove redundant self.compact() in IPSet.union()Stefan Nordhausen2013-01-311-1/+0
| | * Use faster compaction algorithm in IPSet.add()Stefan Nordhausen2013-01-311-2/+77
| | * Handle IPNetwork/IPRange efficiently in IPSet.update()Stefan Nordhausen2013-01-311-1/+4
| | * Various performance improvementsStefan Nordhausen2013-01-301-72/+88
| | * Undefined dict order caused random test failure.Stefan Nordhausen2013-01-292-6/+6
* | | - merged performance updates from S. NordhausenDavid Moss2013-01-313-74/+90
|/ /
* | - Fixed Issue 38: re-added IPAddress.netmask_bitsDavid Moss2013-01-293-0/+62
* | - fixed test relying on dictionary layoutDavid Moss2013-01-292-10/+4
* | Merge pull request #39 from snordhausen/masterDavid Moss2013-01-298-27863/+33011
|\ \ | |/
| * Fix broken testcaseStefan Nordhausen2013-01-291-0/+1
| * Instead of calling list(reversed(supernets)), construct the list in theStefan Nordhausen2013-01-291-7/+6
| * More tests for the "in" operator of IPSetStefan Nordhausen2013-01-292-0/+50
| * IPSet.__contains__ now runs in O(1) instead of O(n).Stefan Nordhausen2013-01-291-3/+9
| * - IPSets are now efficiently constructed from IPNetwork/IPRange/IPSetStefan Nordhausen2013-01-293-19/+67
| * iab.idx, oui.idx:Stefan Nordhausen2013-01-282-136332/+21632
| * iab.txt, oui.txt:Stefan Nordhausen2013-01-284-27858/+147602
| * /ip/__init__.py:Stefan Nordhausen2013-01-282-3/+3
|/
* - minor tweak to test readthedocs web hookDavid Moss2012-09-071-1/+1
* - release of netaddr 0.7.10release-0.7.10David Moss2012-09-076-11/+57
* - grabbed latest external resource filesDavid Moss2012-09-065-11873/+12199
* - upgraded nmap support to cover full Target specDavid Moss2012-09-063-74/+92
* - fixed a documentation issueDavid Moss2012-09-061-1/+1
* - fixed issue of unnecessary open file handlesDavid Moss2012-09-061-9/+17
* - ignore build directoriesDavid Moss2012-09-061-0/+3
* - fixed a bug under Python 3.1David Moss2012-08-301-2/+2
* - enabled netaddr shell support under Python 3.xDavid Moss2012-08-291-4/+0
* - fixed failing test under Python 3.x and re-enabled 2.x testDavid Moss2012-08-292-9/+3
* - cleaned up IPython dependency warningDavid Moss2012-08-291-1/+1
* - made distribute setup Python 3.x compatibleDavid Moss2012-08-291-1/+2
* - re-release to remove Sphinx from build metadataDavid Moss2012-08-296-6/+16
* - releasing 0.7.8David Moss2012-08-296-9/+44
* - added cleaner for docs buildDavid Moss2012-08-291-0/+1
* - updated to latest fileDavid Moss2012-08-291-2/+12
* - fixed pickling on EUI, OUI and IAB classesDavid Moss2012-08-293-0/+460
* - refactored IEEE data download and updated filesDavid Moss2012-08-298-4399/+4151