lp:~divmod-dev/divmod.org/bzr.trunk

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

2674. By exarkun

Merge ideographic-space-is-full-width-2990

Author: exarkun
Reviewer: mithrandi
Fixes: #2990

Replace the use of LATIN SMALL LETTER GLOTTAL STOP in the full-width
backspace handling test with IDEOGRAPHIC SPACE. The former is not
actually full-width, it was merely marked as being so in version 4.1
of the unicode database.

2673. By exarkun

Merge thomas-sets-warning-2996

Author: Ange, exarkun
Reviewer: mithrandi
Fixes: #2996

Avoid using the deprecated `sets` module in Reverend.

2672. By exarkun

Merge remove-sslverify-3010

Author: exarkun
Reviewer: mithrandi
Fixes: #3010

Remove the deprecated epsilon.sslverify. Use twisted.internet.ssl
instead.

2671. By mithrandi

Merge integer-lower-bound-3016.

Fixes #3016
Author: mithrandi
Reviewer: jonathanj

Raise an explicit exception when setting an integer attribute to a negative
value that is too large for SQLite to store.

2670. By mithrandi

Merge widget-connection-2870.

Fixes #2870
Author: mithrandi
Reviewer: jonathanj, exarkun

Add connectionMade and connectionLost callbacks to Athena widgets, which are
invoked when the transport first becomes available, and when it ceases to be
available, respectively.

2669. By exarkun

Remove some duplication in the email address regexp

Author: exarkun
Reviewer: mithrandi
Fixes: #3011

Change the definition of the regexp for parsing email addresses so that it uses
the `somePrintableUSAscii` variable that it creates instead of duplicating the
information it represents.

2668. By exarkun

Merge inbox-people-list-2224

Author: exarkun
Reviewer: none
Fixes: #2224
Fixes: #1886

Change the Quotient inbox people list so that it orders people alphabetically
and so that it does not exclude the self person from the listing.

2667. By exarkun

Merge pyflakes-ast-3005

Author: gbrandl, exarkun
Reviewer: exarkun
Fixes: #3005

Convert pyflakes to use the Python 2.5+ _ast module instead of
the older (now essentially unmaintained) compiler package.

Introduce a number of new tests for various edge cases previously
untested, as well, since this involved changing substantial chunks
of pyflakes internals.

Also add support for certain new constructs which will be added
in Python 2.7, including set comprehensions and dict comprehensions.

Because Python 2.4 does not include the _ast module, this change
effectively drops support for running Pyflakes using Python 2.4.

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

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