summaryrefslogtreecommitdiff
path: root/Mailman/pythonlib/__init__.py (unfollow)
Commit message (Expand)AuthorFilesLines
1998-12-30In `subscribees' section, parse address through Utils.ParseAddrs() sobwarsaw1-0/+1
1998-12-30ParseAddrs(): New function which attempts to parse out the emailbwarsaw1-0/+42
1998-12-29__get_f(): Use Mailman.Utils.reraise()bwarsaw1-5/+2
1998-12-29Use the default argument to the reraise() functionbwarsaw1-4/+4
1998-12-29reraise(): exc argument is optional, to more closely resemble Pythonbwarsaw1-2/+5
1998-12-29ChangeOptions(): Rework the test for empty or whitespace-only blankbwarsaw1-8/+18
1998-12-29LogStdErr(): small patch to ensure we get a stdout. Python 1.5bwarsaw1-1/+5
1998-12-29Be sure we import the latest version of tempfile.py from the Pythonbwarsaw1-8/+13