<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mailman.git/src/mailman/app/tests/test_lifecycle.py, branch pluggable-workflows</title>
<subtitle>The GNU Mailing List manager.</subtitle>
<id>https://git.neuromancer.sk/mailman.git/atom/src/mailman/app/tests/test_lifecycle.py?h=pluggable-workflows</id>
<link rel='self' href='https://git.neuromancer.sk/mailman.git/atom/src/mailman/app/tests/test_lifecycle.py?h=pluggable-workflows'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/'/>
<updated>2017-02-21T02:36:36Z</updated>
<entry>
<title>Moved InvalidListNameError class definition to mailman.interfaces.mailinglist.</title>
<updated>2017-02-21T02:36:36Z</updated>
<author>
<name>Mark Sapiro</name>
</author>
<published>2017-02-21T02:36:36Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=5d2883cb22e36bc8fe1275ae911b2fd97e6e9da1'/>
<id>urn:sha1:5d2883cb22e36bc8fe1275ae911b2fd97e6e9da1</id>
<content type='text'>
Added more documentation on config.mailman.listname_chars.
Made a couple of minor tweaks.
</content>
</entry>
<entry>
<title>Updated rest/lists.py to handle list name error exceptions and added</title>
<updated>2017-02-20T01:44:16Z</updated>
<author>
<name>Mark Sapiro</name>
</author>
<published>2017-02-20T01:37:05Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=c39ef107c1765f1eb937bfcaae2e23dda0b4c581'/>
<id>urn:sha1:c39ef107c1765f1eb937bfcaae2e23dda0b4c581</id>
<content type='text'>
tests for for the exceptions.

Enhanced the InvalidListNameError exception to return the invalid name.
</content>
</entry>
<entry>
<title>Replaced assertEqual with assertRegex to account for difference in error</title>
<updated>2017-02-20T01:44:16Z</updated>
<author>
<name>Mark Sapiro</name>
</author>
<published>2017-02-13T08:20:18Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=1bde5f4b0f91831b22ebba135dc361ad9d622b3e'/>
<id>urn:sha1:1bde5f4b0f91831b22ebba135dc361ad9d622b3e</id>
<content type='text'>
messages between python versions.
</content>
</entry>
<entry>
<title>Made the allowable list name characters configurable.</title>
<updated>2017-02-20T01:44:16Z</updated>
<author>
<name>Mark Sapiro</name>
</author>
<published>2017-02-13T06:35:10Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=0ac6d8273cfb5fb60321867e108a3c6f7cee7bfb'/>
<id>urn:sha1:0ac6d8273cfb5fb60321867e108a3c6f7cee7bfb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implemented stricter listname validation.</title>
<updated>2017-02-20T01:44:16Z</updated>
<author>
<name>Mark Sapiro</name>
</author>
<published>2017-02-13T01:01:30Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=9351e5ff1c60394a16ac87690b08abee8e404a32'/>
<id>urn:sha1:9351e5ff1c60394a16ac87690b08abee8e404a32</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Skip a test if run as root, as can happen with GL shared runners</title>
<updated>2017-02-19T23:26:09Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2017-02-19T23:26:09Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=bd271d9269c6b45e3ad79b4489727cb1583a93e6'/>
<id>urn:sha1:bd271d9269c6b45e3ad79b4489727cb1583a93e6</id>
<content type='text'>
</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>Import order flake8 plugin.</title>
<updated>2016-03-28T02:14:47Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2016-03-28T02:14:47Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=532045c68c6325fa90d74572b6c035c666470849'/>
<id>urn:sha1:532045c68c6325fa90d74572b6c035c666470849</id>
<content type='text'>
Fix lots of import order errors discovered by the new plugin.
</content>
</entry>
<entry>
<title>First massive round of cleanups.</title>
<updated>2016-03-24T03:40:54Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2016-03-24T03:40:54Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=f51c63ca108134dd30f26641bef15bfcddd6e502'/>
<id>urn:sha1:f51c63ca108134dd30f26641bef15bfcddd6e502</id>
<content type='text'>
* Get rid of explicit __all__ settings and use the @public decorator.
* Get rid of ^L's
* Use expected_count argument for get_queue_messages()
* Various code modernizations.
* Other minor changes to make flake8 happy.
</content>
</entry>
<entry>
<title>Happy New Year.</title>
<updated>2016-01-03T03:43:23Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2016-01-03T03:43:23Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=f390e08c31477c476e1312d03771b68e22b42675'/>
<id>urn:sha1:f390e08c31477c476e1312d03771b68e22b42675</id>
<content type='text'>
</content>
</entry>
</feed>
