| Commit message (Expand) | Author | Age | Files | Lines |
| * | getallrecipients(): returns a tuple list of all To: and Cc: header | bwarsaw | 1999-01-12 | 1 | -0/+16 |
| * | Copied from Python 1.5.2 since we'll need the new interface. | bwarsaw | 1999-01-12 | 1 | -0/+904 |
| * | Added FAQ #6 | bwarsaw | 1999-01-12 | 1 | -0/+12 |
| * | Added a TODO | bwarsaw | 1999-01-12 | 1 | -0/+2 |
| * | Added #5 about archive link buglet | bwarsaw | 1999-01-12 | 1 | -0/+6 |
| * | Use the new ValidateEmail() interface. | bwarsaw | 1999-01-09 | 1 | -1/+3 |
| * | One more | bwarsaw | 1999-01-09 | 1 | -0/+2 |
| * | A couple more ideas based on Peter Gervai's message | bwarsaw | 1999-01-09 | 1 | -1/+3 |
| * | main(): when crafting the admlogin.txt and there's no REQUEST_URI, fix | bwarsaw | 1999-01-09 | 1 | -1/+1 |
| * | If we can't import getpass from the standard Python installation, | bwarsaw | 1999-01-09 | 1 | -1/+5 |
| * | Copied from the Python 1.5.2 distribution. | bwarsaw | 1999-01-09 | 1 | -0/+107 |
| * | Added clone option | bwarsaw | 1999-01-09 | 1 | -1/+3 |
| * | ChangeOptions(): In `subscribees' section, ValidateEmail() now handles | bwarsaw | 1999-01-09 | 1 | -9/+2 |
| * | ValidateEmail(): Raise a MMBadEmailError on empty str. | bwarsaw | 1999-01-09 | 1 | -0/+2 |
| * | GetAbsoluteOptionsURL(): Downcase the address, since it could come in | bwarsaw | 1999-01-09 | 1 | -1/+2 |
| * | GetValidValue(): Use new ValidateEmail() interface and | bwarsaw | 1999-01-09 | 1 | -12/+9 |
| * | ApprovedAddMember(): Use the new ValidateEmail() interface | bwarsaw | 1999-01-09 | 1 | -2/+2 |
| * | ValidateEmail(): Renamed from ValidEmail(). | bwarsaw | 1999-01-09 | 1 | -13/+13 |
| * | A start on the conversion to class-based exceptions :-) | bwarsaw | 1999-01-09 | 1 | -2/+9 |
| * | main(): in previous VARHELP workaround, QUERY_STRING could exist but | bwarsaw | 1999-01-09 | 1 | -3/+4 |
| * | HandleRequests(): the entries in the FieldStorage `form' could be a | bwarsaw | 1999-01-09 | 1 | -1/+4 |
| * | added a couple suggestions | bwarsaw | 1999-01-09 | 1 | -0/+2 |
| * | fix a typo | bwarsaw | 1999-01-09 | 1 | -4/+4 |
| * | A bunch of reformatting, updates, and adding a link to the | bwarsaw | 1999-01-09 | 1 | -12/+23 |
| * | A couple of updates | bwarsaw | 1999-01-09 | 1 | -8/+11 |
| * | main(): Kludge-around for accessing variable details when cookies are | bwarsaw | 1999-01-08 | 1 | -13/+23 |
| * | DeliverToList(): Ignore ECHILD exceptions that have been reported on | bwarsaw | 1999-01-08 | 1 | -1/+17 |
| * | Changes to workaround some bogus clients which either don't include a | bwarsaw | 1999-01-08 | 2 | -2/+34 |
| * | forker(): fixed typo in docstring. Also use Utils.reraise() instead | bwarsaw | 1999-01-08 | 1 | -2/+4 |
| * | Minor reformatting | bwarsaw | 1999-01-08 | 1 | -4/+4 |
| * | Added cgi.py from Python 1.5.2 distribution. | bwarsaw | 1999-01-08 | 1 | -0/+1341 |
| * | A little more visibility to the --with-cgi-gid option | bwarsaw | 1999-01-08 | 1 | -4/+10 |
| * | Reformat as a FAQ (actual file move to happen in a moment w/o CVS | bwarsaw | 1999-01-08 | 1 | -43/+64 |
| * | print_traceback(): A few changes to get the Mailman version number | bwarsaw | 1999-01-07 | 1 | -2/+10 |
| * | Somewhat kludgy changes to make debugging mismatching CGI gid's easier | bwarsaw | 1999-01-07 | 4 | -1/+36 |
| * | Added what happens in the upgrade to 1.0b7 | bwarsaw | 1999-01-06 | 1 | -18/+21 |
| * | Mostly reformatting to get rid of lines > 78 columns wide | bwarsaw | 1999-01-06 | 1 | -14/+14 |
| * | chunkify(): Don't put mm_cfg.DEFAULT_ADMIN_MEMBER_CHUNKSIZE as a | bwarsaw | 1999-01-06 | 1 | -1/+3 |
| * | processQueue(): We can pretty much guarantee that if an os.error is | bwarsaw | 1999-01-05 | 1 | -7/+2 |
| * | TemporaryFile(): Divergence from Python 1.5.2 version. Can't use bare | bwarsaw | 1999-01-05 | 1 | -1/+6 |
| * | Added a TODO: fix the file! | bwarsaw | 1999-01-05 | 1 | -0/+1 |
| * | reraise(): can now take an optional val argument, which is only used | bwarsaw | 1999-01-05 | 1 | -3/+7 |
| * | Save(): Can't use a bare `raise' here, since Python 1.5 doesn't have | bwarsaw | 1999-01-05 | 1 | -1/+1 |
| * | IsAdministrivia(): Made more stringent about 'set' command, since we | klm | 1999-01-05 | 1 | -2/+5 |
| * | list_members - a new script for dumping a list's members to stdout or a file | bwarsaw | 1999-01-02 | 4 | -32/+238 |
| * | Bumping version number to 1.0b7+ to signify working version between | bwarsaw | 1998-12-31 | 3 | -4/+4 |
| * | Fixed making of the tarball | bwarsaw | 1998-12-31 | 1 | -32/+43 |
| * | Script to create, tag, package releases | bwarsaw | 1998-12-31 | 1 | -0/+180 |
| * | Changed the paths so that this script can be run from the top level | bwarsaw | 1998-12-31 | 1 | -3/+3 |
| * | todo.html is generated from TODO file. Might as well release this. | bwarsaw | 1998-12-31 | 2 | -1/+120 |