lp:~divmod-dev/divmod.org/811792-remove-formless

Created by Tristan Seligmann and last modified
Get this branch:
bzr branch lp:~divmod-dev/divmod.org/811792-remove-formless
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:
Abandoned

Recent revisions

2676. By Tristan Seligmann

Put the other athenademo examples back.

2675. By Tristan Seligmann

Remove formless.

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.

Branch metadata

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

Subscribers