lp:~exarkun/divmod.org/pop3-timeouts

Created by Jean-Paul Calderone and last modified
Get this branch:
bzr branch lp:~exarkun/divmod.org/pop3-timeouts
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:
Merged

Recent revisions

2695. By Jean-Paul Calderone

Test a timeout while waiting for UIDL response, and fix it.

2694. By Jean-Paul Calderone

Refactor to remove setup duplication

2693. By Jean-Paul Calderone

Simple warm-up: make the status reflect timeouts

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'

2689. By Allen Short

Merge 'amp-vertex-2580'
Author: washort
Reviewer: MostAwesomeDude

Replace JUICE with AMP in Vertex.

2688. By Jean-Paul Calderone

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

Update `test_headerToUnicode` 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).

2686. By Tristan Seligmann

Merge Pyflakes 0.5.0 release branch.

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.