| Commit message (Expand) | Author | Age | Files | Lines |
| * | Reorganize doctests, moving handler documentation into Mailman/handlers/docs. | Barry Warsaw | 2008-01-24 | 1 | -207/+0 |
| * | More updates to rules and chains, especially by adding additional tests. | Barry Warsaw | 2008-01-21 | 1 | -0/+1 |
| * | Go ahead and remove the Mailman/database/tables directory since all the Elixir | bwarsaw | 2007-05-30 | 1 | -38/+25 |
| * | passwords.py: Looks like we still need unicode checking. | tkikuchi | 2007-03-25 | 1 | -10/+20 |
| * | Fix of Decorate.py for the case (input_charset != output_charset) and fail | tkikuchi | 2007-03-23 | 1 | -5/+6 |
| * | A few style fixes based on commit reviews. | bwarsaw | 2007-03-21 | 1 | -17/+9 |
| * | Restoreing i18n in 2.2 | tkikuchi | 2007-03-01 | 1 | -28/+29 |
| * | Update copyright years. | bwarsaw | 2007-01-19 | 1 | -1/+1 |
| * | When an exception occurs during decoration, log it at exception level so we s... | bwarsaw | 2006-07-08 | 1 | -1/+1 |
| * | - Decorate.py Fixed bug 1507248 by ignoring header/footer characters | msapiro | 2006-06-23 | 1 | -2/+2 |
| * | Reorganize the unit test infrastructure, so that tests live inside the | bwarsaw | 2006-05-18 | 1 | -1/+1 |
| * | 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 | -10/+7 |
| * | Preparing for email 3.0/4.0. get_type() -> get_content_type() etc. | tkikuchi | 2006-03-07 | 1 | -1/+1 |
| * | Back out Revision 2.30 patch for email.Message.set_payload() bug | tkikuchi | 2006-01-29 | 1 | -7/+2 |
| * | 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 | 1 | -1/+6 |
| * | back porting from 2.1.6 | tkikuchi | 2005-08-28 | 1 | -20/+51 |
| * | FSF office has moved. chdcking in for MAIN branch. | tkikuchi | 2005-08-27 | 1 | -1/+1 |
| * | process(): Ben Gertzfield idea to add "Content-Disposition: inline" | bwarsaw | 2003-01-07 | 1 | -6/+10 |
| * | process(): Martin's patch #653242 to fix the wacking of the | bwarsaw | 2002-12-13 | 1 | -1/+3 |
| * | process(): Martin von Loewis's fix for specifying the charset of | bwarsaw | 2002-12-13 | 1 | -4/+4 |
| * | process(): Implement a header/footer MIME wrapper for problematic | bwarsaw | 2002-11-17 | 1 | -13/+52 |
| * | process(): Dan Mick points out we probably shouldn't add separators if | bwarsaw | 2002-08-15 | 1 | -2/+2 |
| * | process(): If we're adding the header and footer by string | bwarsaw | 2002-08-15 | 1 | -1/+7 |
| * | process(): Simone Piunno's patch to fix header/footer attachment in | bwarsaw | 2002-05-07 | 1 | -2/+4 |
| * | process(): In the multipart/mixed stanza, don't provide a charset name | bwarsaw | 2002-04-11 | 1 | -1/+1 |
| * | process(): Add another predicate to the test for whether we can add | bwarsaw | 2002-03-16 | 1 | -0/+1 |
| * | process(): Now that Decorate.py is called directly from SMTPDirect.py | bwarsaw | 2002-03-12 | 1 | -2/+2 |
| * | process(): Apply Ben Gertzfield's patch which always adds the header | bwarsaw | 2002-03-11 | 1 | -2/+8 |
| * | process(): Largely unchanged since this still does the job of | bwarsaw | 2002-03-09 | 1 | -1/+1 |
| * | decorate(): When the mailing list object has a true attribute | bwarsaw | 2002-02-23 | 1 | -2/+16 |
| * | decorate(): It's simply too easy to write %(foo)s strings that can | bwarsaw | 2002-01-23 | 1 | -6/+19 |
| * | Convert from mimelib to email. | bwarsaw | 2001-10-01 | 1 | -8/+7 |
| * | decorate(): String interpolation can throw either a ValueError /or/ a | bwarsaw | 2001-08-29 | 1 | -2/+2 |
| * | process(): If the message should be personalized (i.e. its metadata | bwarsaw | 2001-08-03 | 1 | -3/+22 |
| * | Better syslog() calling conventions. | bwarsaw | 2001-06-27 | 1 | -2/+1 |
| * | process(): Do no harm to MIME documents when adding the header and | bwarsaw | 2001-04-03 | 1 | -10/+28 |
| * | process(), decorate(): Mark a few more strings as translatable. | bwarsaw | 2001-03-02 | 1 | -3/+5 |
| * | Conversion to mimelib. | bwarsaw | 2001-02-15 | 1 | -17/+34 |
| * | process(): Get rid of the string module in favor of string methods. | bwarsaw | 2000-12-20 | 1 | -4/+2 |
| * | process(): Don't tack on the regular mail header and footer if the | bwarsaw | 2000-09-15 | 1 | -0/+3 |
| * | process(): Because this module modifies the message object, set the | bwarsaw | 2000-07-27 | 1 | -0/+3 |
| * | process(): If there's a bogus template for the header or footer, | bwarsaw | 2000-07-26 | 1 | -3/+13 |
| * | Many changes to make message delivery more robust in the face of | bwarsaw | 2000-05-08 | 1 | -1/+1 |
| * | Update the copyright lines to include the years 1999 & 2000. | bwarsaw | 2000-03-21 | 1 | -1/+1 |
| * | When adding the header and the footer, be sure to convert \r\n to just | bwarsaw | 1999-11-12 | 1 | -2/+3 |
| * | New pipeline delivery module | bwarsaw | 1999-11-10 | 1 | -0/+31 |