| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Create(): Add a call to CheckValues() so that even if DEFAULT_URL is | bwarsaw | 2001-05-16 | 1 | -0/+1 |
| * | ProcessConfirmation(): Fix tuple unpacking typo in unsub confirmation. | bwarsaw | 2001-05-11 | 1 | -1/+1 |
| * | Create(): Wrap the os.makedirs() in a try/except transforming OSErrors | bwarsaw | 2001-05-09 | 1 | -2/+7 |
| * | Support the new confirmation scheme for both subscriptions and | bwarsaw | 2001-04-02 | 1 | -14/+55 |
| * | AddMember(): Use the new Pending module interface. Also, generate the | bwarsaw | 2001-03-26 | 1 | -27/+30 |
| * | AddMember(): Change the subscription confirmation Subject: header to | bwarsaw | 2001-03-24 | 1 | -1/+1 |
| * | GetConfigInfo(): Elaborate slightly about the `host_name' attribute. | bwarsaw | 2001-03-02 | 1 | -17/+17 |
| * | GetPreferredLanguage(): Simplify. | bwarsaw | 2001-03-01 | 1 | -4/+1 |
| * | GetConfigInfo(): Fixed typo. | bwarsaw | 2001-03-01 | 1 | -1/+1 |
| * | Untabification. | bwarsaw | 2001-02-28 | 1 | -465/+479 |
| * | Create(): We don't need to touch the digest files since we're doing | bwarsaw | 2001-02-16 | 1 | -11/+0 |
| * | Create(): os.makedirs() is better than Utils.MakeDirTree(). | bwarsaw | 2001-02-16 | 1 | -1/+5 |
| * | De-string-module-ify. | bwarsaw | 2001-02-15 | 1 | -161/+144 |
| * | Latest round of jcrey's I18N patches. Specifically, | bwarsaw | 2000-12-26 | 1 | -30/+68 |
| * | First integration patch for Juan Carlos's translatable string changes | bwarsaw | 2000-12-07 | 1 | -211/+227 |
| * | GetConfigInfo(): Update the details for both the reply_goes_to_list | bwarsaw | 2000-11-16 | 1 | -17/+29 |
| * | CheckVersion(): Do not call versions.Update, and do not set the | bwarsaw | 2000-11-14 | 1 | -3/+4 |
| * | Added a Useful Comment. | bwarsaw | 2000-11-10 | 1 | -1/+2 |
| * | GetConfigInfo(): In the reply_goes_to_list details, add a link to | bwarsaw | 2000-10-27 | 1 | -1/+3 |
| * | HasExplicitDest(): It is possible that the address part of the tuple | bwarsaw | 2000-10-06 | 1 | -0/+5 |
| * | GetListIdentifier(): Removed as obsolete (List-Id: is not part of the | bwarsaw | 2000-09-20 | 1 | -7/+0 |
| * | GetConfigInfo(): Use Utils.maketest() to get the extra html for | bwarsaw | 2000-09-17 | 1 | -2/+2 |
| * | GetListIdentifier(): Don't include the description if it's empty | bwarsaw | 2000-09-15 | 1 | -2/+4 |
| * | GetOptionsURL(): Email addresses can have strange characters in them, | bwarsaw | 2000-09-11 | 1 | -1/+2 |
| * | GetConfigInfo(): Change the docstring and details for the web_page_url | bwarsaw | 2000-09-09 | 1 | -10/+15 |
| * | __save(): Improved robustness in the face of disk-full or other | bwarsaw | 2000-08-05 | 1 | -24/+18 |
| * | GetConfigInfo(): Explain that `web_page_url' must end in a single | bwarsaw | 2000-08-03 | 1 | -1/+1 |
| * | Massive cleanup to fix relative/absolute script url calculation in | bwarsaw | 2000-08-01 | 1 | -25/+6 |
| * | HasExplicitDest(): Integrating a patch from Gergely Madarasz from | bwarsaw | 2000-07-27 | 1 | -1/+1 |
| * | ApprovedAddMembers(), DeleteMember(): Refinement of twouter's patch to | bwarsaw | 2000-07-24 | 1 | -8/+5 |
| * | GetOwnerEmail(): new method to return the -owner address. | bwarsaw | 2000-07-22 | 1 | -3/+11 |
| * | Create(): Fold in the CreateFiles() method. Don't use self.Lock() | bwarsaw | 2000-07-05 | 1 | -13/+11 |
| * | Unlock(): Use unconditionally flag to avoid NotLockedErrors. | bwarsaw | 2000-06-28 | 1 | -8/+5 |
| * | __load(): Simplify logic in the IOError handler. | bwarsaw | 2000-06-23 | 1 | -4/+2 |
| * | InitTempVars(): Added back the argument withlogging when creating the | bwarsaw | 2000-06-14 | 1 | -11/+8 |
| * | Convert all uses of mlist.LogMsg() to the new syslog() interface. | bwarsaw | 2000-06-02 | 1 | -52/+21 |
| * | Load(): Extend the falling back to config.db.last to situations where | bwarsaw | 2000-06-01 | 1 | -26/+48 |
| * | Load(): If config.db is missing, fallback to config.db.last. If this | bwarsaw | 2000-05-30 | 1 | -9/+28 |
| * | InitVars(): Set the `administrivia' attribute. | bwarsaw | 2000-05-27 | 1 | -0/+1 |
| * | InitVars(): data_version should be initialized from DATA_FILE_VERSION. | bwarsaw | 2000-05-22 | 1 | -2/+3 |
| * | Changes to allow more control over list locking. This is used in | bwarsaw | 2000-05-09 | 1 | -23/+20 |
| * | DeleteMember(): Added optional argument userack, defaulting to true, | bwarsaw | 2000-04-21 | 1 | -2/+2 |
| * | HasExplicitDest(): One more change to the semantics for | bwarsaw | 2000-04-14 | 1 | -29/+42 |
| * | __save(): Be even more careful during the save. | bwarsaw | 2000-04-13 | 1 | -57/+75 |
| * | Create(): Raise MMListAlreadyExistsError instead of ValueError if the | bwarsaw | 2000-04-09 | 1 | -12/+17 |
| * | The 'reply_to_address' configuration setting now has type | hmeland | 2000-04-09 | 1 | -13/+18 |
| * | __init__(): Avoid the costly scan of name in Utils.list_names(). This | bwarsaw | 2000-04-04 | 1 | -10/+10 |
| * | Save(): Since Python 1.5.2 is now required, we can get rid of the | bwarsaw | 2000-04-03 | 1 | -3/+3 |
| * | InitTempVars(): Use mm_cfg.LIST_LOCK_LIFETIME, which now defaults to 2 | bwarsaw | 2000-03-28 | 1 | -1/+1 |
| * | Update the copyright lines to include the years 1999 & 2000. | bwarsaw | 2000-03-21 | 1 | -1/+1 |