0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 30, 2023 — May 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
+ fixing inconsisten behaviour WRT rich comparisons between ipv4 and ipv6 objects. More... over 14 years ago
+ fixing inconsisten behaviour WRT rich comparisons between ipv4 and ipv6 objects. More... over 14 years ago
+ add IPv4Network().is_unspecified. issue52. More... over 14 years ago
+ add IPv4Network().is_unspecified. issue52. More... over 14 years ago
Edited wiki page through web user interface. More... over 14 years ago
+ begin updating documentation for 2.x (waaaaaaay too long in coming) More... over 14 years ago
+ fix for issue48; some problems with decoding mapped addresses. (thanks to rlaager for reporting) More... over 14 years ago
+ fix for issue48; some problems with decoding mapped addresses. (thanks to rlaager for reporting) More... over 14 years ago
+ s/adddress/address/g typo. More... over 14 years ago
+ s/adddress/address/g typo. More... over 14 years ago
+ fix docstring (issue55). More... over 14 years ago
+ fix docstring (issue55). More... over 14 years ago
+ fix for issue51; an errant reference to a non-existant variable. More... over 14 years ago
+ fix for issue51; an errant reference to a non-existant variable. More... over 14 years ago
Edited wiki page through web user interface. More... over 14 years ago
+ finally getting around to documentation suggestions from issue38 (from Steven D'Aprano) More... over 14 years ago
+ finally getting around to documentation suggestions from issue38 (from Steven D'Aprano) More... over 14 years ago
+ change RunTimeError to a simple assertion based on suggestion from mat smart. More... over 14 years ago
+ change RunTimeError to a simple assertion based on suggestion from mat smart. More... over 14 years ago
+ comments from matt smart: change the address exclusion error to RunTimeError exception docstrings typo in docstring. More... over 14 years ago
+ comments from matt smart: change the address exclusion error to RunTimeError exception docstrings typo in docstring. More... over 14 years ago
+ clean up the exceptions raised by ipaddr. More... over 14 years ago
+ clean up the exceptions raised by ipaddr. More... over 14 years ago
+ first stab at issue 39. the _valid_mask_octets aren't needed for ipv6 since netmasks aren't writtne in the same way. More... over 14 years ago
+ first stab at issue 39. the _valid_mask_octets aren't needed for ipv6 since netmasks aren't writtne in the same way. More... over 14 years ago
+ provide an iterator for looping through subnets. most useful for *large* subnets, like v6 subnets. patch by Marco Giutsi. More... over 14 years ago
+ provide an iterator for looping through subnets. most useful for *large* subnets, like v6 subnets. patch by Marco Giutsi. More... over 14 years ago
+ unecessary sanitization check in IPv6Network. by Marco Guitsi. More... over 14 years ago
+ unecessary sanitization check in IPv6Network. by Marco Guitsi. More... over 14 years ago
+ 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. More... over 14 years ago