<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mailman.git/src/mailman/runners/tests, branch master</title>
<subtitle>The GNU Mailing List manager.</subtitle>
<id>https://git.neuromancer.sk/mailman.git/atom/src/mailman/runners/tests?h=master</id>
<link rel='self' href='https://git.neuromancer.sk/mailman.git/atom/src/mailman/runners/tests?h=master'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/'/>
<updated>2017-06-30T03:42:06Z</updated>
<entry>
<title>Ignore syntactically invalid sender addresses.</title>
<updated>2017-06-30T03:42:06Z</updated>
<author>
<name>Mark Sapiro</name>
</author>
<published>2017-06-30T03:42:06Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=c14032bc6e398eb98910bdbe13eade7ab8ae8088'/>
<id>urn:sha1:c14032bc6e398eb98910bdbe13eade7ab8ae8088</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove the dependency on httplib2.</title>
<updated>2017-02-06T14:55:00Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2017-02-06T14:54:05Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=26e9f870a3d6aea1c7ff4d576d9b38e3b4d5bbbc'/>
<id>urn:sha1:26e9f870a3d6aea1c7ff4d576d9b38e3b4d5bbbc</id>
<content type='text'>
Closes #42
</content>
</entry>
<entry>
<title>Bump copyright years.</title>
<updated>2017-01-04T15:30:17Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2017-01-04T15:30:17Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=8180990a2ed053f6e4880f93a75acd9845631793'/>
<id>urn:sha1:8180990a2ed053f6e4880f93a75acd9845631793</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove some unnecessary code and update a comment.</title>
<updated>2016-11-24T16:54:45Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2016-11-24T16:01:34Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=6335abb114101528bd3d0227e5a629cc1ee78788'/>
<id>urn:sha1:6335abb114101528bd3d0227e5a629cc1ee78788</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Closes: #259</title>
<updated>2016-10-31T22:32:57Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2016-10-31T22:32:57Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=366dc6517716b7c77c4b7a76559b1b6b5996fc8e'/>
<id>urn:sha1:366dc6517716b7c77c4b7a76559b1b6b5996fc8e</id>
<content type='text'>
Remove the digest mbox files after the digests are sent.  Given by
Aurélien Bompard.
</content>
</entry>
<entry>
<title>Implment review suggestions</title>
<updated>2016-10-31T21:52:37Z</updated>
<author>
<name>Aurélien Bompard</name>
</author>
<published>2016-10-27T08:25:45Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=added3672526d4770c6b9da8883effc46a0a41da'/>
<id>urn:sha1:added3672526d4770c6b9da8883effc46a0a41da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove digest mbox after sending it</title>
<updated>2016-10-31T21:52:37Z</updated>
<author>
<name>Aurélien Bompard</name>
</author>
<published>2016-09-16T10:32:44Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=20bda7007c6c8546ab403d65e8bf9e0bdfe4ad50'/>
<id>urn:sha1:20bda7007c6c8546ab403d65e8bf9e0bdfe4ad50</id>
<content type='text'>
Fixes #259
</content>
</entry>
<entry>
<title>Simplify the implementation.</title>
<updated>2016-10-17T13:13:32Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2016-10-17T13:13:32Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=d45af03c4f2a560d51631fdfa7c55cd1a98e722c'/>
<id>urn:sha1:d45af03c4f2a560d51631fdfa7c55cd1a98e722c</id>
<content type='text'>
This merges the SubscriptionManager and UnsubscriptionManager into a
single SubscriptionManager implementation that handles both register()
and unregister().  This allows us to use direct class-based adaptation
instead of the more clunky getAdapter() API.  We can also eliminate the
funky _get_workflow() implementation detail.

This has a couple of side-effects.  .confirm() must lookup the token in
the pendings database and pull out the pending type, dispatching to the
proper class depending on the type, or raising a LookupError if the
token is None or there is no pendable associated with the given token.
This feels like an acceptable trade-off.

However, this *also* means that IWorkflowStateManager must lose its
'name' argument in its methods.  That's because we won't actually know
the name until its too late.  Honestly, the name wasn't providing much
value anyway (it was always the subclass's name), so losing that seems
fine too.  The complication here is that the name was a primary key in
the 'workflowstate' table, so we need to add its removal in the database
migration.
</content>
</entry>
<entry>
<title>flake8 fixes.</title>
<updated>2016-10-16T17:18:04Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2016-10-16T17:18:04Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=b530d7d6efdd756f531ca0abd76d84510654f5a6'/>
<id>urn:sha1:b530d7d6efdd756f531ca0abd76d84510654f5a6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Split registration (subscription) and unsubscription:</title>
<updated>2016-09-13T07:43:34Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2016-09-13T07:43:34Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=74c7d6d1d089864fe01a3f2502314c31508a4781'/>
<id>urn:sha1:74c7d6d1d089864fe01a3f2502314c31508a4781</id>
<content type='text'>
* events
* notices
* handlers

Also, be sure to do only one `leave` command per email.
</content>
</entry>
</feed>
