<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mailman.git/cron/bumpdigests, branch master</title>
<subtitle>The GNU Mailing List manager.</subtitle>
<id>https://git.neuromancer.sk/mailman.git/atom/cron/bumpdigests?h=master</id>
<link rel='self' href='https://git.neuromancer.sk/mailman.git/atom/cron/bumpdigests?h=master'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/'/>
<updated>2006-05-13T02:49:48Z</updated>
<entry>
<title>Move all cron scripts to the new Mailman.bin package layout and complete the</title>
<updated>2006-05-13T02:49:48Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>2006-05-13T02:49:48Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=590b6ebb628babc60fe282d133391dee155434ca'/>
<id>urn:sha1:590b6ebb628babc60fe282d133391dee155434ca</id>
<content type='text'>
conversion to optparse style option parsing.  Remove mailpasswds as password
reminders will go away for MM2.2.
</content>
</entry>
<entry>
<title>FSF office has moved. chdcking in for MAIN branch.</title>
<updated>2005-08-27T01:54:05Z</updated>
<author>
<name>tkikuchi</name>
</author>
<published>2005-08-27T01:54:05Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=2a6084d03b96f87af153b663cf3dd4776e7e37fb'/>
<id>urn:sha1:2a6084d03b96f87af153b663cf3dd4776e7e37fb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Jon Parise's patch to improve the usage() output for the command line</title>
<updated>2002-10-21T22:36:58Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>2002-10-21T22:36:58Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=17da8273eb61687e1eb7c1e068613036fc1f3f46'/>
<id>urn:sha1:17da8273eb61687e1eb7c1e068613036fc1f3f46</id>
<content type='text'>
and cron scripts.  When code/status == 0, there's no error (it's
likely --help output) so send that to stdout.  Otherwise, it's an
error and the output goes to stderr.
</content>
</entry>
<entry>
<title>Update copyright years.</title>
<updated>2002-03-16T06:57:37Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>2002-03-16T06:57:37Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=01c676cad87625f667c3cc5b0c3fcbf19e15a518'/>
<id>urn:sha1:01c676cad87625f667c3cc5b0c3fcbf19e15a518</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mimelib -&gt; email</title>
<updated>2001-10-22T20:32:28Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>2001-10-22T20:32:28Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=5851381f9ba5765966a0ea186924e2e878a76323'/>
<id>urn:sha1:5851381f9ba5765966a0ea186924e2e878a76323</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Ben Gertzfield's patch to hardcode the path to the python executable</title>
<updated>2001-09-07T23:18:47Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>2001-09-07T23:18:47Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=b497bcb818f249b4e1e1670b7fb9f09206bd4777'/>
<id>urn:sha1:b497bcb818f249b4e1e1670b7fb9f09206bd4777</id>
<content type='text'>
into the script's #! line -- based on --with-python settings, without
losing CVS revision history.

    #! /usr/bin/env python

becomes

    #! @PYTHON@

which gets substituted for in configure.
</content>
</entry>
<entry>
<title>Reorder the imports so mm_cfg is always the first module imported</title>
<updated>2001-07-27T16:35:45Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>2001-07-27T16:35:45Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=4d7275ad18caf7b115799334c56ab9a08898ae5e'/>
<id>urn:sha1:4d7275ad18caf7b115799334c56ab9a08898ae5e</id>
<content type='text'>
after paths.  Because these scripts are run from cron with "python -S"
they must import mm_cfg before attempting to import mimelib; mm_cfg
hacks sys.path to include site-packages which -S inhibits.

For those scripts that already import mm_cfg, add a comment describing
the import order dependencies.  For those that didn't, add a comment
about why it's being imported.

Also, gate_news: Removed the _ContinueLoop docstring so translators
have one less non-translatable docstring to worry about.

Closes Thomas's SF patch #443803.
</content>
</entry>
<entry>
<title>main(): MailList objects have grown a bump_digest_volume() method that</title>
<updated>2001-05-01T06:10:56Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>2001-05-01T06:10:56Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=7fdf0fc79e07219e1eaeb0fbd6757eea1fba6e9b'/>
<id>urn:sha1:7fdf0fc79e07219e1eaeb0fbd6757eea1fba6e9b</id>
<content type='text'>
encapsulates all the work necessary to bump the digest number.  Use
this instead of hacking the list attributes directly.
</content>
</entry>
<entry>
<title>Start of support for i18n; marking of translatable strings.</title>
<updated>2000-12-07T19:24:51Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>2000-12-07T19:24:51Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=f80f72d57ce4e6ef145502ef71bcc8f7bed592a1'/>
<id>urn:sha1:f80f72d57ce4e6ef145502ef71bcc8f7bed592a1</id>
<content type='text'>
Use extended print statement and other Python 2.0 features.
</content>
</entry>
<entry>
<title>Minor typo in docstring.</title>
<updated>2000-10-30T20:40:12Z</updated>
<author>
<name>bwarsaw</name>
</author>
<published>2000-10-30T20:40:12Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=0db1aadc5c30c0483d44de12de9054aaf8dd501d'/>
<id>urn:sha1:0db1aadc5c30c0483d44de12de9054aaf8dd501d</id>
<content type='text'>
</content>
</entry>
</feed>
