| Commit message (Expand) | Author | Age | Files | Lines |
| * | Reorganize doctests, moving handler documentation into Mailman/handlers/docs. | Barry Warsaw | 2008-01-24 | 1 | -500/+0 |
| * | Update copyright years. Change a plugin name. | Barry Warsaw | 2008-01-13 | 1 | -1/+1 |
| * | Add an interface IArchiver which is used to calculate urls and send messages | Barry Warsaw | 2008-01-13 | 1 | -5/+4 |
| * | Convert to the Storm Python ORM <storm.canonical.com>. There were several | Barry Warsaw | 2007-11-18 | 1 | -4/+0 |
| |\ |
|
| | * | Initial pylint/pyflakes cleanup | Barry Warsaw | 2007-11-17 | 1 | -4/+0 |
| * | | - Scrubber.py | Mark Sapiro | 2007-11-06 | 1 | -5/+6 |
| |/ |
|
| * | Much progress, though not perfect, on migrating to SQLAlchemy 0.4 and Elixir | Barry Warsaw | 2007-10-31 | 1 | -4/+3 |
| * | General cleanups some of which is even tested <wink>. Mailman.LockFile module | Barry Warsaw | 2007-10-10 | 1 | -7/+4 |
| * | OMGW00T: After over a decade, the MailList mixin class is gone! Well, | Barry Warsaw | 2007-09-21 | 1 | -2/+4 |
| * | Move the pending database into the SQLAlchemy/Elixir layer. The old | Barry Warsaw | 2007-08-01 | 1 | -5/+5 |
| * | Convert the Scrubber test to a doctest, and fix Scrubber.py, but otherwise | Barry Warsaw | 2007-07-12 | 1 | -13/+14 |
| * | Scrubber.py - Malformed RFC 2047 encoded filename= parameter can have | Mark Sapiro | 2007-06-22 | 1 | -12/+16 |
| * | Merge exp-elixir-branch to trunk. There is enough working to make me feel | bwarsaw | 2007-05-28 | 1 | -2/+22 |
| * | passwords.py: Looks like we still need unicode checking. | tkikuchi | 2007-03-25 | 1 | -33/+41 |
| * | Clean up file permissions and umask settings. Now we set the umask to 007 | bwarsaw | 2007-01-05 | 1 | -26/+6 |
| * | Fix test_message.py by finishing the wind-through of the configuration object | bwarsaw | 2006-07-08 | 1 | -6/+6 |
| * | Remove most uses of the types module, in favor of isinstance checks against | bwarsaw | 2006-04-17 | 1 | -3/+2 |
| * | - Convert all logging to Python's standard logging module. Get rid of all | bwarsaw | 2006-04-17 | 1 | -4/+5 |
| * | Now that Python 2.3 is the minimum requirement for Mailman 2.2: | bwarsaw | 2006-04-15 | 1 | -31/+7 |
| * | Preparing for email 3.0/4.0. get_type() -> get_content_type() etc. | tkikuchi | 2006-03-07 | 1 | -2/+2 |
| * | Fixed bug 1430236 by catching TypeError when trying to get a decoded payload | msapiro | 2006-02-19 | 1 | -1/+6 |
| * | variable name: it is not a floating number. (time tuple) | tkikuchi | 2006-02-03 | 1 | -2/+2 |
| * | Back out Revision 2.30 patch for email.Message.set_payload() bug | tkikuchi | 2006-01-29 | 1 | -10/+3 |
| * | Port cleaning changes forward from 2.1-maint branch. | bwarsaw | 2005-12-30 | 1 | -5/+6 |
| * | Fixes for email.set_payload() not distinguish parsed or virgin payload. | tkikuchi | 2005-12-24 | 1 | -21/+24 |
| * | Add an extra trailing space in scrubbed content URL. This may save the | tkikuchi | 2005-12-13 | 1 | -1/+3 |
| * | Add OverflowError in the except list. | tkikuchi | 2005-09-19 | 1 | -1/+1 |
| * | back porting from 2.1.6 | tkikuchi | 2005-08-28 | 1 | -33/+100 |
| * | FSF office has moved. chdcking in for MAIN branch. | tkikuchi | 2005-08-27 | 1 | -1/+1 |
| * | process(): In the msg.is_multipart() clause, inside the clause that | bwarsaw | 2003-09-13 | 1 | -2/+5 |
| * | makedirs(): Only twiddle the attachment directory permissions if we | bwarsaw | 2003-01-24 | 1 | -5/+5 |
| * | A few minor refinements to the previous patch. | bwarsaw | 2003-01-20 | 1 | -6/+10 |
| * | Fixes for bug #669081. Based on Tokio Kikuchi's patch, but extended | bwarsaw | 2003-01-20 | 1 | -18/+56 |
| * | save_attachment(): Use Message.get_content_type() instead of the | bwarsaw | 2003-01-19 | 1 | -4/+5 |
| * | Copyright years. | bwarsaw | 2003-01-10 | 1 | -4/+4 |
| * | safe_strftime(): Watch out for TypeError coming back from strftime(). | bwarsaw | 2003-01-10 | 1 | -1/+1 |
| * | process(): This is the part of Martin's patch # 655214 not related to | bwarsaw | 2002-12-20 | 1 | -0/+2 |
| * | calculate_attachments_dir(): Be defensive about bogus Date headers. ;/ | bwarsaw | 2002-11-22 | 1 | -6/+32 |
| * | Martin v. Loewis's SF patch #634109 for better scrubbing of multipart | bwarsaw | 2002-11-13 | 1 | -22/+52 |
| * | process(): Fix for SF bug #598844 reported by Patrick Finnerty where | bwarsaw | 2002-08-22 | 1 | -1/+4 |
| * | save_attachment(): Strip leading dots off the filename. | bwarsaw | 2002-08-15 | 1 | -0/+4 |
| * | Rework the directory layout for attachments. There were two problems | bwarsaw | 2002-08-13 | 1 | -40/+63 |
| * | process(): Calculate the message content type once, falling back to | bwarsaw | 2002-07-12 | 1 | -4/+5 |
| * | QuoteHyperChars() -> websafe() | bwarsaw | 2002-05-22 | 1 | -3/+2 |
| * | save_attachment(): Ugly hack to make sure that the attachments | bwarsaw | 2002-04-19 | 1 | -1/+4 |
| * | Update copyright years. | bwarsaw | 2002-03-16 | 1 | -1/+1 |
| * | save_attachment(): Why not actually /use/ the baseurl local variable? | bwarsaw | 2001-12-19 | 1 | -1/+1 |
| * | process(): Teach the scrubber about message/rfc822 types, which are | bwarsaw | 2001-11-30 | 1 | -3/+41 |
| * | process(): Implement ARCHIVE_HTML_SANITIZER == 3, strip but don't | bwarsaw | 2001-10-27 | 1 | -3/+16 |
| * | process(): Implement ARCHIVE_HTML_SANITIZER == 2, meaning "leave it | bwarsaw | 2001-10-27 | 1 | -6/+31 |