lp:~divmod-dev/divmod.org/pyflakes-0.3.0-release

Created by Glyph Lefkowitz and last modified
Get this branch:
bzr branch lp:~divmod-dev/divmod.org/pyflakes-0.3.0-release
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

2588. By exarkun

bump version; add news file

2587. By exarkun

Branching to 'pyflakes-0.3.0-release'

2586. By exarkun

Merge multiline-syntax-error-2821

Author: exarkun
Reviewer: dreid
Fixes: #2821

Handle `SyntaxError`s raised from `compiler.parse` which have multiple lines of
source text associated with them. Only one line is reported.

2585. By jonathanj

Merge short-javascript-subclass-2819-2 branch.

Author: jonathanj
Reviewer: exarkun
Fixes: #2819

Defining Javascript subclasses is lengthy and repetitive. Provide a more
concise method for declaring Javascript subclasses by extending the existing
subclass method.

2584. By glyph

Prohibit non-administrative users from directly manipulating the illumination level.

Author: glyph

Reviewer: exarkun

Fixes #2603

This changes the actor interface of the first administrative command, 'illuminate', to be `IManipulator` rather than the standard `IActor`, and moves the logic of changing the illumination level into the model and out of the action.

(It also adds a bunch of useful docstrings for unrelated functionality, that I had to investigate in order to fix the issue in question.)

2583. By glyph

Remove imaginary.objects.Thing.locate.

This is completely dead code, it was overlooked for removal.

Author: glyph
Reviewer: exarkun
Fixes #2822

2582. By jonathanj

Merge friendly-upgradebatch-2789 branch.

Author: jonathanj
Reviewer: exarkun
Fixes: #2789

Batch upgrading a store throws away the original upgrade error exception.
Store the original failure on ItemUpgradeError and display the traceback
in situations where it would be useful.

2581. By exarkun

Merge memoize-getschema-2792

Author: exarkun
Reviewer: washort
Fixes: #2792

Save the result of the work that goes into the first call to a particular
Item subclass's getSchema method and re-use that result on subsequent
calls to avoid the cost of redetermining the schema.

2580. By exarkun

Apply nit-colors.patch

Author: exarkun
Reviewer: pjd
Fixes: #2807

Use `Divmod.Runtime.theRuntime.setAttribute` to set the class of result nodes
instead of using `Node.setAttribute` so that the class is properly set even
on Internet Explorer.

2579. By mithrandi

Fix Athena onbeforeunload handler registration for IE browsers. (second merge)

Fixes #2731
Author: mithrandi, wthie
Reviewer: exarkun

Due to the onbeforeunload handler not being invoked, Athena transports were not
being closed upon navigating away from a LivePage, thus quickly consuming all
of the available persistent connection "slots", and causing the browser to be
unresponsive to new attempts to navigate to a new page or establish a new
Athena transport.

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