lp:~divmod-dev/divmod.org/private-index-page-2985-2

Created by Glyph Lefkowitz and last modified
Get this branch:
bzr branch lp:~divmod-dev/divmod.org/private-index-page-2985-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

2667. By faldridge

Branching to 'private-index-page-2985-2'

2666. By exarkun

Apply nevow-doc-fixes.patch addressing release related doc issues

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

Change Nevow's MANIFEST.in so that it includes everything beneath doc/ rather
than trying to list all of the extensions of files which should be included.

Also change the README in Nevow's doc directory to give the correct lore command
to build the documentation.

Also change Nevow's glossary to use valid lore markup (the old markup was probably
valid at some point, but only accidentally).

2665. By mithrandi

Call gc.collect() less frequently.

This should significantly speed up startup time for projects with a lot of
legacy type declarations.

Fixes: #3007
Author: mithrandi
Reviewer: exarkun

2664. By exarkun

Merge pyflakes-class-name-binding-2999

Author: exarkun
Reviewer: jesstess, mithrandi
Fixes: #2999

Fix a bug in the checker's handling of class names which caused
a class's own binding to be considered valid within the definition
of the class itself.

Now the binding is only valid after the class definition.

2663. By exarkun

Merge stdlib-sqlite3-1918

Author: exarkun
Reviewer: mithrandi
Fixes: #1918

Use the stdlib sqlite3 module on Python 2.6 or newer if the third-party
pysqlite2 is not installed.

2662. By exarkun

Merge nevow-deprecations-2994

Author: exarkun, zooko
Reviewer: zooko, exarkun
Fixes: #2994

Change several uses of deprecated APIs in Nevow to more modern equivalents,
eliminating the annoying deprecation warnings when loading nevow.

2661. By exarkun

Merge next-message-preview-2962

Author: exarkun
Fixes: #2962

Fix the Quotient mailbox's next message preview rendering code so that it correctly
quotes special XML characters when formatting a string that will later be parsed as
XHTML. Previously only the first instance of any particular character would be quoted.

2660. By exarkun

Merge save-text-after-links-2585

Author: exarkun
Reviewer: faldridge
Fixes: #2585

Fix the JavaScript function for linkifying a block of text so that it doesn't
drop all the text following the last link in the text.

This fixes Quotient's display of messages with links in them and Hyperbola's
display of blog posts with links in them.

2659. By exarkun

Merge release-20091125

Fixes: #2991

Update version numbers, news files, and setup.py files for this round of releases.

2658. By exarkun

Merge combinator-non-interactive-merge-2984

Author: exarkun
Reviewer: faldridge
Fixes: #2984

Add the --non-interactive flag to the svn merge command to avoid the new
interactive merging behavior in subversion 1.6.

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