| Commit message (Expand) | Author | Age | Files | Lines |
| * | Reorganize doctests, moving handler documentation into Mailman/handlers/docs. | Barry Warsaw | 2008-01-24 | 1 | -420/+0 |
| * | Reorganize the enums so that they live in the most appropriate interface. The | Barry Warsaw | 2007-10-09 | 1 | -1/+1 |
| * | Reorganize the qrunner infrastructure. First, the package has been renamed | Barry Warsaw | 2007-09-29 | 1 | -2/+2 |
| * | Removed a bunch of files that are obsolete. The interfaces are all folded | Barry Warsaw | 2007-09-27 | 1 | -1/+0 |
| * | OMGW00T: After over a decade, the MailList mixin class is gone! Well, | Barry Warsaw | 2007-09-21 | 1 | -1/+1 |
| * | Implement a context manager for Python 2.5's with statement, which is | Barry Warsaw | 2007-09-19 | 1 | -5/+3 |
| * | Move the pending database into the SQLAlchemy/Elixir layer. The old | Barry Warsaw | 2007-08-01 | 1 | -10/+10 |
| * | Conversion of the ToDigest tests to doctests, along with just enough handler | Barry Warsaw | 2007-07-10 | 1 | -24/+36 |
| * | Brush up the fall-back-to-utf8 mechanizm in ToDigest.py. Neither cStringIO | tkikuchi | 2007-03-24 | 1 | -16/+17 |
| * | Test suite repair. All tests are now passing again. | bwarsaw | 2007-03-21 | 1 | -2/+3 |
| * | Fixes for i18n digest to work. | tkikuchi | 2007-03-02 | 1 | -9/+14 |
| * | Clean up file permissions and umask settings. Now we set the umask to 007 | bwarsaw | 2007-01-05 | 1 | -6/+2 |
| * | Fix some buglets with virtual domain support and repair unit tests broken by | bwarsaw | 2006-07-08 | 1 | -2/+2 |
| * | Fix test_message.py by finishing the wind-through of the configuration object | bwarsaw | 2006-07-08 | 1 | -7/+7 |
| * | Remove most uses of the types module, in favor of isinstance checks against | bwarsaw | 2006-04-17 | 1 | -2/+1 |
| * | - Convert all logging to Python's standard logging module. Get rid of all | bwarsaw | 2006-04-17 | 1 | -4/+6 |
| * | Now that Python 2.3 is the minimum requirement for Mailman 2.2: | bwarsaw | 2006-04-15 | 1 | -19/+13 |
| * | Back out Revision 2.30 patch for email.Message.set_payload() bug | tkikuchi | 2006-01-29 | 1 | -12/+5 |
| * | Port cleaning changes forward from 2.1-maint branch. | bwarsaw | 2005-12-30 | 1 | -12/+10 |
| * | Fixes for email.set_payload() not distinguish parsed or virgin payload. | tkikuchi | 2005-12-24 | 1 | -2/+11 |
| * | SF patch # 1246003 | tkikuchi | 2005-11-19 | 1 | -1/+1 |
| * | back porting from 2.1.6 | tkikuchi | 2005-08-28 | 1 | -24/+47 |
| * | FSF office has moved. chdcking in for MAIN branch. | tkikuchi | 2005-08-27 | 1 | -1/+1 |
| * | process(): Use Mailman's Mailbox object to append new messages to the | bwarsaw | 2003-08-15 | 1 | -2/+3 |
| * | send_i18n_digests(): Patch # 694912 by Tokio Kikuchi to fix the | bwarsaw | 2003-04-11 | 1 | -2/+4 |
| * | True/False where appropriate. | bwarsaw | 2003-04-06 | 1 | -15/+24 |
| * | oneline(): Whoops! Typo fix. | bwarsaw | 2003-02-07 | 1 | -1/+1 |
| * | Tokio Kikuchi's SF patch #674401 to fix some issues with i18n in the | bwarsaw | 2003-02-07 | 1 | -15/+20 |
| * | I18n fixes for the digester, based on Tokio Kikuchi's patch #668819. | bwarsaw | 2003-01-24 | 1 | -43/+65 |
| * | send_digests(): Tokio Kikuchi patch of a bug reported by Chuq that | bwarsaw | 2002-10-18 | 1 | -5/+5 |
| * | send_i18n_digests(): Chuq politely reminds me that in MM2.0, digests | bwarsaw | 2002-10-07 | 1 | -0/+2 |
| * | KEEP: In digests, keep Reply-To header also. | bwarsaw | 2002-09-05 | 1 | -1/+1 |
| * | Some fixes for problems identified by Peer Heinlein. It is possible | bwarsaw | 2002-08-29 | 1 | -4/+7 |
| * | send_i18n_digests(): Let's generate MIME digests the correct way, by | bwarsaw | 2002-07-11 | 1 | -5/+9 |
| * | send_i18n_digests(): Get rid of the add_payload() calls; these are | bwarsaw | 2002-04-10 | 1 | -7/+7 |
| * | send_i18n_digests(): Be robust in the face of messages with no From: | bwarsaw | 2002-03-15 | 1 | -2/+2 |
| * | send_i18n_digests(): Use getDeliveryStatus(). | bwarsaw | 2001-12-19 | 1 | -1/+2 |
| * | msgfactory(): Get rid of this, now that our own Mailbox class already | bwarsaw | 2001-10-15 | 1 | -12/+2 |
| * | send_i18n_digests(): Dan Mick noticed that the DisableDelivery flag | bwarsaw | 2001-10-12 | 1 | -4/+5 |
| * | send_i18n_digests(): When calling msg.get_all() for a KEEP header, | bwarsaw | 2001-10-11 | 1 | -1/+1 |
| * | process(): SF bug # 465477 indicates that using mboxfp.tell() won't | bwarsaw | 2001-10-01 | 1 | -2/+3 |
| * | Convert from mimelib to email. | bwarsaw | 2001-10-01 | 1 | -12/+12 |
| * | send_i18n_digests(): Cut-n-paste errors: self->mlist. | bwarsaw | 2001-07-27 | 1 | -2/+2 |
| * | All membership related attribute access should use the MemberAdaptor | bwarsaw | 2001-07-19 | 1 | -2/+10 |
| * | send_i18n_digests(): Because messages are now enqueued as pickles by | bwarsaw | 2001-07-10 | 1 | -7/+3 |
| * | send_i18n_digests(): In addition to passing in the user's preferred | bwarsaw | 2001-05-18 | 1 | -1/+1 |
| * | mimelib's ReprMixin class and module was renamed to StringableMixin in | bwarsaw | 2001-05-01 | 1 | -3/+34 |
| * | Big i18n changes. Specifically, | bwarsaw | 2001-03-02 | 1 | -22/+40 |
| * | Conversion to mimelib. | bwarsaw | 2001-02-15 | 1 | -340/+254 |
| * | Latest set of I18N patches from jcrey. Specifically, | bwarsaw | 2000-12-26 | 1 | -7/+10 |