| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | The usual | bwarsaw | 1998-12-31 | 1 | -1/+1 |
| * | Added a few more names -- Ken, John, Scott, please add anybody else. | bwarsaw | 1998-12-31 | 1 | -0/+6 |
| * | Added changes with 1.0b7 -- Ken, John, and Scott, please proofread. | bwarsaw | 1998-12-31 | 1 | -0/+33 |
| * | Some formatting changes, removed line that the release looks for | bwarsaw | 1998-12-31 | 1 | -22/+17 |
| * | As with the IPC7 directory, let's go ahead and release the published | bwarsaw | 1998-12-31 | 3 | -66034/+1 |
| * | Since these papers have been published, we might as well release them | bwarsaw | 1998-12-31 | 7 | -730/+8 |
| * | SendMailToNewsGroup(): Slight reconfiguration of error messages | bwarsaw | 1998-12-30 | 1 | -7/+7 |
| * | SendMailToNewsGroup(): Don't raise an exception when either the | bwarsaw | 1998-12-30 | 1 | -4/+8 |
| * | FormatMembershipOptions(): Changes to the table that gets built to | bwarsaw | 1998-12-30 | 1 | -8/+28 |
| * | new class: DefinitionList | bwarsaw | 1998-12-30 | 1 | -5/+14 |
| * | AddMember(), ApprovedAddMember(): In both cases, normalize address | bwarsaw | 1998-12-30 | 1 | -0/+14 |
| * | In `subscribees' section, parse address through Utils.ParseAddrs() so | bwarsaw | 1998-12-30 | 1 | -0/+1 |
| * | ParseAddrs(): New function which attempts to parse out the email | bwarsaw | 1998-12-30 | 1 | -0/+42 |
| * | __get_f(): Use Mailman.Utils.reraise() | bwarsaw | 1998-12-29 | 1 | -5/+2 |
| * | Use the default argument to the reraise() function | bwarsaw | 1998-12-29 | 1 | -4/+4 |
| * | reraise(): exc argument is optional, to more closely resemble Python | bwarsaw | 1998-12-29 | 1 | -2/+5 |
| * | ChangeOptions(): Rework the test for empty or whitespace-only blank | bwarsaw | 1998-12-29 | 1 | -8/+18 |
| * | LogStdErr(): small patch to ensure we get a stdout. Python 1.5 | bwarsaw | 1998-12-29 | 1 | -1/+5 |
| * | Be sure we import the latest version of tempfile.py from the Python | bwarsaw | 1998-12-29 | 1 | -8/+13 |
| * | Copied from the Python 1.5.2b1 distribution, this version implements | bwarsaw | 1998-12-29 | 1 | -0/+141 |
| * | DeliverToUser(): Small stylistic tweak to change the sense of the test | bwarsaw | 1998-12-29 | 1 | -19/+19 |
| * | SendMailToNewsGroup(): Small stylistic tweak to put the os.fork() in | bwarsaw | 1998-12-29 | 1 | -2/+2 |
| * | FormatListListinfo(): Small tweak to make the email addr entry box 30 | bwarsaw | 1998-12-29 | 1 | -1/+1 |