<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mailman.git/Mailman/pythonlib, branch plugin</title>
<subtitle>The GNU Mailing List manager.
</subtitle>
<id>https://git.neuromancer.sk/mailman.git/atom?h=plugin</id>
<link rel='self' href='https://git.neuromancer.sk/mailman.git/atom?h=plugin'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/'/>
<updated>2002-02-23T05:58:53Z</updated>
<entry>
<title>Deprecate the Mailman/pythonlib directory.  First, most if not all of</title>
<updated>2002-02-23T05:58:53Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>2002-02-23T05:58:53Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=d26184863640945f34f72f52cb5d3973721a0fcb'/>
<id>urn:sha1:d26184863640945f34f72f52cb5d3973721a0fcb</id>
<content type='text'>
the modules are now unnecessary because we're going to require at
least Python 2.1.x and it should have relatively bug-free versions of
these modules.  Second, if we find we need to override standard
modules, we have a different way of doing it now (by path-hacking in a
pythonlib directory one level up into the front of sys.path).
</content>
</entry>
<entry>
<title>cgi.py from Python 2.2</title>
<updated>2001-10-01T17:06:38Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>2001-10-01T17:06:38Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=185018ba5850beb83251cb341fd014a5609b4109'/>
<id>urn:sha1:185018ba5850beb83251cb341fd014a5609b4109</id>
<content type='text'>
</content>
</entry>
<entry>
<title>File from Python 2.2</title>
<updated>2001-07-19T17:15:42Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>2001-07-19T17:15:42Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=0c1788ba0bf59d7ef07ca57cf3cf1a66605bc8ac'/>
<id>urn:sha1:0c1788ba0bf59d7ef07ca57cf3cf1a66605bc8ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Now, try to remove it!</title>
<updated>2001-07-19T03:24:37Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>2001-07-19T03:24:37Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=8ca758a4981b570276080120cb2c812351192623'/>
<id>urn:sha1:8ca758a4981b570276080120cb2c812351192623</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Committing to see if I can finally get rid of this file. :(</title>
<updated>2001-07-19T03:24:14Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>2001-07-19T03:24:14Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=4171ceb02c1a9d2e8151bfd61b6e345c22837131'/>
<id>urn:sha1:4171ceb02c1a9d2e8151bfd61b6e345c22837131</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use the Python 2.1 version of these modules.  nntplib.py has the fixed</title>
<updated>2001-02-15T06:09:38Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>2001-02-15T06:09:38Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=1498d08ccdb7242dc6a6cad036c6cecb785d4a81'/>
<id>urn:sha1:1498d08ccdb7242dc6a6cad036c6cecb785d4a81</id>
<content type='text'>
readermode stuff, and mailbox.py has the factory argument.
</content>
</entry>
<entry>
<title>Now that we require Python 2.0, we're fine getting rid of these copies.</title>
<updated>2000-12-26T22:59:08Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>2000-12-26T22:59:08Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=53e4eac33399f9569fda00ddd8cba7ead504a557'/>
<id>urn:sha1:53e4eac33399f9569fda00ddd8cba7ead504a557</id>
<content type='text'>
</content>
</entry>
<entry>
<title>We can use Python 2.0's standard nntplib.py now.</title>
<updated>2000-12-20T21:14:08Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>2000-12-20T21:14:08Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=05ffa847a4acccc86e237aada66bf859d4b5017e'/>
<id>urn:sha1:05ffa847a4acccc86e237aada66bf859d4b5017e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>connect(): Wrap the sock.connect() in a try/except so that if the</title>
<updated>2000-10-31T16:40:10Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>2000-10-31T16:40:10Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=fa28f0052adffd60e14dce4197126a76ffab089b'/>
<id>urn:sha1:fa28f0052adffd60e14dce4197126a76ffab089b</id>
<content type='text'>
connection fails with a socket.error, the file descriptors are
reclaimed.
</content>
</entry>
<entry>
<title>Since we now require Python 1.5.2 and that version has getpass in it's</title>
<updated>2000-10-02T20:43:59Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>2000-10-02T20:43:59Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=cc3fc6e56c1e63b7ee84c29054c8aae2bba09844'/>
<id>urn:sha1:cc3fc6e56c1e63b7ee84c29054c8aae2bba09844</id>
<content type='text'>
standard library, get rid of Mailman.pythonlib.getpass compatibility
module.
</content>
</entry>
</feed>
