lp:~mwhudson/divmod.org/add-install_requires-to-nevow-bug-1091055

Created by Michael Hudson-Doyle and last modified
Get this branch:
bzr branch lp:~mwhudson/divmod.org/add-install_requires-to-nevow-bug-1091055
Only Michael Hudson-Doyle can upload to this branch. If you are Michael Hudson-Doyle please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Michael Hudson-Doyle
Project:
Divmod
Status:
Abandoned

Recent revisions

2699. By Michael Hudson-Doyle

add install_requires to setup.py

2698. By Jean-Paul Calderone

Improve SQLite3 Spambayes storage implementation performance

Author: exarkun
Reviewer: mithrandi

Change the SQLite3 Spambayes storage implementation to load data for all of a
message's token data in as few SQL operations as possible, instead of
loading one token's data per SQL operation.

2697. By Jean-Paul Calderone

Switch to using a SQLite3 database for spambayes classifier training data, instead of a pickle file.

Author: exarkun
Reviewer: mithrandi

The reasons for preferring SQLite3 are manifold. Performance, reliability, inspectability,
and maintainability should all be improved by this change. An upgrader is included, of
course, to convert old data. However, the old pickle file is left in place for manual
deletion afterwards, at the discretion of a system administrator.

2696. By Jean-Paul Calderone

Update Quotient usage of spambayes to pass the new required `mode` argument when constructing Hammie instances.

This allows Quotient to work with the latest release of spambayes, though it breaks Quotient against older
versions of spambayes.

2695. By Jean-Paul Calderone

Start the scheduler service as soon as the store service is started.

Author: exarkun
Reviewer: mithrandi
Fixes: lp:910923

2694. By Jean-Paul Calderone

Add extra help for making sure the batch process is started when it is needed.

Any time a remote work item is added, check to see if the batch
process needs to be started. This ensures remote work items
are processed in a slightly more timely fashion than was
previously the case.

2693. By Jean-Paul Calderone

Fix an unhandled exception in the POP3 grabber timeout case.

Previously the POP3 grabber would fail with an AttributeError if a timeout occurred on the
POP3 connection. This was caused by trying to set the status on the grabber object after
the reference to the grabber object had been discarded. When trying to set the status, the
code now first checks to see if a grabber object is available to do that.

2692. By Jean-Paul Calderone

Fix several broken uses of the deleted scheduler item type from the Quotient POP3 grabber code.

The scheduler item was removed a while ago. Several untested code paths through the POP3 grabber still used it, though. These are now changed to adapt the store to IScheduler instead. New tests are also added for them.

2691. By Allen Short

Make Vertex not depend on Epsilon.

2690. By Allen Short

Remove 'vertex._unfortunate_defer_hack'

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.