<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mailman.git/Mailman/queue/sbcache.py, branch plugin</title>
<subtitle>The GNU Mailing List manager.</subtitle>
<id>https://git.neuromancer.sk/mailman.git/atom/Mailman/queue/sbcache.py?h=plugin</id>
<link rel='self' href='https://git.neuromancer.sk/mailman.git/atom/Mailman/queue/sbcache.py?h=plugin'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/'/>
<updated>2015-04-28T22:57:43Z</updated>
<entry>
<title>Convert from bzr to git.</title>
<updated>2015-04-28T22:57:43Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2015-04-28T22:57:43Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=d52a7f13baccecadd5d298d5f12190fae474024f'/>
<id>urn:sha1:d52a7f13baccecadd5d298d5f12190fae474024f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reorganize the qrunner infrastructure.  First, the package has been renamed</title>
<updated>2007-09-29T18:55:25Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2007-09-29T18:55:25Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=3e9ed398b6a05c69daca14c8226ca7f57c164c21'/>
<id>urn:sha1:3e9ed398b6a05c69daca14c8226ca7f57c164c21</id>
<content type='text'>
from Mailman.Queue to Mailman.queue (note the case change to be more PEP 8
compliant).

The Switchboard and Runner classes have been moved into the package
__init__.py and the previous class modules have been removed.

The switchboard cache is removed; I don't think it was ultimately buying us
much.  Now, just import the Switchboard class and instantiate it directly.

Added an IRunner interface.

Renamed the ArchRunner to ArchiveRunner.

bin/qrunner and bin/mailmanctl are updated accordingly.  For the former, it no
long accepts -r=All to run all qrunners.  You can still use the short name
(e.g. --runner=incoming) to run the built-in queue runners, but this design
will eventually allow for plugin qrunners by allowing them to be run
specifying the full package path to the class.  It also now accepts a leading
dot to indicate a qrunner class relative to the Mailman.queue package.
</content>
</entry>
</feed>
