summaryrefslogtreecommitdiff
path: root/ipaddr_test.py
Commit message (Expand)AuthorAgeFilesLines
* Move trunk/ to root.Michael Shields2015-08-171-11/+127
* fixPeter Moody2011-11-291-3/+3
* fix for i84Peter Moody2011-11-241-0/+5
* patch from pmarksPeter Moody2011-11-241-23/+24
* patch from pmarks for i87Peter Moody2011-08-221-33/+73
* 2001:0::3:4:5:6:7:8 should be considered validPeter Moody2011-07-221-1/+1
* + fix warnings for python3.2Peter Moody2011-02-201-98/+98
* + add teredo test for i77Peter Moody2011-02-201-0/+7
* + bug in _is_shorthand_ip not correctly identifying shortened ips.Peter Moody2011-02-171-0/+4
* Fix issue 78.Michael Shields2011-02-081-4/+6
* + fix broken network/address comparisons.Peter Moody2011-02-081-3/+10
* + turn teredo and sixtofour into properties.Peter Moody2011-01-131-4/+4
* + add 6to4 to the ipv6 tunnel decoding.Peter Moody2011-01-121-0/+10
* + fix for i71Peter Moody2011-01-121-0/+8
* + add unittest for fix for i70.Peter Moody2010-11-161-0/+4
* Additional unittests for Network compare/sort.Daniel Harrison2010-10-061-0/+15
* IPv6 with embedded IPv4 address not recognizedDaniel Harrison2010-10-061-0/+9
* r176 added constants without adding corresponding testcasesDaniel Harrison2010-10-041-0/+4
* Commentary typo fixDaniel Harrison2010-10-041-1/+1
* + ipaddr_test referred to old ipaddr.IP function.Peter Moody2010-09-191-3/+3
* + containment test should always return false on mixed-type tests.Peter Moody2010-08-231-0/+3
* Remove trailing whitespace.Michael Shields2010-08-161-1/+1
* Fix for issue 66, contributed by Lorenzo Colitti of Google.Michael Shields2010-08-161-0/+4
* + fix for issue61.Peter Moody2010-06-091-2/+4
* + fix ipv6 subnet representation. (thanks to email from jaredPeter Moody2010-05-301-3/+5
* + add masked() to _BaseNet to automatically mask outPeter Moody2010-05-101-0/+9
* + ensure network and address objects aren't equal.Peter Moody2010-04-291-5/+9
* + one more address_exclude cleanup, to make sure network/address exclusionsPeter Moody2010-04-291-0/+2
* + fix issue where address exclude would puke if you tried to excludePeter Moody2010-04-291-0/+1
* + issue 57, allow for integer addition with IPv4 and IPv6 Address objects.Peter Moody2010-04-041-0/+11
* + suggestions from mshields.Peter Moody2010-02-121-9/+9
* + make networks and addresses not sortable by default.Peter Moody2010-02-121-1/+22
* + fixing inconsisten behaviour WRT rich comparisons between ipv4 and ipv6Peter Moody2010-02-061-5/+24
* + add IPv4Network().is_unspecified. issue52.Peter Moody2010-02-051-0/+2
* + fix for issue48; some problems with decoding mapped addresses.Peter Moody2010-02-041-0/+2
* + fix for issue51; an errant reference to a non-existant variable.Peter Moody2010-02-021-0/+2
* + clean up the exceptions raised by ipaddr.Peter Moody2009-11-291-41/+36
* + first stab at issue 39. the _valid_mask_octets aren't needed forPeter Moody2009-11-181-1/+2
* + provide an iterator for looping through subnets. most usefulPeter Moody2009-11-021-0/+3
* + unecessary sanitization check in IPv6Network.Peter Moody2009-10-301-0/+10
* + require that address or network objects be passed into __contains__ andPeter Moody2009-10-301-5/+1
* + don't need the python2.6Peter Moody2009-10-091-1/+1
* + the comparison tests when hashing don't make sense since __hash__ valuesPeter Moody2009-10-091-1/+1
* + _BaseNet comparisons now ignore the ._ip attribute when doingPeter Moody2009-10-091-18/+2
* + fix up overlaps to be compliant with how IPy handles itPeter Moody2009-10-081-1/+4
* + make IPv4's _ip_int_from_string more robust.Peter Moody2009-10-081-0/+4
* + fix for issue where v6 networks weren't being explodedPeter Moody2009-09-291-0/+2
* + add strict option to IPv?Network classes and the IPNetwork function.Peter Moody2009-09-261-0/+11
* + merge 2.0.x into trunkPeter Moody2009-09-191-268/+537
* Fix for issue 19.Michael Shields2009-06-011-0/+15