lp://qastaging/~divmod-dev/divmod.org/unique-related-addresses

Created by Jean-Paul Calderone and last modified
Get this branch:
bzr branch lp://qastaging/~divmod-dev/divmod.org/unique-related-addresses
Members of Divmod-dev can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Divmod-dev
Project:
Divmod
Status:
Development

Recent revisions

2688. By Jean-Paul Calderone

Avoid returning the same relation/address more than one for a particular part's related addresses.

Accomplished by using a set and making `EmailAddress` instances usefully hashable.

This should avoid the creation of redundant Correspondent items. In particular, in the case
where `rfc822.AddressList` does a crummy (or great? who knows) job of parsing an address like
"<email address hidden> <email address hidden>" into two "<email address hidden>" addresses instead of one.

2687. By Jean-Paul Calderone

Update `test_headerToUnicode` to assert better behavior in one of its cases; prior to Python 2.6, some data was lost, and the test asserted that: on Python 2.7, the data is preserved, and the new version of the test now requires that (so the test will fail on Python 2.6, as it should).

2686. By Tristan Seligmann

Merge Pyflakes 0.5.0 release branch.

2685. By Allen Short

Merge "duplicate-class-defs".

2684. By Jean-Paul Calderone

Update the Mantissa web integration tests to work with Twisted 11.0.

2683. By Jean-Paul Calderone

Give Imaginary a new basis for how the simulation graph is represented and used.

This changes the basis of the simulation to Ideas, Things, link contributors,
link annotators, and restrictions. It makes the preferred interface to use the
simulation graph `Idea.obtain` or `Thing.obtainOrReportWhyNot`. It also adds
some new application code using these APIs to implement novel behaviors.

2682. By Tristan Seligmann

Remove the indirect-attribute trickery in TypedInterface (which no longer works
with newer versions of z.i) in favour of setting attributes directly on the
interface (which seems to have started working quite some time ago).

2681. By Tristan Seligmann

Simplify the metaclass trickery that makes subclasses of AxiomaticCommand
automatically provide IPlugin and IAxiomaticCommand.

2680. By Tristan Seligmann

Merge branch again for one last trivial deprecation fix that got missed.

2679. By Tristan Seligmann

Avoid relying on implicit-close-by-refcounting in the test suite.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp://qastaging/divmod.org
This branch contains Public information 
Everyone can see this information.

Subscribers