lp:~divmod-dev/divmod.org/compare-simpleordering-2839-2

Created by Glyph Lefkowitz and last modified
Get this branch:
bzr branch lp:~divmod-dev/divmod.org/compare-simpleordering-2839-2
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

2609. By exarkun

Merge forward

2608. By exarkun

Branching to 'compare-simpleordering-2839-2'

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.

2601. By exarkun

Merge loopback-hotfix-2876

Author: exarkun
Reviewer: mithrandi
Fixes: #2876

Add a Twisted version check to the loopback hotfix in Epsilon. The fix is
not needed for Twisted 8.2 and wrong for anything newer than that.

2600. By exarkun

Merge pyflakes-syntaxerrors-2885

Author: exarkun
Reviewer: jonathanj
Fixes: #2885

Use the builtin compile function to check for syntax errors before trying to
construct an ast with the compiler package. The compiler package is less well
able to report such errors (in particular, on Python 2.4 and older, it entirely
misses some syntax errors).

Branch metadata

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

Subscribers