summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* A bunch of reformatting, updates, and adding a link to thebwarsaw1999-01-091-12/+23
* A couple of updatesbwarsaw1999-01-091-8/+11
* main(): Kludge-around for accessing variable details when cookies arebwarsaw1999-01-081-13/+23
* DeliverToList(): Ignore ECHILD exceptions that have been reported onbwarsaw1999-01-081-1/+17
* Changes to workaround some bogus clients which either don't include abwarsaw1999-01-082-2/+34
* forker(): fixed typo in docstring. Also use Utils.reraise() insteadbwarsaw1999-01-081-2/+4
* Minor reformattingbwarsaw1999-01-081-4/+4
* Added cgi.py from Python 1.5.2 distribution.bwarsaw1999-01-081-0/+1341
* A little more visibility to the --with-cgi-gid optionbwarsaw1999-01-081-4/+10
* Reformat as a FAQ (actual file move to happen in a moment w/o CVSbwarsaw1999-01-081-43/+64
* print_traceback(): A few changes to get the Mailman version numberbwarsaw1999-01-071-2/+10
* Somewhat kludgy changes to make debugging mismatching CGI gid's easierbwarsaw1999-01-074-1/+36
* Added what happens in the upgrade to 1.0b7bwarsaw1999-01-061-18/+21
* Mostly reformatting to get rid of lines > 78 columns widebwarsaw1999-01-061-14/+14
* 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
* 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