<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mailman.git/src/mailman/utilities/interact.py, branch feature/drop-runner-priviliges</title>
<subtitle>The GNU Mailing List manager.</subtitle>
<id>https://git.neuromancer.sk/mailman.git/atom/src/mailman/utilities/interact.py?h=feature%2Fdrop-runner-priviliges</id>
<link rel='self' href='https://git.neuromancer.sk/mailman.git/atom/src/mailman/utilities/interact.py?h=feature%2Fdrop-runner-priviliges'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/'/>
<updated>2017-01-04T15:30:17Z</updated>
<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>Handle a Python 3.6 difference in interact().</title>
<updated>2016-11-25T14:05:26Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2016-11-25T14:05:26Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=ffc8ed1347121079c047ec454f94e27bf54a9d42'/>
<id>urn:sha1:ffc8ed1347121079c047ec454f94e27bf54a9d42</id>
<content type='text'>
Also:

* Fix a regexp that 3.6 raises an exception on.
* Remove a deprecated attribute from passlib.cfg.
</content>
</entry>
<entry>
<title>Rebase mailman/mailman!180 and cleanup # noqa</title>
<updated>2016-07-29T03:10:56Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2016-07-29T03:10:56Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=90e84bee5f47cbcdb9e9c367c60a877e325ef3e7'/>
<id>urn:sha1:90e84bee5f47cbcdb9e9c367c60a877e325ef3e7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use contextlib.suppress() where appropriate.</title>
<updated>2016-04-30T19:54:54Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2016-04-30T17:34:04Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=c6eb7ee3e574b48ee016dd31af2014b0ed083268'/>
<id>urn:sha1:c6eb7ee3e574b48ee016dd31af2014b0ed083268</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Ignore anything in /tmp and improve coverage.</title>
<updated>2016-04-09T19:00:50Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2016-04-09T19:00:50Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=ba7f2eff098a9a1c8ffc98d5d29aa35e1652912d'/>
<id>urn:sha1:ba7f2eff098a9a1c8ffc98d5d29aa35e1652912d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix mailman shell processing of $PYTHONSTARTUP.</title>
<updated>2016-04-09T02:45:36Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2016-04-09T02:45:36Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=b0b36f18f86be2c8a8a443bf425ad4114c53c06e'/>
<id>urn:sha1:b0b36f18f86be2c8a8a443bf425ad4114c53c06e</id>
<content type='text'>
Closes #224
</content>
</entry>
<entry>
<title>Replace execfile() with a Python 3 compatible alternative.</title>
<updated>2016-04-01T21:26:59Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2016-04-01T21:26:59Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=4f331e67122849fb059d1e4cc4c60dccf1ab7373'/>
<id>urn:sha1:4f331e67122849fb059d1e4cc4c60dccf1ab7373</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't use `flake8: noqa`.</title>
<updated>2016-04-01T20:40:39Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2016-04-01T20:40:39Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=b87447ffe4a20793e22884a99a7f9afe3a803004'/>
<id>urn:sha1:b87447ffe4a20793e22884a99a7f9afe3a803004</id>
<content type='text'>
This suppresses all errors in the file.  Use `noqa`, although pep8
doesn't honor this for all errors.

There may be a plugin which helps.
</content>
</entry>
<entry>
<title>Clean up the utilities directory.</title>
<updated>2016-03-25T23:03:05Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2016-03-25T23:03:05Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=c81e250e3a5690e8c8f9f4dc4b460c2a81731c48'/>
<id>urn:sha1:c81e250e3a5690e8c8f9f4dc4b460c2a81731c48</id>
<content type='text'>
</content>
</entry>
</feed>
