lp://qastaging/~divmod-dev/divmod.org/interstore-message-failures-2896

Created by Glyph Lefkowitz and last modified
Get this branch:
bzr branch lp://qastaging/~divmod-dev/divmod.org/interstore-message-failures-2896
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

2611. By exarkun

fix typo, undo incorrect correction

2610. By exarkun

add unknownAnswerType hook

2609. By exarkun

exercise correct but untested no-such-error-handler behavior; also fix some pyflakes

2608. By exarkun

Branching to 'interstore-message-failures-2896'

2607. By exarkun

Merge newflat-filenames-2884

Author: exarkun
Reviewer: zooko, mithrandi
Fixes: #2884

Change the way two tests construct filenames for comparison against formatted
traceback strings. Previously, these tests used `__file__`; however, this will
not necessarily agree with the results produced by the `traceback` module.

2606. By exarkun

Merge unused-variable-flakes-2718-2

Author: jml
Reviewer: exarkun
Fixes: #2718

Add support for detecting local variables which are bound but then never
used.

2605. By exarkun

Merge ssh-2627-7

Author: exarkun
Reviewer: glyph
Fixes: #2627

Add an SSH application server to Mantissa. See the new howto for details.

2604. By exarkun

Merge pyflakes-class-decorator-2863

Author: exarkun
Reviewer: mithrandi
Fixes: #2863

Add support for recognizing names used with the class decorator syntax, both so
that a name used in such a way is recognized as used (ie, not unused) and so that
undefined names used in such a way are reported as such.

2603. By exarkun

Merge install-css-2882

Author: exarkun
Reviewer: jonathanj
Fixes: #2882

Add a test to Nevow which verifies that the `nevow.taglibrary.tabbedPane`
module can be imported. At import time his module depends on a css file
which was not being installed by distutils. Also, fix setup.py so that
this css file (and the rest of the `css/` hierarchy) is installed.

2602. By exarkun

Merge redundant-things-2865

Author: exarkun
Reviewer: mithrandi
Fixes: #2865, #2866

Remove the old implementation of Cooperator from Epsilon and base the remaining APIs
on the Cooperator implementation in Twisted.

Also remove a couple of deferLater implementations and replace them with uses of the
deferLater now in Twisted.

Branch metadata

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

Subscribers