lp:~exarkun/divmod.org/explained-inventory

Created by Jean-Paul Calderone and last modified
Get this branch:
bzr branch lp:~exarkun/divmod.org/explained-inventory
Only Jean-Paul Calderone can upload to this branch. If you are Jean-Paul Calderone please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Jean-Paul Calderone
Project:
Divmod
Status:
Abandoned

Recent revisions

2706. By Jean-Paul Calderone

just shuffle the order, reads better this way

2705. By Jean-Paul Calderone

Just use a string for the template, it is nicer than a list.

2704. By Jean-Paul Calderone

Expand Container with the ability to customize the text introducing the thing's contents.

2703. By Jean-Paul Calderone

Try to display the contents of things, locations or players, more pleasantly.

2702. By Jean-Paul Calderone

Change some assertions to require better text describing the situation.

2701. By Florent

Move Pyflakes out of the Divmod.org's repository

2700. By Jean-Paul Calderone

Update two Nevow unit tests to work with more recent versions of Twisted

This will introduce a test failure against Twisted < 11.0, but no implementation
changes are actually being made, so no actual functionality should be lost on
old Twisted versions.

2699. By Jonathan Lange

Separate logic for reporting results.

 * Author: jml
 * Reviewers: exarkun, jml

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.

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.