| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | add_error_message(): Converted to Document.addError(). | bwarsaw | 2002-02-23 | 1 | -26/+12 |
| * | Bump copyright years. | bwarsaw | 2002-02-23 | 1 | -1/+1 |
| * | handle_form(): We break the handling of the header and footer | bwarsaw | 2002-02-23 | 2 | -0/+65 |
| * | GetConfigInfo(): Update the description of the interpolation strings | bwarsaw | 2002-02-23 | 1 | -7/+56 |
| * | decorate(): When the mailing list object has a true attribute | bwarsaw | 2002-02-23 | 1 | -2/+16 |
| * | process(): When the mailing list object has a true attribute | bwarsaw | 2002-02-23 | 1 | -0/+3 |
| * | Someone -- I forgot who :( -- made a suggestion that list_members | bwarsaw | 2002-02-23 | 1 | -26/+92 |
| * | A new script for bin/withlist which converts thru-the-web | bwarsaw | 2002-02-23 | 0 | -0/+0 |
| * | intermediate | bwarsaw | 2002-02-23 | 1 | -0/+36 |
| * | NONSCRIPTS: Add the new convert.py "withlist" script. | bwarsaw | 2002-02-23 | 1 | -1/+1 |
| * | Update imports for the new rules on shadowing standard library | bwarsaw | 2002-02-23 | 3 | -8/+10 |
| * | Update imports for the new rules on shadowing standard library | bwarsaw | 2002-02-23 | 1 | -7/+5 |
| * | Some new path-hacking code: | bwarsaw | 2002-02-23 | 1 | -6/+7 |
| * | install: subscribe and unsubscribe are now aliases for join and leave. | bwarsaw | 2002-02-23 | 1 | -0/+5 |
| * | VALID_COMMANDS: Add `subscribe' and `unsubscribe'. | bwarsaw | 2002-02-23 | 1 | -0/+2 |
| * | There's a new Spanish translation champion. Also, update the | bwarsaw | 2002-02-23 | 4 | -2/+164 |
| * | A bunch of new ideas we'll get to some day <wink>. | bwarsaw | 2002-02-23 | 1 | -0/+10 |
| * | _addlist(): Do some better formatting. -unsubscribe is now the | bwarsaw | 2002-02-23 | 1 | -2/+2 |
| * | makealiases(): Add -subscribe and -unsubscribe as aliases for -join | bwarsaw | 2002-02-23 | 1 | -1/+2 |
| * | Several changes which should make the installer's life easier. First, | bwarsaw | 2002-02-23 | 1 | -33/+15 |
| * | Automatically uncompress and distutils install the distributed email | bwarsaw | 2002-02-23 | 1 | -2/+10 |
| * | Deprecate the Mailman/pythonlib directory. First, most if not all of | bwarsaw | 2002-02-23 | 7 | -2464/+0 |
| * | show_post_requests(): Be sure to cgi.escape() the header text we're | bwarsaw | 2002-02-23 | 1 | -3/+3 |
| * | addError(): New method added to class Document, which is essentially a | bwarsaw | 2002-02-23 | 1 | -5/+18 |
| * | __setstate__(): When unpickling Message instances, check to make sure | bwarsaw | 2002-02-23 | 1 | -0/+6 |
| * | Remove `pythonlib' from SUBDIRS. We're getting rid of the | bwarsaw | 2002-02-23 | 1 | -2/+2 |
| * | Bump copyright years. | bwarsaw | 2002-02-23 | 1 | -1/+1 |
| * | Use the mailbox module from the Python standard library, instead of | bwarsaw | 2002-02-23 | 1 | -1/+1 |
| * | We can now get rid of the special admin director and just treat that | bwarsaw | 2002-02-14 | 1 | -11/+2 |
| * | Bump the copyright years. | bwarsaw | 2002-02-14 | 2 | -2/+2 |
| * | clear(): Fix the file names given to _zapfile(). | bwarsaw | 2002-02-14 | 1 | -2/+2 |
| * | makealiases(): Remove the special case for the `admin' script; it's | bwarsaw | 2002-02-14 | 1 | -2/+1 |
| * | Copy the bounces script to the admin script. This is for backwards | bwarsaw | 2002-02-14 | 1 | -0/+1 |
| * | VALID_COMMANDS: To make life easier, we'll include `admin' as a valid | bwarsaw | 2002-02-14 | 1 | -0/+1 |
| * | Updates based on my experiences in getting Exim to work w/ Mailman | bwarsaw | 2002-02-12 | 1 | -136/+94 |
| * | Sigh. Import order is now essential for command line scripts so that | bwarsaw | 2002-02-12 | 1 | -3/+5 |
| * | A slightly cleaner way to do the freshening of MailList objects. | bwarsaw | 2002-02-12 | 1 | -7/+6 |
| * | __init__(): Default the self._freshen attribute to zero. | bwarsaw | 2002-02-12 | 1 | -2/+13 |
| * | __init__(): Set self._freshen so that the MailList cache in the base | bwarsaw | 2002-02-12 | 1 | -9/+7 |
| * | process(): Set the `verp' key in the metadata here, based on post_id | bwarsaw | 2002-02-12 | 1 | -1/+13 |
| * | run_main(): Because the site-packages path hacking no longer happens | bwarsaw | 2002-02-12 | 1 | -6/+2 |
| * | Move the path hacking addition of the site-packages directory to here | bwarsaw | 2002-02-12 | 1 | -2/+13 |
| * | Move the path hacking addition of the site-packages directory to the | bwarsaw | 2002-02-12 | 1 | -10/+1 |
| * | Czech updates from Dan Ohnesorg. | bwarsaw | 2002-02-12 | 18 | -566/+817 |
| * | main(): First, set the global language to the list's preferred | bwarsaw | 2002-02-11 | 2 | -13/+21 |
| * | SendExplanation(), main(): First, set the global language to the | bwarsaw | 2002-02-11 | 1 | -10/+22 |
| * | create(): When creating the UserNotification message object, pass in | bwarsaw | 2002-02-11 | 1 | -2/+2 |
| * | process(), hold_for_approval(), do_discard(): When creating the | bwarsaw | 2002-02-11 | 4 | -10/+7 |
| * | Update bundled email package to 0.97 for support of multibyte | bwarsaw | 2002-02-11 | 2 | -0/+0 |
| * | process_request(): When creating the UserNotification message object, | bwarsaw | 2002-02-11 | 1 | -2/+2 |