<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mailman.git/src/mailman/testing/layers.py, branch feature/drop-runner-priviliges</title>
<subtitle>The GNU Mailing List manager.</subtitle>
<id>https://git.neuromancer.sk/mailman.git/atom/src/mailman/testing/layers.py?h=feature%2Fdrop-runner-priviliges</id>
<link rel='self' href='https://git.neuromancer.sk/mailman.git/atom/src/mailman/testing/layers.py?h=feature%2Fdrop-runner-priviliges'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/'/>
<updated>2017-05-23T18:23:32Z</updated>
<entry>
<title>Add support for regex based postfix transport maps and relay_domains.</title>
<updated>2017-05-23T18:23:32Z</updated>
<author>
<name>Abhilash Raj</name>
</author>
<published>2017-05-23T18:23:32Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=30a21e0aacd4fcf755816e31b031aec81f83c98e'/>
<id>urn:sha1:30a21e0aacd4fcf755816e31b031aec81f83c98e</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>Use `atpublic` for @public instead of internal copy.</title>
<updated>2016-11-29T23:51:05Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2016-11-29T23:51:05Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=fe22ebdb98d125db840c980cbd953a8fbc2e5cdf'/>
<id>urn:sha1:fe22ebdb98d125db840c980cbd953a8fbc2e5cdf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>New template system.  Closes #249</title>
<updated>2016-07-16T19:44:07Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2016-07-16T19:44:07Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=dbde6231ec897379ed38ed4cd015b8ab20ed5fa1'/>
<id>urn:sha1:dbde6231ec897379ed38ed4cd015b8ab20ed5fa1</id>
<content type='text'>
The new template system is introduced for API 3.1.  See
``src/mailman/rest/docs/templates.rst`` for details.
</content>
</entry>
<entry>
<title>Replace another rmtree() with a better solution.</title>
<updated>2016-05-01T21:10:43Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2016-05-01T21:10:43Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=dd659b75659f8727425d3102777b850bb32e11be'/>
<id>urn:sha1:dd659b75659f8727425d3102777b850bb32e11be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Ensure that $(PWD)/var/ is cleaned up.</title>
<updated>2016-04-30T19:54:54Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2016-04-30T17:33:25Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=465f24ff33e154385322ee894d32d8b7dd9b3941'/>
<id>urn:sha1:465f24ff33e154385322ee894d32d8b7dd9b3941</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clean up the testing directory.</title>
<updated>2016-03-25T22:19:39Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2016-03-25T22:19:39Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=01433eedaeea07b72bfc8b2a970a1e0023975cd6'/>
<id>urn:sha1:01433eedaeea07b72bfc8b2a970a1e0023975cd6</id>
<content type='text'>
</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>
<entry>
<title>Turn off tying the -E test suite option to debugging the database logger.</title>
<updated>2015-08-19T01:16:59Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2015-08-19T01:16:59Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=c265a58eea8bb7abbdaa4cdbc0f25cafb1d78626'/>
<id>urn:sha1:c265a58eea8bb7abbdaa4cdbc0f25cafb1d78626</id>
<content type='text'>
SQLAlchemy is generally pretty chatty and usually not necessary to debug.

Set use_poll=True in asyncore.loop() which improves Python 3.5 compatibility.
We were getting OSErrors in stop() when using select under Python 3.5.
</content>
</entry>
<entry>
<title>all tests passing now (except doctests)</title>
<updated>2015-03-25T21:36:58Z</updated>
<author>
<name>Abhilash Raj</name>
</author>
<published>2015-03-25T21:36:58Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=c5b114328eac659bb0f33f9727efffea88dc3542'/>
<id>urn:sha1:c5b114328eac659bb0f33f9727efffea88dc3542</id>
<content type='text'>
</content>
</entry>
</feed>
