summaryrefslogtreecommitdiff
path: root/trunk
Commit message (Expand)AuthorAgeFilesLines
* fixpmoody@google.com2011-11-292-11/+11
* fix for i84pmoody@google.com2011-11-242-0/+9
* patch from pmarkspmoody@google.com2011-11-242-80/+67
* fix copyright. whoops. i90pmoody@google.com2011-09-221-1/+1
* patch from pmarks for i87pmoody@google.com2011-08-222-222/+206
* 2001:0::3:4:5:6:7:8 should be considered validpmoody@google.com2011-07-222-1/+5
* issue 83, doc issuepmoody@google.com2011-05-171-6/+6
* + fix warnings for python3.2pmoody@google.com2011-02-201-98/+98
* + add teredo test for i77pmoody@google.com2011-02-201-0/+7
* + bug in _is_shorthand_ip not correctly identifying shortened ips.pmoody@google.com2011-02-172-5/+15
* + typo.pmoody@google.com2011-02-131-1/+1
* Fix issue 79.mshields@google.com2011-02-081-1/+2
* Fix issue 78.mshields@google.com2011-02-082-10/+10
* + fix broken network/address comparisons.pmoody@google.com2011-02-082-6/+16
* + fix for i74, python3x and byte addresses.pmoody@google.com2011-01-211-14/+14
* + turn teredo and sixtofour into properties.pmoody@google.com2011-01-132-8/+10
* + add 6to4 to the ipv6 tunnel decoding.pmoody@google.com2011-01-122-3/+28
* + small speedup, remove the redundant call to explode_short_ip_stringpmoody@google.com2011-01-121-4/+3
* + fix for i71pmoody@google.com2011-01-122-1/+23
* fix for i73pmoody@google.com2011-01-071-3/+32
* + add unittest for fix for i70.pmoody@google.com2010-11-161-0/+4
* + force hashing of longs to ensure consistency.pmoody@google.com2010-11-161-1/+1
* Additional unittests for Network compare/sort.harro@google.com2010-10-061-0/+15
* IPv6 with embedded IPv4 address not recognizedharro@google.com2010-10-062-2/+12
* r176 added constants without adding corresponding testcasesharro@google.com2010-10-041-0/+4
* Commentary typo fixharro@google.com2010-10-042-2/+2
* + ipaddr_test referred to old ipaddr.IP function.pmoody@google.com2010-09-191-3/+3
* + containment test should always return false on mixed-type tests.pmoody@google.com2010-08-232-0/+6
* Remove trailing whitespace.mshields@google.com2010-08-162-3/+3
* Fix for issue 66, contributed by Lorenzo Colitti of Google.mshields@google.com2010-08-162-0/+7
* Remove 'magic numbers' from code that involve address length.harro@google.com2010-07-121-12/+15
* + really include RELEASENOTES in the release.pmoody@google.com2010-06-141-0/+1
* + fix for issue61.pmoody@google.com2010-06-092-4/+6
* + fix ipv6 subnet representation. (thanks to email from jaredpmoody@google.com2010-05-302-3/+9
* + add masked() to _BaseNet to automatically mask outpmoody@google.com2010-05-102-0/+14
* + doc-fix.pmoody@google.com2010-05-101-1/+1
* + ensure network and address objects aren't equal.pmoody@google.com2010-04-292-9/+14
* + one more address_exclude cleanup, to make sure network/address exclusionspmoody@google.com2010-04-292-3/+8
* + fix issue where address exclude would puke if you tried to excludepmoody@google.com2010-04-292-0/+4
* + issue 57, allow for integer addition with IPv4 and IPv6 Address objects.pmoody@google.com2010-04-042-0/+23
* + kill the few more remaining instances of the old exception names,pmoody@google.com2010-02-221-2/+2
* + bug with list comprehension in _is_valid_netmaskpmoody@google.com2010-02-211-1/+1
* + suggestions from mshields.pmoody@google.com2010-02-121-9/+9
* + make networks and addresses not sortable by default.pmoody@google.com2010-02-122-9/+68
* + cleanup of the excetion text; making the invalid version TypeError'spmoody@google.com2010-02-061-18/+13
* + fixing inconsisten behaviour WRT rich comparisons between ipv4 and ipv6pmoody@google.com2010-02-062-29/+46
* + add IPv4Network().is_unspecified. issue52.pmoody@google.com2010-02-052-0/+13
* + fix for issue48; some problems with decoding mapped addresses.pmoody@google.com2010-02-042-1/+3
* + s/adddress/address/g typo.pmoody@google.com2010-02-021-2/+2
* + fix docstring (issue55).pmoody@google.com2010-02-021-1/+1