summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* A few updates since bin/upgrade can now be used for more than just thebwarsaw1998-12-221-2/+8
* "make update" should call bin/updatebwarsaw1998-12-221-1/+1
* update_to_10b6 is moved to updatebwarsaw1998-12-222-6/+7
* Added removal of Mailman/smtplib.py{,c}bwarsaw1998-12-221-2/+5
* Makefile.in: create Mailman/pythonlib subdirectory. Change configurebwarsaw1998-12-223-7/+8
* Removed import of smtplib, since it isn't used in this file.bwarsaw1998-12-221-2/+0
* TrySMTPDelivery(): Added hacky stuff to ensure (as best we can) thatbwarsaw1998-12-221-13/+22
* Removed import of smtplib, since it isn't used in this file. Otherbwarsaw1998-12-221-14/+19
* No longer necessary; we've integrated with the standard Python 1.5.2bwarsaw1998-12-221-169/+0
* Added pythonlib directory to subdirsbwarsaw1998-12-221-1/+1
* New infrastructure for alleviating version skew with deployedbwarsaw1998-12-223-0/+75
* A few other docstring fixes, most importantly to be a little nicer tobwarsaw1998-12-221-54/+59
* Nothing earthshattering, just some fixes to typos and other formattingbwarsaw1998-12-221-49/+52
* (Nearly) the PostScript of the paper as published in Usenix LISA 98.bwarsaw1998-12-212-0/+66046
* Removed last slide, which seemed bogusbwarsaw1998-12-211-0/+0
* Suggested improving error messages, indicating file, maillist, etc atklm1998-12-191-1/+5
* AMK says:bwarsaw1998-12-191-13/+27
* Reorganize administrator authentication so that it is done up-frontbwarsaw1998-12-191-77/+132
* Added mailman-developers@python.org as bug reporting addressbwarsaw1998-12-192-19/+35
* Get rid of $< variables in command lines. They don't work for allbwarsaw1998-12-181-4/+4
* Add small comment on assertion, in light of Ken's complaint of 7-Decbwarsaw1998-12-182-0/+10
* Some updatesbwarsaw1998-12-181-5/+13
* DeliverToOwner(), DeliverToList(): Use self.LogMsg() instead ofbwarsaw1998-12-181-6/+6
* Significantly rewritten to handle many lurking bugs.bwarsaw1998-12-181-32/+85
* PollNewsGroup(): Significantly rewritten to work better with the newbwarsaw1998-12-181-21/+14
* FileLock.steal(): New method which just basically writes a new PIDbwarsaw1998-12-182-0/+8
* Correcteded "unsububscribes".klm1998-12-171-1/+1
* I needed to use the Utils.FindMatchingAddresses() address, rather thanklm1998-12-171-4/+9
* Small tweaks to layout - better separate the unsubscribe andklm1998-12-171-8/+7
* SendMailToNewsGroup(): Okay, use the same test that's in MailList.pybwarsaw1998-12-171-1/+1
* SendMailToNewsGroup(): If the Subject: line does not include abwarsaw1998-12-171-1/+6
* GetConfigInfo(): Fixed bogus indentationbwarsaw1998-12-171-19/+19
* Two tiny refinements to the subscriptions list, and then dinner:klm1998-12-171-3/+6
* Use OrderedList instead of UnorderedList for the list ofklm1998-12-171-1/+1
* Add section (in what was formerly whitespace, adjacent to theklm1998-12-171-5/+21
* Password box and button to handle new list-my-subscriptions option.klm1998-12-171-8/+14
* We needed *something* by which people can determine the lists theyklm1998-12-171-4/+40
* New standard replacement, mm-host.klm1998-12-171-0/+1
* Date: Wed, 16 Dec 1998 16:15:28 -0800klm1998-12-171-2/+2
* Added back add_members to Makefile.inbwarsaw1998-12-172-7/+7
* Make common.o depend on the generated Makefile in this directory.bwarsaw1998-12-161-1/+1
* Several changes. WARNING: This is untested since I don't currentlybwarsaw1998-12-101-118/+149
* Added some XXX comments for later:bwarsaw1998-12-101-0/+2
* As part of the install process, run compileall over the installedbwarsaw1998-12-101-0/+2
* Fixed small problem with local variables sectionbwarsaw1998-12-101-0/+63
* Cleaned up some option description typos, and i think i clarified theklm1998-12-101-14/+16
* Moved the troubleshooting stuff to PROBLEMSbwarsaw1998-12-101-43/+0
* move the import of Mailman.Utils.reraise into the debugging-open()bwarsaw1998-12-101-13/+13
* convert_list and populate_new_list have been removedbwarsaw1998-12-101-3/+2
* .SetOptionCommand(): For some reason the options descriptions keys nowklm1998-12-101-17/+21