summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Extensive changes based on Jeremy Hylton's investigations. Thesebwarsaw1999-08-211-6/+16
* GZIP_ARCHIVE_TXT_FILES: A new flag which controls whether thebwarsaw1999-08-211-0/+7
* Ditch the posix lockfile stuff in favor of the now "standard" LockFilebwarsaw1999-08-211-29/+21
* This module has been "renamed" to LockFile.pybwarsaw1999-08-211-198/+0
* flock => LockFilebwarsaw1999-08-202-7/+7
* __assert_lock(): LockFile.AlreadyCalledLockedError =>bwarsaw1999-08-201-1/+1
* flock => LockFile everywherebwarsaw1999-08-201-4/+4
* Several changes to make this a more generally useful module.bwarsaw1999-08-201-64/+148
* checkall(): Must also check PREFIX.bwarsaw1999-08-131-0/+12
* find_member: new script to search all lists (or a specified subset)bwarsaw1999-08-092-1/+145
* Dragon's big logo as a jpeg (no gifs allowed on gnu.org)bwarsaw1999-08-061-0/+0
* Web page for www.gnu.orgbwarsaw1999-08-061-0/+75
* Oops! Forgot to update this filebwarsaw1999-07-301-0/+16
* Bump release date of 1.0 final (I think tonight's the night)bwarsaw1999-07-301-1/+1
* consistent body background colorbwarsaw1999-07-291-1/+1
* removed small typobwarsaw1999-07-291-1/+0
* Bumping version number to 1.0 ... get ready!bwarsaw1999-07-242-2/+2
* Add link to docs tarballbwarsaw1999-07-241-2/+7
* Don't distribute the docs with the main tarball -- it's more thanbwarsaw1999-07-241-0/+2
* Some updates, getting ready for the 1.0 release!bwarsaw1999-07-241-7/+21
* Some minor updates to the feature set. Couple probably use anotherbwarsaw1999-07-241-12/+36
* ConfirmUserPassword(): It's possible that user is None. Raise abwarsaw1999-07-221-0/+2
* $PREFIX (by default /home/mailman) really need only be 02755 forbwarsaw1999-07-222-6/+6
* DeliverToList(): Always remove return-receipt-to andbwarsaw1999-07-221-0/+3
* MakeCookie(): Set cookie's "path" based on the list-specific settinghmeland1999-07-221-1/+1
* Save(): When the list is created for the first time :) config.db maybwarsaw1999-07-211-1/+6
* OutgoingMessage.SetDate(): removebwarsaw1999-07-212-5/+0
* Save(): Harald's fix (slightly rewritten by Barry) for window ofbwarsaw1999-07-211-23/+13
* M.A. Lemburg's workaround for Netscape users when NS inserts a bogusbwarsaw1999-07-211-0/+43
* slightly rewritten, since aside_new() is gone nowbwarsaw1999-07-211-2/+2
* Post(): Add `cgiext' key with value taken from mm_cfg.CGIEXT. Thisbwarsaw1999-07-181-2/+4
* SatisfyRefs(): Add `cgiext' key with value taken from mm_cfg.CGIEXT.bwarsaw1999-07-181-0/+1
* DEFAULT_MSG_FOOTER: Two changes. First, nip a pet peeve (sorry Ken :)bwarsaw1999-07-181-2/+3
* Added Emacs turd to bottom of file.bwarsaw1999-07-161-0/+4
* CheckCookie(): Workaround for IE4.01 (and other pre-5.0 MSIEs?) bug inbwarsaw1999-07-161-2/+17
* Uncomment the autoconf test for vsnprintf()bwarsaw1999-07-122-6/+58
* Use os.error instead of OSError for older Pythonsbwarsaw1999-07-121-2/+8
* fatal() no longer has "const char*" as third arg prototype. Didn'tbwarsaw1999-07-121-1/+7
* fatal() no longer has "const char*" as third arg prototype. Didn'tbwarsaw1999-07-121-1/+1
* Add magic to include our own vsnprintf if the OS is missing one.bwarsaw1999-07-121-5/+10
* An implementation of vsnprintf() ripped from GNU screen 3.7.6's misc.cbwarsaw1999-07-121-0/+126
* Merge with Python 1.5.2+ version of this module. Also includebwarsaw1999-07-121-4/+42
* Describe using bin/check_permsbwarsaw1999-07-101-5/+26
* Added a note about bin/check_permsbwarsaw1999-07-101-0/+4
* bump version to 1.0rc3bwarsaw1999-07-101-2/+2
* VERSION: bump to 1.0rc3bwarsaw1999-07-101-1/+1
* Applied patch for PR#69, although num_addrs doesn't appear to be usedbwarsaw1999-07-091-1/+1
* main(): Slightly different message for confirmation.bwarsaw1999-07-091-1/+1
* SetSiteAdminPassword(): Open data/adm.pw with Utils.open_ex() so webwarsaw1999-07-091-5/+3
* checkadminpw(): Check the permissions on data/adm.pw, which now mustbwarsaw1999-07-091-9/+20