lp:~exarkun/divmod.org/spambayes-hammie-args
- Get this branch:
- bzr branch lp:~exarkun/divmod.org/spambayes-hammie-args
Branch merges
- Tristan Seligmann: Approve on 2012-07-31
-
Diff: 21 lines (+2/-2)1 file modifiedQuotient/xquotient/spam.py (+2/-2)
Related bugs
| Bug #994287: SpamBayes broken, TypeError when adding. | Undecided | Fix Committed |
|
Related blueprints
Branch information
Recent revisions
- 2696. By Jean-Paul Calderone on 2012-07-26
-
Use Hammie in read-only mode. We do our own serialization.
- 2695. By Jean-Paul Calderone on 2012-07-26
-
Mark the guesser as read/write: we use it for training and classification.
- 2694. By Jean-Paul Calderone on 2012-07-05
-
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 on 2012-07-01
-
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 on 2012-05-01
-
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.
- 2689. By Allen Short on 2012-03-14
-
Merge 'amp-vertex-2580'
Author: washort
Reviewer: MostAwesomeDudeReplace JUICE with AMP in Vertex.
- 2688. By Jean-Paul Calderone on 2012-01-10
-
Add WindowsError as a known built-in name on all platforms, suppressing warnings about it being used but undefined when using pyflakes on a non-Windows platform.
This may suppress legitimate warnings, since using WindowsError in a code path that
will actually be evaluated on a non-Windows platform is invalid. However, it is too
hard for pyflakes to figure out which code paths will run, so trade the lost legitimate
warnings in exchange for also getting rid of some bogus warnings. - 2687. By Jean-Paul Calderone on 2011-12-21
-
Update `test_headerToU
nicode` to assert better behavior in one of its cases; prior to Python 2.6, some data was lost, and the test asserted that: on Python 2.7, the data is preserved, and the new version of the test now requires that (so the test will fail on Python 2.6, as it should).
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:divmod.org
