| Commit message (Expand) | Author | Age | Files | Lines |
| * | Bite the bullet: rename the Mailman package to mailman. | Barry Warsaw | 2008-02-27 | 5 | -2737/+0 |
| * | Tweak copyright years. | Barry Warsaw | 2008-02-07 | 4 | -4/+4 |
| * | Much progress, though not perfect, on migrating to SQLAlchemy 0.4 and Elixir | Barry Warsaw | 2007-10-31 | 2 | -8/+5 |
| * | General cleanups some of which is even tested <wink>. Mailman.LockFile module | Barry Warsaw | 2007-10-10 | 2 | -5/+5 |
| * | Implement a context manager for Python 2.5's with statement, which is | Barry Warsaw | 2007-09-19 | 1 | -45/+10 |
| * | It all started by trying to remove MailList.Create() and use the IListManager | Barry Warsaw | 2007-08-05 | 1 | -6/+0 |
| * | Other than contrib files, convert all imports of mm_cfg to imports of config. | Barry Warsaw | 2007-07-14 | 2 | -29/+29 |
| * | The start of a setuptools conversion. All the Makefile.in and autoconf | Barry Warsaw | 2007-07-13 | 1 | -73/+0 |
| * | Update copyright years. | bwarsaw | 2007-01-19 | 5 | -10/+12 |
| * | A little more internal_name() to fqdn_listname changes. | tkikuchi | 2006-12-03 | 2 | -7/+7 |
| * | We need to substitute the fully qualified list name in the public archive url. | bwarsaw | 2006-11-12 | 1 | -4/+6 |
| * | MailList.py ... GetScriptURL() absolute again because we need it for email | tkikuchi | 2006-11-09 | 1 | -3/+1 |
| * | More work on the WSGI support. So far, I've tested most of the admin.py links | bwarsaw | 2006-10-15 | 1 | -10/+8 |
| * | First crack at real virtual domain support, i.e. mailing lists with the same | bwarsaw | 2006-07-08 | 1 | -7/+10 |
| * | Added '(by thread)' to the previous and next message links to emphasize that | msapiro | 2006-06-11 | 1 | -2/+2 |
| * | Remove most uses of the types module, in favor of isinstance checks against | bwarsaw | 2006-04-17 | 1 | -4/+3 |
| * | - Convert all logging to Python's standard logging module. Get rid of all | bwarsaw | 2006-04-17 | 3 | -13/+16 |
| * | Now that Python 2.3 is the minimum requirement for Mailman 2.2: | bwarsaw | 2006-04-15 | 3 | -38/+25 |
| * | Now that we've converted from CVS to Subversion, remove CVS cruft from | bwarsaw | 2006-04-15 | 1 | -1/+0 |
| * | Added missing import of Errors module. | msapiro | 2006-03-20 | 1 | -0/+1 |
| * | Back out Revision 2.30 patch for email.Message.set_payload() bug | tkikuchi | 2006-01-29 | 2 | -13/+3 |
| * | Text file '@' obfuscation bug (unicode) fix. Thanks Mark. | tkikuchi | 2006-01-09 | 1 | -3/+8 |
| * | Port cleaning changes forward from 2.1-maint branch. | bwarsaw | 2005-12-30 | 1 | -1/+2 |
| * | Fixes for email.set_payload() not distinguish parsed or virgin payload. | tkikuchi | 2005-12-24 | 2 | -2/+12 |
| * | Finnish dialect of "Re:". | tkikuchi | 2005-11-01 | 1 | -1/+1 |
| * | Obfuscate email address in the subject line. | tkikuchi | 2005-10-31 | 1 | -0/+9 |
| * | Obscure email when the poster doesn't set full name in From:. | tkikuchi | 2005-09-19 | 1 | -1/+5 |
| * | back porting from 2.1.6 | tkikuchi | 2005-08-28 | 3 | -50/+116 |
| * | FSF office has moved. chdcking in for MAIN branch. | tkikuchi | 2005-08-27 | 5 | -5/+5 |
| * | ExternalArchive(): Add %(hostname)s to the substitution strings | bwarsaw | 2003-06-26 | 1 | -2/+4 |
| * | quick_maketext(): Richard Barrett's patch for bug #730769, with minor | bwarsaw | 2003-05-12 | 1 | -6/+36 |
| * | _set_date(): Patch # 732366 by Richard Barrett; take the timezone into | bwarsaw | 2003-05-12 | 1 | -2/+2 |
| * | Update copyright years | bwarsaw | 2003-03-11 | 1 | -1/+1 |
| * | SF patch #683906, add $DESTDIR to install target, by Ademar de Souza Reis | twouters | 2003-03-11 | 1 | -1/+2 |
| * | volNameToDate(): Catch failures in time.mktime() which can happen if | bwarsaw | 2003-01-19 | 1 | -15/+18 |
| * | Copyright years. | bwarsaw | 2003-01-10 | 1 | -1/+1 |
| * | _set_date(): Watch out for TypeErrors that can come from time.mktime() | bwarsaw | 2003-01-10 | 1 | -1/+1 |
| * | Article.__init__(): Watch out for tuples coming back from | bwarsaw | 2003-01-10 | 1 | -0/+3 |
| * | __processbody_URLquote(): Tokio Kikuchi's patch #658598 to fix rc1 bug | bwarsaw | 2002-12-26 | 1 | -1/+3 |
| * | __processbody_URLquote(): Obscure email addresses in the body of | bwarsaw | 2002-12-24 | 1 | -1/+6 |
| * | Martin's patch #655214 to fix multi-charset archiving. He says: | bwarsaw | 2002-12-24 | 1 | -108/+48 |
| * | Donn Cave's patch #602087 to honor configure's --srcdir switch. | bwarsaw | 2002-12-12 | 1 | -1/+1 |
| * | Tokio Kikichi's patch for multibyte i18n problems. Patch #646884, | bwarsaw | 2002-12-08 | 1 | -39/+60 |
| * | _set_date(): Generalize w/ a nested function so we can try more than | bwarsaw | 2002-12-08 | 1 | -14/+15 |
| * | _set_date(): Don't convert to GMT. Keep dates local. Closes SF bug | bwarsaw | 2002-12-07 | 1 | -1/+1 |
| * | decode_charset(): Greg Ward's patch for SF # 649007. If there is an | bwarsaw | 2002-12-07 | 1 | -2/+2 |
| * | sizeof(): Watch out for ENOENT exceptions which can happen if the mbox | bwarsaw | 2002-12-07 | 1 | -1/+7 |
| * | update_article(): Reword the messages for proper i18n style. Closes | bwarsaw | 2002-12-05 | 1 | -6/+9 |
| * | setListIfUnset(): Greg Ward's patch to actually make this work. ;) | bwarsaw | 2002-12-05 | 1 | -2/+1 |
| * | Article.__init__(): Use a slightly safer invocation of parseaddr(). | bwarsaw | 2002-12-02 | 1 | -4/+4 |