lp://staging/~oubiwann/netaddr/28-netblock-ops
- Get this branch:
- bzr branch lp://staging/~oubiwann/netaddr/28-netblock-ops
Branch information
Recent revisions
- 55. By drkjam
-
bdist for win32 platform requires the disutils
'package_data' option to include text and index
files. - 52. By drkjam
-
- massive clean up and consolidation of unit tests into a single file. Lots of
additional test coverage added.- fixed IP.ismulticast() method which was broken.
- IPRange.adjacent() tests now work with IP() objects.
- renamed CIDR.supernet() static method to CIDR.span() and simplified its
internal logic.- added CIDR.summarize() static method.
- added new method .subnet() to the CIDR object which returns and iterator
that produces the required number of CIDR objects representing subnets based
on 'prefixlen' and 'count' arguments passed in.- fixed IPv6Strategy class's IPv6 summarization problem. Added additional unit
tests to cover this behaviour.- fixed several bugs in EUI48Strategy class.
- replaced isinstance(obj, (list, tuple)) with hasattr(obj, '__iter__') in a
number of places. - 50. By drkjam
-
- Most of the features required for 0.6 release are now in place. Still some methods in various
classes to implement and a few recently reported bugs to fix.
Branch metadata
- Branch format:
- Branch format 6
- Repository format:
- Bazaar pack repository format 1 with rich root (needs bzr 1.0)