index
:
delta/python-packages/ipaddr-py.git
master
release-2.2.0
six
wiki
github.com: google/ipaddr-py.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ipaddr_test.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix compatibility with Python 3
vkh78
2016-01-05
1
-14
/
+18
*
Test pickling.
Michael Shields
2015-09-02
1
-2
/
+9
*
Move trunk/ to root.
Michael Shields
2015-08-17
1
-11
/
+127
*
fix
Peter Moody
2011-11-29
1
-3
/
+3
*
fix for i84
Peter Moody
2011-11-24
1
-0
/
+5
*
patch from pmarks
Peter Moody
2011-11-24
1
-23
/
+24
*
patch from pmarks for i87
Peter Moody
2011-08-22
1
-33
/
+73
*
2001:0::3:4:5:6:7:8 should be considered valid
Peter Moody
2011-07-22
1
-1
/
+1
*
+ fix warnings for python3.2
Peter Moody
2011-02-20
1
-98
/
+98
*
+ add teredo test for i77
Peter Moody
2011-02-20
1
-0
/
+7
*
+ bug in _is_shorthand_ip not correctly identifying shortened ips.
Peter Moody
2011-02-17
1
-0
/
+4
*
Fix issue 78.
Michael Shields
2011-02-08
1
-4
/
+6
*
+ fix broken network/address comparisons.
Peter Moody
2011-02-08
1
-3
/
+10
*
+ turn teredo and sixtofour into properties.
Peter Moody
2011-01-13
1
-4
/
+4
*
+ add 6to4 to the ipv6 tunnel decoding.
Peter Moody
2011-01-12
1
-0
/
+10
*
+ fix for i71
Peter Moody
2011-01-12
1
-0
/
+8
*
+ add unittest for fix for i70.
Peter Moody
2010-11-16
1
-0
/
+4
*
Additional unittests for Network compare/sort.
Daniel Harrison
2010-10-06
1
-0
/
+15
*
IPv6 with embedded IPv4 address not recognized
Daniel Harrison
2010-10-06
1
-0
/
+9
*
r176 added constants without adding corresponding testcases
Daniel Harrison
2010-10-04
1
-0
/
+4
*
Commentary typo fix
Daniel Harrison
2010-10-04
1
-1
/
+1
*
+ ipaddr_test referred to old ipaddr.IP function.
Peter Moody
2010-09-19
1
-3
/
+3
*
+ containment test should always return false on mixed-type tests.
Peter Moody
2010-08-23
1
-0
/
+3
*
Remove trailing whitespace.
Michael Shields
2010-08-16
1
-1
/
+1
*
Fix for issue 66, contributed by Lorenzo Colitti of Google.
Michael Shields
2010-08-16
1
-0
/
+4
*
+ fix for issue61.
Peter Moody
2010-06-09
1
-2
/
+4
*
+ fix ipv6 subnet representation. (thanks to email from jared
Peter Moody
2010-05-30
1
-3
/
+5
*
+ add masked() to _BaseNet to automatically mask out
Peter Moody
2010-05-10
1
-0
/
+9
*
+ ensure network and address objects aren't equal.
Peter Moody
2010-04-29
1
-5
/
+9
*
+ one more address_exclude cleanup, to make sure network/address exclusions
Peter Moody
2010-04-29
1
-0
/
+2
*
+ fix issue where address exclude would puke if you tried to exclude
Peter Moody
2010-04-29
1
-0
/
+1
*
+ issue 57, allow for integer addition with IPv4 and IPv6 Address objects.
Peter Moody
2010-04-04
1
-0
/
+11
*
+ suggestions from mshields.
Peter Moody
2010-02-12
1
-9
/
+9
*
+ make networks and addresses not sortable by default.
Peter Moody
2010-02-12
1
-1
/
+22
*
+ fixing inconsisten behaviour WRT rich comparisons between ipv4 and ipv6
Peter Moody
2010-02-06
1
-5
/
+24
*
+ add IPv4Network().is_unspecified. issue52.
Peter Moody
2010-02-05
1
-0
/
+2
*
+ fix for issue48; some problems with decoding mapped addresses.
Peter Moody
2010-02-04
1
-0
/
+2
*
+ fix for issue51; an errant reference to a non-existant variable.
Peter Moody
2010-02-02
1
-0
/
+2
*
+ clean up the exceptions raised by ipaddr.
Peter Moody
2009-11-29
1
-41
/
+36
*
+ first stab at issue 39. the _valid_mask_octets aren't needed for
Peter Moody
2009-11-18
1
-1
/
+2
*
+ provide an iterator for looping through subnets. most useful
Peter Moody
2009-11-02
1
-0
/
+3
*
+ unecessary sanitization check in IPv6Network.
Peter Moody
2009-10-30
1
-0
/
+10
*
+ require that address or network objects be passed into __contains__ and
Peter Moody
2009-10-30
1
-5
/
+1
*
+ don't need the python2.6
Peter Moody
2009-10-09
1
-1
/
+1
*
+ the comparison tests when hashing don't make sense since __hash__ values
Peter Moody
2009-10-09
1
-1
/
+1
*
+ _BaseNet comparisons now ignore the ._ip attribute when doing
Peter Moody
2009-10-09
1
-18
/
+2
*
+ fix up overlaps to be compliant with how IPy handles it
Peter Moody
2009-10-08
1
-1
/
+4
*
+ make IPv4's _ip_int_from_string more robust.
Peter Moody
2009-10-08
1
-0
/
+4
*
+ fix for issue where v6 networks weren't being exploded
Peter Moody
2009-09-29
1
-0
/
+2
*
+ add strict option to IPv?Network classes and the IPNetwork function.
Peter Moody
2009-09-26
1
-0
/
+11
[next]