<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mailman.git/src/mailman/bin/docs, branch pluggable-components</title>
<subtitle>The GNU Mailing List manager.
</subtitle>
<id>https://git.neuromancer.sk/mailman.git/atom?h=pluggable-components</id>
<link rel='self' href='https://git.neuromancer.sk/mailman.git/atom?h=pluggable-components'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/'/>
<updated>2016-04-30T19:54:54Z</updated>
<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>Documentation fixes, given by Abhilash Raj.</title>
<updated>2015-03-14T00:56:51Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2015-03-14T00:56:51Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=a77f6650bc69ce968d3ac60d1b545d9bbdb9c62f'/>
<id>urn:sha1:a77f6650bc69ce968d3ac60d1b545d9bbdb9c62f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>change bin/mailman to mailman everwhere in docs</title>
<updated>2015-03-12T16:20:52Z</updated>
<author>
<name>Abhilash Raj</name>
</author>
<published>2015-03-12T16:20:52Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=8d9b19d5f5a5f78d28cb4e04d92a91e746ed7102'/>
<id>urn:sha1:8d9b19d5f5a5f78d28cb4e04d92a91e746ed7102</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use print functions consistently through, and update all __future__ imports to</title>
<updated>2014-04-28T15:23:35Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2014-04-28T15:23:35Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=d4d71f71f08d6d440b17482eecc5472dcfe6cbae'/>
<id>urn:sha1:d4d71f71f08d6d440b17482eecc5472dcfe6cbae</id>
<content type='text'>
reflect this.

Also, mock out sys.stderr on some tests so that their nose2 output is quieter.

A few other minor coding style consistencies.
</content>
</entry>
<entry>
<title>Major terminology shift:</title>
<updated>2011-06-01T21:09:32Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2011-06-01T21:09:32Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=bf8b285acb8c2500e52ae2582f27513b9842de54'/>
<id>urn:sha1:bf8b285acb8c2500e52ae2582f27513b9842de54</id>
<content type='text'>
* Queue runners are now called just 'Runners' since several of them don't
  manage queue directories.
* Ban the term 'qrunner' too.
* The master queue runner watcher should now just be called the 'master' or
  the 'master runner'.
* bin/qrunner -&gt; bin/runner
* mailman.qrunner log file -&gt; mailman.runner
* master-qrunner.lck -&gt; master.lck
* master-qrunner.pid -&gt; master.pid

Also:

* Remove some obsolete files
* Begin the .txt -&gt; .rst renaming
</content>
</entry>
<entry>
<title>Many documentation fixes for better Sphinx output.</title>
<updated>2010-09-09T02:35:20Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2010-09-09T02:35:20Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=1726b47b6b9bd44d6f2240372d278c4bd22eaa7b'/>
<id>urn:sha1:1726b47b6b9bd44d6f2240372d278c4bd22eaa7b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>* Mostly eradicate mentions of mailmanctl.</title>
<updated>2009-12-05T14:46:50Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2009-12-05T14:46:50Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=af33fabf7e10cb42ab6802b8a222670b2b7037f0'/>
<id>urn:sha1:af33fabf7e10cb42ab6802b8a222670b2b7037f0</id>
<content type='text'>
* In most human readable text, qrunner -&gt; queue runner
</content>
</entry>
<entry>
<title>When testing, the signal.pause() is a problem because the TestableMaster is</title>
<updated>2009-10-16T02:18:38Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2009-10-16T02:18:38Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=d0eff3c214b4940cb30ec1152fcabf0f34f49194'/>
<id>urn:sha1:d0eff3c214b4940cb30ec1152fcabf0f34f49194</id>
<content type='text'>
never killed with a signal.  In the real-world, it is though.  So put the
.pause() in a method that can be overridden by TestableMaster.
</content>
</entry>
<entry>
<title>Move mailmanctl start and stop commands into bin/mailman.</title>
<updated>2009-10-07T03:03:57Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2009-10-07T03:03:57Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=eafec352555fae996be5fbb4d1992df9641a3aa6'/>
<id>urn:sha1:eafec352555fae996be5fbb4d1992df9641a3aa6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Push the source directory into a 'src' subdirectory so that zc.buildout works</title>
<updated>2009-01-25T18:01:41Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2009-01-25T18:01:41Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=eefd06f1b88b8ecbb23a9013cd223b72ca85c20d'/>
<id>urn:sha1:eefd06f1b88b8ecbb23a9013cd223b72ca85c20d</id>
<content type='text'>
correctly regardless of how it's used.
</content>
</entry>
</feed>
