summaryrefslogtreecommitdiff
path: root/Mailman (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added cgi.py from Python 1.5.2 distribution.bwarsaw1999-01-081-0/+1341
* chunkify(): Don't put mm_cfg.DEFAULT_ADMIN_MEMBER_CHUNKSIZE as abwarsaw1999-01-061-1/+3
* processQueue(): We can pretty much guarantee that if an os.error isbwarsaw1999-01-051-7/+2
* TemporaryFile(): Divergence from Python 1.5.2 version. Can't use barebwarsaw1999-01-051-1/+6
* Added a TODO: fix the file!bwarsaw1999-01-051-0/+1
* reraise(): can now take an optional val argument, which is only usedbwarsaw1999-01-051-3/+7
* Save(): Can't use a bare `raise' here, since Python 1.5 doesn't havebwarsaw1999-01-051-1/+1
* IsAdministrivia(): Made more stringent about 'set' command, since weklm1999-01-051-2/+5
* 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
* 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
* AMK says:bwarsaw1998-12-191-13/+27
* Reorganize administrator authentication so that it is done up-frontbwarsaw1998-12-191-77/+132
* Add small comment on assertion, in light of Ken's complaint of 7-Decbwarsaw1998-12-182-0/+10
* DeliverToOwner(), DeliverToList(): Use self.LogMsg() instead ofbwarsaw1998-12-181-6/+6
* 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