<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mailman.git/mailman/tests, branch master</title>
<subtitle>The GNU Mailing List manager.
</subtitle>
<id>https://git.neuromancer.sk/mailman.git/atom?h=master</id>
<link rel='self' href='https://git.neuromancer.sk/mailman.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/'/>
<updated>2009-01-25T18:01:41Z</updated>
<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>
<entry>
<title>Get rid of a few now unnecessary u-prefixes.</title>
<updated>2009-01-17T02:16:43Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2009-01-17T02:16:43Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=0c996b693d1cc68d864acc313ba919197717a413'/>
<id>urn:sha1:0c996b693d1cc68d864acc313ba919197717a413</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Several important cleanups.</title>
<updated>2009-01-17T02:04:21Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2009-01-17T02:04:21Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=ae3d0cc316b826b8325507d960ccf84da601c3b0'/>
<id>urn:sha1:ae3d0cc316b826b8325507d960ccf84da601c3b0</id>
<content type='text'>
* Turn on absolute_import and unicode_literals everywhere, and deal with the
  aftermath.
* Use 'except X as Y' everywhere.
* Make the module prologues much more consistent.
* Use '{}'.format() consistently, except for logger interface.
* Because of the problems with calling ** args with unicode keywords, hide
  calls to Template.substitute() behind an API.
</content>
</entry>
<entry>
<title>Picking some (py)lint.</title>
<updated>2009-01-05T00:41:05Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2009-01-05T00:41:05Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=f6d998b93b0dd8978eadc9abc4c3964e3fe66bf7'/>
<id>urn:sha1:f6d998b93b0dd8978eadc9abc4c3964e3fe66bf7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump copyright years</title>
<updated>2009-01-01T22:16:51Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2009-01-01T22:16:51Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=3f4f4b12d3e60bec5ac3136be86e4c2abe152c2f'/>
<id>urn:sha1:3f4f4b12d3e60bec5ac3136be86e4c2abe152c2f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>All tests are now passing!</title>
<updated>2009-01-01T22:07:06Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2009-01-01T22:07:06Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=2413e18a366024b9d64bf6eb7d8afee50f7441da'/>
<id>urn:sha1:2413e18a366024b9d64bf6eb7d8afee50f7441da</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert more configuration variables to lazr.config.</title>
<updated>2008-12-23T04:26:58Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2008-12-23T04:26:58Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=fd600d3952393dc9808fefb9be871f78cdbdff39'/>
<id>urn:sha1:fd600d3952393dc9808fefb9be871f78cdbdff39</id>
<content type='text'>
Add .push() and .pop() methods to the Configuration object.

Put the 'config' object in the globals of doctests.

Add some test layers for setting up the configuration and the SMTP server.
</content>
</entry>
<entry>
<title>Lots of changes to make bin/withlist work under a buildout environment.</title>
<updated>2008-12-20T20:41:16Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2008-12-20T20:41:16Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=dfccf2b7d2b5749c86267645aaf870f128dab2d8'/>
<id>urn:sha1:dfccf2b7d2b5749c86267645aaf870f128dab2d8</id>
<content type='text'>
mailman.configuration -&gt; mailman.config.config
mailman.initialize -&gt; mailma.core.initialize
mailman.loginit -&gt; mailman.core.logging (yay future absolute imports!)

Convert all configurations to lazr.config, though some legacy still remains,
and I haven't been able to remove Defaults.py yet.  Added as_boolean() and
as_log_level() helpers for explicit type conversion.  Added a schema.cfg.
</content>
</entry>
<entry>
<title>The future is now.</title>
<updated>2008-10-17T17:58:18Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2008-10-17T17:58:18Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=f25f73cb081f9363743020155c17ccf4305309dc'/>
<id>urn:sha1:f25f73cb081f9363743020155c17ccf4305309dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Target Python 2.6.  Make the test suite pass without deprecations.</title>
<updated>2008-10-16T04:48:15Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2008-10-16T04:48:15Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=a56897d1c541dd9b1db7af9b3568743dd73692de'/>
<id>urn:sha1:a56897d1c541dd9b1db7af9b3568743dd73692de</id>
<content type='text'>
</content>
</entry>
</feed>
