summaryrefslogtreecommitdiff
path: root/ipaddr.py
Commit message (Expand)AuthorAgeFilesLines
* Fix compatibility with Python 3vkh782016-01-051-1/+6
* Merge branch 'patch-1' of https://github.com/alexf101/ipaddr-py into alexf101...Michael Shields2015-08-171-4/+7
* Move trunk/ to root.Michael Shields2015-08-171-186/+209
* fixPeter Moody2011-11-291-8/+8
* fix for i84Peter Moody2011-11-241-0/+4
* patch from pmarksPeter Moody2011-11-241-57/+43
* patch from pmarks for i87Peter Moody2011-08-221-189/+133
* 2001:0::3:4:5:6:7:8 should be considered validPeter Moody2011-07-221-0/+4
* issue 83, doc issuePeter Moody2011-05-171-6/+6
* + bug in _is_shorthand_ip not correctly identifying shortened ips.Peter Moody2011-02-171-5/+11
* + typo.Peter Moody2011-02-131-1/+1
* Fix issue 79.Michael Shields2011-02-081-1/+2
* Fix issue 78.Michael Shields2011-02-081-6/+4
* + fix broken network/address comparisons.Peter Moody2011-02-081-3/+6
* + fix for i74, python3x and byte addresses.Peter Moody2011-01-211-14/+14
* + turn teredo and sixtofour into properties.Peter Moody2011-01-131-4/+6
* + add 6to4 to the ipv6 tunnel decoding.Peter Moody2011-01-121-3/+18
* + small speedup, remove the redundant call to explode_short_ip_stringPeter Moody2011-01-121-4/+3
* + fix for i71Peter Moody2011-01-121-1/+15
* fix for i73Peter Moody2011-01-071-3/+32
* + force hashing of longs to ensure consistency.Peter Moody2010-11-161-1/+1
* IPv6 with embedded IPv4 address not recognizedDaniel Harrison2010-10-061-2/+3
* Commentary typo fixDaniel Harrison2010-10-041-1/+1
* + containment test should always return false on mixed-type tests.Peter Moody2010-08-231-0/+3
* Remove trailing whitespace.Michael Shields2010-08-161-2/+2
* Fix for issue 66, contributed by Lorenzo Colitti of Google.Michael Shields2010-08-161-0/+3
* Remove 'magic numbers' from code that involve address length.Daniel Harrison2010-07-121-12/+15
* + fix for issue61.Peter Moody2010-06-091-2/+2
* + fix ipv6 subnet representation. (thanks to email from jaredPeter Moody2010-05-301-0/+4
* + add masked() to _BaseNet to automatically mask outPeter Moody2010-05-101-0/+5
* + doc-fix.Peter Moody2010-05-101-1/+1
* + ensure network and address objects aren't equal.Peter Moody2010-04-291-4/+5
* + one more address_exclude cleanup, to make sure network/address exclusionsPeter Moody2010-04-291-3/+6
* + fix issue where address exclude would puke if you tried to excludePeter Moody2010-04-291-0/+3
* + issue 57, allow for integer addition with IPv4 and IPv6 Address objects.Peter Moody2010-04-041-0/+12
* + kill the few more remaining instances of the old exception names,Peter Moody2010-02-221-2/+2
* + bug with list comprehension in _is_valid_netmaskPeter Moody2010-02-211-1/+1
* + make networks and addresses not sortable by default.Peter Moody2010-02-121-8/+46
* + cleanup of the excetion text; making the invalid version TypeError'sPeter Moody2010-02-061-18/+13
* + fixing inconsisten behaviour WRT rich comparisons between ipv4 and ipv6Peter Moody2010-02-061-24/+22
* + add IPv4Network().is_unspecified. issue52.Peter Moody2010-02-051-0/+11
* + fix for issue48; some problems with decoding mapped addresses.Peter Moody2010-02-041-1/+1
* + s/adddress/address/g typo.Peter Moody2010-02-021-2/+2
* + fix docstring (issue55).Peter Moody2010-02-021-1/+1
* + fix for issue51; an errant reference to a non-existant variable.Peter Moody2010-02-021-1/+1
* + finally getting around to documentation suggestions from issue38Peter Moody2009-12-171-8/+14
* + change RunTimeError to a simple assertion based on suggestionPeter Moody2009-12-101-9/+6
* + comments from matt smart:Peter Moody2009-11-291-14/+15
* + clean up the exceptions raised by ipaddr.Peter Moody2009-11-291-144/+70
* + first stab at issue 39. the _valid_mask_octets aren't needed forPeter Moody2009-11-181-9/+22