summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* IsAdministrivia(): Made more stringent about 'set' command, since weklm1999-01-051-2/+5
* list_members - a new script for dumping a list's members to stdout or a filebwarsaw1999-01-024-32/+238
* Bumping version number to 1.0b7+ to signify working version betweenbwarsaw1998-12-313-4/+4
* Fixed making of the tarballbwarsaw1998-12-311-32/+43
* Script to create, tag, package releasesbwarsaw1998-12-311-0/+180
* Changed the paths so that this script can be run from the top levelbwarsaw1998-12-311-3/+3
* todo.html is generated from TODO file. Might as well release this.bwarsaw1998-12-312-1/+120
* The usualbwarsaw1998-12-311-1/+1
* Added a few more names -- Ken, John, Scott, please add anybody else.bwarsaw1998-12-311-0/+6
* Added changes with 1.0b7 -- Ken, John, and Scott, please proofread.bwarsaw1998-12-311-0/+33
* Some formatting changes, removed line that the release looks forbwarsaw1998-12-311-22/+17
* As with the IPC7 directory, let's go ahead and release the publishedbwarsaw1998-12-313-66034/+1
* Since these papers have been published, we might as well release thembwarsaw1998-12-317-730/+8
* SendMailToNewsGroup(): Slight reconfiguration of error messagesbwarsaw1998-12-301-7/+7
* SendMailToNewsGroup(): Don't raise an exception when either thebwarsaw1998-12-301-4/+8
* FormatMembershipOptions(): Changes to the table that gets built tobwarsaw1998-12-301-8/+28
* new class: DefinitionListbwarsaw1998-12-301-5/+14
* AddMember(), ApprovedAddMember(): In both cases, normalize addressbwarsaw1998-12-301-0/+14
* In `subscribees' section, parse address through Utils.ParseAddrs() sobwarsaw1998-12-301-0/+1
* ParseAddrs(): New function which attempts to parse out the emailbwarsaw1998-12-301-0/+42
* __get_f(): Use Mailman.Utils.reraise()bwarsaw1998-12-291-5/+2
* Use the default argument to the reraise() functionbwarsaw1998-12-291-4/+4
* reraise(): exc argument is optional, to more closely resemble Pythonbwarsaw1998-12-291-2/+5
* ChangeOptions(): Rework the test for empty or whitespace-only blankbwarsaw1998-12-291-8/+18
* LogStdErr(): small patch to ensure we get a stdout. Python 1.5bwarsaw1998-12-291-1/+5
* Be sure we import the latest version of tempfile.py from the Pythonbwarsaw1998-12-291-8/+13
* Copied from the Python 1.5.2b1 distribution, this version implementsbwarsaw1998-12-291-0/+141
* DeliverToUser(): Small stylistic tweak to change the sense of the testbwarsaw1998-12-291-19/+19
* SendMailToNewsGroup(): Small stylistic tweak to put the os.fork() inbwarsaw1998-12-291-2/+2
* FormatListListinfo(): Small tweak to make the email addr entry box 30bwarsaw1998-12-291-1/+1
* Fixed two instances where the old module named mm_err was beingbwarsaw1998-12-292-4/+4
* GetValidValue(): Fixed small bug in return value of mm_cfg.Numberbwarsaw1998-12-291-0/+1
* Don't use eval() to turn a string into an int, use int() -- it's safer.bwarsaw1998-12-292-27/+24
* GetValidValue(): Zap another case of eval() for string->number conversion.bwarsaw1998-12-291-7/+11
* GetValidValue(): Don't use eval() to turn a string into an int, usebwarsaw1998-12-291-4/+3
* get_list(): Watch out for no trailing slash on the URL, in which casebwarsaw1998-12-271-1/+5
* Fixed bugs that occur when no list name is given in the URL.bwarsaw1998-12-271-45/+50
* LockFile.lock(): Two changes: first a minor one, if we raise abwarsaw1998-12-272-14/+54
* In class Deliverer, build a mechanism for adding more defaultbwarsaw1998-12-231-16/+50
* TrySMTPDelivery(): On advice from Dragon, we do a manual ehlo/helo,bwarsaw1998-12-231-1/+9
* At the end of main(), catch MMCantDigestError which can occur if thebwarsaw1998-12-231-1/+6
* Small, and final docstring merge with Dragon's version.bwarsaw1998-12-221-1/+5
* 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