summaryrefslogtreecommitdiff
path: root/Mailman/pythonlib/StringIO.py (unfollow)
Commit message (Expand)AuthorFilesLines
2000-07-05open_ex(): Transfor OSError into IOError correctly (this is abwarsaw1-2/+3
2000-07-05Added a check of the Python executable's version. Must be >= 1.5.2bwarsaw2-57/+122
2000-07-05Create(): Fold in the CreateFiles() method. Don't use self.Lock()bwarsaw1-13/+11
2000-07-05HoldMessage(): Make a copy of the msgdata dictionary so thatbwarsaw1-0/+5
2000-06-28__handlesubscription(): When subscribing the addr, ApprovedAddMember()bwarsaw1-0/+3
2000-06-28process_lists(): Rewritten for efficiency. The list object is neverbwarsaw1-30/+35
2000-06-28Unlock(): Use unconditionally flag to avoid NotLockedErrors.bwarsaw1-8/+5
2000-06-28QRUNNER_PROCESS_LIFETIME: decrease to 15 minutes.bwarsaw1-1/+1
2000-06-28main(): syslog() call needs log file first argument.bwarsaw6-6/+6
2000-06-27Get rid of the os.fork() for gating each newsgroup. All gating nowbwarsaw1-78/+49
2000-06-27main(): syslog() call needs the log file as first argument. Found bybwarsaw1-1/+1
2000-06-27ScanMessages(): Watch out for exceptions in RegisterBounce().bwarsaw1-2/+13
2000-06-26There was a bit of a dely in 2.0beta3.bwarsaw1-1/+1
2000-06-26A few last minute updatesbwarsaw1-1/+7
2000-06-26ArchiveMail(): Don't do this work in a forked subprocesses; with manybwarsaw1-53/+42
2000-06-26main(): Honor QRUNNER_PROCESS_LIFETIME and QRUNNER_MAX_MESSAGES bybwarsaw1-0/+11
2000-06-26QRUNNER_PROCESS_LIFETIME, QRUNNER_MAX_MESSAGES: Two new resourcebwarsaw1-0/+9
2000-06-26updateThreadedIndex(), update_archive(): Wrap thebwarsaw1-11/+26
2000-06-26__init__(): When the mktime() call fails due to a "bogus year mostbwarsaw1-1/+1
2000-06-26main(): syslog() requires first argument to be the logfile to log to.bwarsaw1-1/+1
2000-06-23do_output(): Skip volatile attributes (i.e. those whose name beginsbwarsaw1-0/+3
2000-06-23ParseMailCommands(): Use mm_cfg.LIKELY_BOUNCE_SENDERS instead ofbwarsaw1-3/+1
2000-06-23dispose_message(): If the sender of the message comes frombwarsaw1-1/+14
2000-06-23LIKELY_BOUNCE_SENDERS:bwarsaw1-0/+8
2000-06-23main(): syslog doesn't need a trailing newlinebwarsaw1-1/+1
2000-06-23Administrivia.__doc__: Fixed typo (closes SF bug# 108128).bwarsaw1-1/+1
2000-06-23GetConfigInfo(): Reword slightly the two toggles to be morebwarsaw1-4/+12
2000-06-23Hackish support for `volatile' properties in the web interface.bwarsaw1-9/+16
2000-06-23__load(): Simplify logic in the IOError handler.bwarsaw1-4/+2
2000-06-23reap(): Added optional argument `func' which, if supplied, is abwarsaw1-1/+3
2000-06-23ArchiveMail(): First, extended the signature to take a msgdatabwarsaw1-20/+25
2000-06-23DumbBTree.__init__(): Rewrote the file opening and unmarshaling codebwarsaw1-5/+15
2000-06-23do_pipeline(): Added a failsafe around the delivery module's process()bwarsaw1-1/+5
2000-06-23process(), hold_for_approval(): The clue that the message has comebwarsaw1-2/+2
2000-06-23process(): ArchiveMail() now takes a second argument, msgdata, whichbwarsaw1-1/+1
2000-06-23process(): Be extra paranoid about the forks and child processes.bwarsaw1-7/+11
2000-06-23Use syslog() interface instead of writing to stderr. All syslogbwarsaw1-24/+39
2000-06-23Use syslog() interface instead of writing to stderr. All syslogbwarsaw1-10/+13
2000-06-20If $CVSROOT isn't set, guess it from CVS/Root, otherwise abort.bwarsaw1-4/+14
2000-06-20PrintAddMemberRequest(): First value should be mm_cfg.SUBSCRIBE.bwarsaw1-1/+1
2000-06-20bumpingbwarsaw1-2/+3
2000-06-20Added important note about reloading crontab.inbwarsaw1-0/+10
2000-06-20Added Ron Jarrellbwarsaw1-0/+1
2000-06-20Added lots of news about changes in 2.0beta3.bwarsaw1-1/+64
2000-06-20checkout(), make_pkg(): Some re-org and fixing for new SourceForgebwarsaw1-10/+14
2000-06-20do_pipeline(): Factored out from DeliverToList().bwarsaw1-5/+12
2000-06-20main(): Don't need to treat `kids' key specially here, since it's nowbwarsaw1-19/+9
2000-06-20process(): Use the volatile `_kids' key to store the child pids.bwarsaw1-2/+2
2000-06-20PrintPostRequest(), PrintAddMemberRequest(): Use the new valuesbwarsaw1-2/+5
2000-06-20process(): Relax the search constraints even more. I've now seen twobwarsaw1-4/+7