lp://staging/~oubiwann/netaddr/28-netblock-ops

Created by Duncan McGreggor and last modified
Get this branch:
bzr branch lp://staging/~oubiwann/netaddr/28-netblock-ops
Only Duncan McGreggor can upload to this branch. If you are Duncan McGreggor please log in for upload directions.

Related bugs

Related blueprints

Branch information

Owner:
Duncan McGreggor
Project:
netaddr
Status:
Development

Recent revisions

59. By Duncan McGreggor

Added a placeholder for the net block operations code.

58. By duncan.mcgreggor

Created new branch for ticket #28.

57. By drkjam

Updated setuptools script to include data files.

56. By drkjam

Final changes required to complete release 0.6

55. By drkjam

bdist for win32 platform requires the disutils
'package_data' option to include text and index
files.

54. By drkjam

This checkin makes up release 0.6. See CHANGELOG for details.

53. By drkjam

Removing netaddr.external from namespace.

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.

51. By drkjam

A cleanup of some code.

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)
This branch contains Public information 
Everyone can see this information.

Subscribers