lp:~exarkun/divmod.org/grabber-scheduler-usage

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

2692. By Jean-Paul Calderone

Add a test for POP3Grabber.delete and make it pass

2691. By Jean-Paul Calderone

Add a test for addGrabber and make it pass

2690. By Jean-Paul Calderone

Finish the test for grabber rescheduling on transient error

2689. By Jean-Paul Calderone

Start of a unit test for ControlledPOP3GrabberProtocol which has many bugs related to no-longer-valid scheduler usage.

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.

2685. By Allen Short

Merge "duplicate-class-defs".

2684. By Jean-Paul Calderone

Update the Mantissa web integration tests to work with Twisted 11.0.

2683. By Jean-Paul Calderone

Give Imaginary a new basis for how the simulation graph is represented and used.

This changes the basis of the simulation to Ideas, Things, link contributors,
link annotators, and restrictions. It makes the preferred interface to use the
simulation graph `Idea.obtain` or `Thing.obtainOrReportWhyNot`. It also adds
some new application code using these APIs to implement novel behaviors.

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.