| Commit message (Expand) | Author | Age | Files | Lines |
| * | Bite the bullet: rename the Mailman package to mailman. | Barry Warsaw | 2008-02-27 | 1 | -252/+0 |
| * | Tweak copyright years. | Barry Warsaw | 2008-02-07 | 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 | -8/+2 |
| * | Major surgery to get the setuptools based installation passing all the | Barry Warsaw | 2007-07-16 | 1 | -1/+1 |
| * | Other than contrib files, convert all imports of mm_cfg to imports of config. | Barry Warsaw | 2007-07-14 | 1 | -5/+5 |
| * | Update copyright years. | bwarsaw | 2007-01-19 | 1 | -1/+1 |
| * | Merged revisions 8113-8121 via svnmerge from | bwarsaw | 2006-12-29 | 1 | -20/+0 |
| * | - Convert all logging to Python's standard logging module. Get rid of all | bwarsaw | 2006-04-17 | 1 | -10/+14 |
| * | FSF office has moved. chdcking in for MAIN branch. | tkikuchi | 2005-08-27 | 1 | -1/+1 |
| * | cosmetic | bwarsaw | 2003-04-06 | 1 | -2/+0 |
| * | main(): Sanity check the language cgi variable. | bwarsaw | 2003-01-27 | 1 | -6/+8 |
| * | process_form(): When getting the member's full name out of the web | bwarsaw | 2002-09-17 | 1 | -2/+2 |
| * | QuoteHyperChars() -> websafe() | bwarsaw | 2002-05-22 | 1 | -1/+1 |
| * | GetAdminEmail() eradication campaign. | bwarsaw | 2002-03-26 | 1 | -1/+1 |
| * | process_form(): i18n fixes. The privacy alert message should be sent | bwarsaw | 2002-02-28 | 1 | -6/+13 |
| * | process_form(): Handle MembershipIsBanned exceptions. | bwarsaw | 2002-01-06 | 1 | -2/+6 |
| * | Forward port security patch from Mailman 2.0.8: | bwarsaw | 2001-11-30 | 1 | -1/+3 |
| * | process_form(): Lots of cleaning up of the code. Also, make this page | bwarsaw | 2001-10-12 | 1 | -88/+121 |
| * | Convert lots of split-line strings to triple-quoted strings. Yes, | bwarsaw | 2001-08-17 | 1 | -21/+18 |
| * | process_form(): Since this no longer gets called from the "edit | bwarsaw | 2001-08-02 | 1 | -41/+0 |
| * | process_form(): Use UserDesc helper class. | bwarsaw | 2001-07-29 | 1 | -9/+2 |
| * | main(): Simpler idiom for getting the 'language' value out of the | bwarsaw | 2001-07-20 | 1 | -8/+12 |
| * | A revamp to use the new membership API. Specifically, | bwarsaw | 2001-07-19 | 1 | -3/+3 |
| * | Better syslog() calling conventions. Also, don't mark syslog messages | bwarsaw | 2001-06-27 | 1 | -3/+2 |
| * | print_results(): Toggle off the output of <head><body> tags by setting | bwarsaw | 2001-06-25 | 1 | -0/+5 |
| * | main(), process_form(), print_results(): We don't need to pass the | bwarsaw | 2001-05-31 | 1 | -5/+5 |
| * | Be more paranoid about abnormal shutdown conditions, specifically: | bwarsaw | 2001-05-03 | 1 | -2/+23 |
| * | main(): Typo fix by Juan Carlos. | bwarsaw | 2001-03-23 | 1 | -1/+1 |
| * | process_form(): In the MMNeedApproval exception clause, we need to get | bwarsaw | 2001-03-01 | 1 | -0/+3 |
| * | More i18n changes. | bwarsaw | 2001-02-28 | 1 | -82/+88 |
| * | jcrey's latest round of I18N changes. | bwarsaw | 2000-12-26 | 1 | -5/+17 |
| * | First round integration of Juan Carlos's translatable string markings. | bwarsaw | 2000-12-07 | 1 | -28/+28 |
| * | Fixes for a minor local security hole. Some of the CGI scripts could | bwarsaw | 2000-09-29 | 1 | -11/+3 |
| * | process_form(): Fix for SF bug #111306, results in triplicate when not | bwarsaw | 2000-09-08 | 1 | -3/+1 |
| * | Applying the patches from SF Bug #109217 that are not specific to | bwarsaw | 2000-07-24 | 1 | -4/+7 |
| * | main(): syslog() call needs log file first argument. | bwarsaw | 2000-06-28 | 1 | -1/+1 |
| * | Convert all uses of sys.stderr.write() and mlist.LogMsg() to the new | bwarsaw | 2000-06-02 | 1 | -3/+4 |
| * | process_form(): MMListNotReady => MMListError | bwarsaw | 2000-04-04 | 1 | -1/+1 |
| * | Some meager consistency in handling errors when trying to open the | bwarsaw | 2000-04-04 | 1 | -3/+4 |
| * | Update the copyright lines to include the years 1999 & 2000. | bwarsaw | 2000-03-21 | 1 | -3/+1 |
| * | process_form(): In regard to the previous patch, the default if the | bwarsaw | 1999-12-02 | 1 | -1/+1 |
| * | process_form(): it is possible that the form doesn't have a 'digest' | bwarsaw | 1999-11-30 | 1 | -0/+2 |
| * | call_script(): Be sure to explicitly flush stdout and stderr since the | bwarsaw | 1999-11-26 | 1 | -0/+2 |
| * | Some general cleanup of imports, globals (zapped 'em), and a few other | bwarsaw | 1999-11-11 | 1 | -83/+90 |
| * | A few changes to the text displayed when approval is needed (including | bwarsaw | 1999-11-10 | 1 | -10/+11 |
| * | Minor reformatting | bwarsaw | 1999-01-08 | 1 | -4/+4 |
| * | Don't use eval() to turn a string into an int, use int() -- it's safer. | bwarsaw | 1998-12-29 | 1 | -1/+5 |
| * | added a list.Save() after a successful subscription because the core | cotton | 1998-11-21 | 1 | -2/+1 |
| * | Made the script not crash when called without a listname in the | cotton | 1998-10-28 | 1 | -1/+5 |