| Commit message (Expand) | Author | Age | Files | Lines |
| * | ChangeOptions(): Rework the test for empty or whitespace-only blank | bwarsaw | 1998-12-29 | 1 | -8/+18 |
| * | LogStdErr(): small patch to ensure we get a stdout. Python 1.5 | bwarsaw | 1998-12-29 | 1 | -1/+5 |
| * | Be sure we import the latest version of tempfile.py from the Python | bwarsaw | 1998-12-29 | 1 | -8/+13 |
| * | Copied from the Python 1.5.2b1 distribution, this version implements | bwarsaw | 1998-12-29 | 1 | -0/+141 |
| * | DeliverToUser(): Small stylistic tweak to change the sense of the test | bwarsaw | 1998-12-29 | 1 | -19/+19 |
| * | SendMailToNewsGroup(): Small stylistic tweak to put the os.fork() in | bwarsaw | 1998-12-29 | 1 | -2/+2 |
| * | FormatListListinfo(): Small tweak to make the email addr entry box 30 | bwarsaw | 1998-12-29 | 1 | -1/+1 |
| * | Fixed two instances where the old module named mm_err was being | bwarsaw | 1998-12-29 | 2 | -4/+4 |
| * | GetValidValue(): Fixed small bug in return value of mm_cfg.Number | bwarsaw | 1998-12-29 | 1 | -0/+1 |
| * | Don't use eval() to turn a string into an int, use int() -- it's safer. | bwarsaw | 1998-12-29 | 2 | -27/+24 |
| * | GetValidValue(): Zap another case of eval() for string->number conversion. | bwarsaw | 1998-12-29 | 1 | -7/+11 |
| * | GetValidValue(): Don't use eval() to turn a string into an int, use | bwarsaw | 1998-12-29 | 1 | -4/+3 |
| * | get_list(): Watch out for no trailing slash on the URL, in which case | bwarsaw | 1998-12-27 | 1 | -1/+5 |
| * | Fixed bugs that occur when no list name is given in the URL. | bwarsaw | 1998-12-27 | 1 | -45/+50 |
| * | LockFile.lock(): Two changes: first a minor one, if we raise a | bwarsaw | 1998-12-27 | 2 | -14/+54 |
| * | In class Deliverer, build a mechanism for adding more default | bwarsaw | 1998-12-23 | 1 | -16/+50 |
| * | TrySMTPDelivery(): On advice from Dragon, we do a manual ehlo/helo, | bwarsaw | 1998-12-23 | 1 | -1/+9 |
| * | At the end of main(), catch MMCantDigestError which can occur if the | bwarsaw | 1998-12-23 | 1 | -1/+6 |
| * | Small, and final docstring merge with Dragon's version. | bwarsaw | 1998-12-22 | 1 | -1/+5 |
| * | A few updates since bin/upgrade can now be used for more than just the | bwarsaw | 1998-12-22 | 1 | -2/+8 |
| * | "make update" should call bin/update | bwarsaw | 1998-12-22 | 1 | -1/+1 |
| * | update_to_10b6 is moved to update | bwarsaw | 1998-12-22 | 2 | -6/+7 |
| * | Added removal of Mailman/smtplib.py{,c} | bwarsaw | 1998-12-22 | 1 | -2/+5 |
| * | Makefile.in: create Mailman/pythonlib subdirectory. Change configure | bwarsaw | 1998-12-22 | 3 | -7/+8 |
| * | Removed import of smtplib, since it isn't used in this file. | bwarsaw | 1998-12-22 | 1 | -2/+0 |
| * | TrySMTPDelivery(): Added hacky stuff to ensure (as best we can) that | bwarsaw | 1998-12-22 | 1 | -13/+22 |
| * | Removed import of smtplib, since it isn't used in this file. Other | bwarsaw | 1998-12-22 | 1 | -14/+19 |
| * | No longer necessary; we've integrated with the standard Python 1.5.2 | bwarsaw | 1998-12-22 | 1 | -169/+0 |
| * | Added pythonlib directory to subdirs | bwarsaw | 1998-12-22 | 1 | -1/+1 |
| * | New infrastructure for alleviating version skew with deployed | bwarsaw | 1998-12-22 | 3 | -0/+75 |
| * | A few other docstring fixes, most importantly to be a little nicer to | bwarsaw | 1998-12-22 | 1 | -54/+59 |
| * | Nothing earthshattering, just some fixes to typos and other formatting | bwarsaw | 1998-12-22 | 1 | -49/+52 |
| * | (Nearly) the PostScript of the paper as published in Usenix LISA 98. | bwarsaw | 1998-12-21 | 2 | -0/+66046 |
| * | Removed last slide, which seemed bogus | bwarsaw | 1998-12-21 | 1 | -0/+0 |
| * | Suggested improving error messages, indicating file, maillist, etc at | klm | 1998-12-19 | 1 | -1/+5 |
| * | AMK says: | bwarsaw | 1998-12-19 | 1 | -13/+27 |
| * | Reorganize administrator authentication so that it is done up-front | bwarsaw | 1998-12-19 | 1 | -77/+132 |
| * | Added mailman-developers@python.org as bug reporting address | bwarsaw | 1998-12-19 | 2 | -19/+35 |
| * | Get rid of $< variables in command lines. They don't work for all | bwarsaw | 1998-12-18 | 1 | -4/+4 |
| * | Add small comment on assertion, in light of Ken's complaint of 7-Dec | bwarsaw | 1998-12-18 | 2 | -0/+10 |
| * | Some updates | bwarsaw | 1998-12-18 | 1 | -5/+13 |
| * | DeliverToOwner(), DeliverToList(): Use self.LogMsg() instead of | bwarsaw | 1998-12-18 | 1 | -6/+6 |
| * | Significantly rewritten to handle many lurking bugs. | bwarsaw | 1998-12-18 | 1 | -32/+85 |
| * | PollNewsGroup(): Significantly rewritten to work better with the new | bwarsaw | 1998-12-18 | 1 | -21/+14 |
| * | FileLock.steal(): New method which just basically writes a new PID | bwarsaw | 1998-12-18 | 2 | -0/+8 |
| * | Correcteded "unsububscribes". | klm | 1998-12-17 | 1 | -1/+1 |
| * | I needed to use the Utils.FindMatchingAddresses() address, rather than | klm | 1998-12-17 | 1 | -4/+9 |
| * | Small tweaks to layout - better separate the unsubscribe and | klm | 1998-12-17 | 1 | -8/+7 |
| * | SendMailToNewsGroup(): Okay, use the same test that's in MailList.py | bwarsaw | 1998-12-17 | 1 | -1/+1 |
| * | SendMailToNewsGroup(): If the Subject: line does not include a | bwarsaw | 1998-12-17 | 1 | -1/+6 |