Last 30 days
-
-
-
-
-
-
-
r129
( + finally getting around to documentation suggestions from ...) committed by pmo...@google.com
- + finally getting around to documentation suggestions from issue38
(from Steven D'Aprano)
+ finally getting around to documentation suggestions from issue38
(from Steven D'Aprano)
-
r128
( + change RunTimeError to a simple assertion based on sugges...) committed by pmo...@google.com
- + change RunTimeError to a simple assertion based on suggestion
from mat smart.
+ change RunTimeError to a simple assertion based on suggestion
from mat smart.
Older
-
-
-
-
r127
( + comments from matt smart:
change the address exclusion...) committed by pmo...@google.com
- + comments from matt smart:
change the address exclusion error to RunTimeError
exception docstrings
typo in docstring.
+ comments from matt smart:
change the address exclusion error to RunTimeError
exception docstrings
typo in docstring.
-
r126
( + clean up the exceptions raised by ipaddr.) committed by pmo...@google.com
- + clean up the exceptions raised by ipaddr.
+ clean up the exceptions raised by ipaddr.
-
-
-
-
r125
( + first stab at issue 39. the _valid_mask_octets aren't ne...) committed by pmo...@google.com
- + first stab at issue 39 . the _valid_mask_octets aren't needed for
ipv6 since netmasks aren't writtne in the same way.
+ first stab at issue 39 . the _valid_mask_octets aren't needed for
ipv6 since netmasks aren't writtne in the same way.
-
-
-
-
-
-
-
issue 45
(ipv4-ipv6 mixed notation (x:x:x:x:x:x:d.d.d.d) raise a Value...) commented on by marco.giusti
-
-
-
r124
( + provide an iterator for looping through subnets. most use...) committed by pmo...@google.com
- + provide an iterator for looping through subnets. most useful
for *large* subnets, like v6 subnets.
patch by Marco Giutsi.
+ provide an iterator for looping through subnets. most useful
for *large* subnets, like v6 subnets.
patch by Marco Giutsi.
-
-
-
-
r123
( + unecessary sanitization check in IPv6Network.
by Marco...) committed by pmo...@google.com
- + unecessary sanitization check in IPv6Network.
by Marco Guitsi.
+ unecessary sanitization check in IPv6Network.
by Marco Guitsi.
-
-
r122
( + require that address or network objects be passed into __...) committed by pmo...@google.com
- + require that address or network objects be passed into __contains__ and
overlaps (as opposed to also accepting strings/ints). more consistent
interface. easier to maintain, etc. Suggestion from Phillip.
+ require that address or network objects be passed into __contains__ and
overlaps (as opposed to also accepting strings/ints). more consistent
interface. easier to maintain, etc. Suggestion from Phillip.
-
issue 45
(ipv4-ipv6 mixed notation (x:x:x:x:x:x:d.d.d.d) raise a Value...) reported by marco.giusti
-
-
-
-
-
-
-
-
-
r121
( + __hash__ now hashes the hex() of ._ip for _BaseIP. this ...) committed by pmo...@google.com
- + __hash__ now hashes the hex() of ._ip for _BaseIP. this should
make it a little more robust
+ __hash__ now hashes the hex() of ._ip for _BaseIP. this should
make it a little more robust
-
r120
( + don't need the python2.6) committed by pmo...@google.com
- + don't need the python2.6
+ don't need the python2.6
-
r119
( + the comparison tests when hashing don't make sense since ...) committed by pmo...@google.com
- + the comparison tests when hashing don't make sense since __hash__ values
are dependant upon version and platform.
+ the comparison tests when hashing don't make sense since __hash__ values
are dependant upon version and platform.
-
r118
( + _BaseNet comparisons now ignore the ._ip attribute when d...) committed by pmo...@google.com
- + _BaseNet comparisons now ignore the ._ip attribute when doing
comparisons/hashing/etc.
+ _BaseNet comparisons now ignore the ._ip attribute when doing
comparisons/hashing/etc.
-
-
r117
( + fix up overlaps to be compliant with how IPy handles it
...) committed by pmo...@google.com
- + fix up overlaps to be compliant with how IPy handles it
(test self in other and other in self)
+ include ability to pass in a string rather than just another
network object.
+ fix up overlaps to be compliant with how IPy handles it
(test self in other and other in self)
+ include ability to pass in a string rather than just another
network object.
-
-
r116
( + make IPv4's _ip_int_from_string more robust.
patch fro...) committed by pmo...@google.com
- + make IPv4's _ip_int_from_string more robust.
patch from mattimustang
+ make IPv4's _ip_int_from_string more robust.
patch from mattimustang
-
-
|