| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | get_lock_data(): Be sure to os.path.split() the filename because all | bwarsaw | 2002-05-06 | 1 | -1/+1 |
| * | Dan Mick caught a typo in the docstring. | bwarsaw | 2002-05-02 | 1 | -1/+1 |
| * | main(): Add Mailman/MailCommandHandler.py{,c} to the list of obsolete | bwarsaw | 2002-05-02 | 1 | -1/+1 |
| * | A patch (embedded in SF bug #411341) to add a -g/--goodbye-msg to | bwarsaw | 2002-04-28 | 1 | -1/+15 |
| * | main(): Use a more POSIX-ly correct way to extract the exit status and | bwarsaw | 2002-04-26 | 1 | -11/+16 |
| * | main(): Chuq noticed that error messages were going to stdout, not | bwarsaw | 2002-04-11 | 1 | -2/+2 |
| * | make_qrunner(): We really need to log more information about the | bwarsaw | 2002-04-08 | 1 | -0/+1 |
| * | main(): Deprecate -n/--non-digest-members-file in favor of | bwarsaw | 2002-04-06 | 1 | -4/+13 |
| * | Dan Buchmann notices a redundancy in the usage string. | bwarsaw | 2002-04-03 | 1 | -1/+1 |
| * | Get rid of NONSCRIPTS. Even bin/withlist scriptlets should have an | bwarsaw | 2002-04-02 | 1 | -6/+0 |
| * | Make convert.py and fix_url.py full-fledged scripts. They're still | bwarsaw | 2002-04-01 | 3 | -3/+18 |
| * | main(): Write the master-qrunner.pid file with 660 permissions. | bwarsaw | 2002-03-29 | 1 | -4/+9 |
| * | Added an import of Mailman.i18n to get the _() function. | bwarsaw | 2002-03-27 | 1 | -0/+1 |
| * | main(): Oops, missed a use of the obsolete GetAdminEmail(). | bwarsaw | 2002-03-27 | 1 | -1/+0 |
| * | SendExplanation(): GetAdminEmail() is gone so replace this with more | bwarsaw | 2002-03-27 | 1 | -3/+3 |
| * | main(): Get rid of cgi-bin/archives program; it's long been obsolete. | bwarsaw | 2002-03-26 | 1 | -1/+2 |
| * | dolist(): Update the requests.db database for canonicalized record | bwarsaw | 2002-03-26 | 1 | -0/+4 |
| * | main(): Bogus format string specification, caught by Mikhail Sobolev. | bwarsaw | 2002-03-19 | 1 | -1/+1 |
| * | Update some comments. | bwarsaw | 2002-03-17 | 1 | -1/+1 |
| * | Arg! Last minute buglet. Get rid of all traces of bin/digest_arch. | bwarsaw | 2002-03-17 | 1 | -1/+1 |
| * | Remove obsolete files. | bwarsaw | 2002-03-16 | 1 | -152/+0 |
| * | Update copyright years. | bwarsaw | 2002-03-16 | 10 | -10/+10 |
| * | Add -s/--start and -e/--end switches to manually specify the start and | bwarsaw | 2002-03-16 | 1 | -5/+36 |
| * | -i is now optional unless the -r option is given. IOW, we always drop | bwarsaw | 2002-03-14 | 1 | -2/+9 |
| * | do_output(): The return type from GetConfigSubCategories() is a | bwarsaw | 2002-03-11 | 1 | -1/+1 |
| * | Add the bin/unshunt script which (safely) moves messages from | bwarsaw | 2002-03-11 | 2 | -1/+78 |
| * | whymatches(): Add a comment which explains the intended semantics. | bwarsaw | 2002-03-07 | 1 | -1/+3 |
| * | Actually, Marc's patch was closer than mine. | bwarsaw | 2002-03-07 | 1 | -37/+40 |
| * | main(): Catch any IndexError exceptions for the args.pop() calls. | bwarsaw | 2002-03-07 | 1 | -36/+40 |
| * | Marc MERLIN's --fromall patch (slightly modified). This allows you to | bwarsaw | 2002-03-06 | 1 | -24/+51 |
| * | statusp(): Renamed to whymatches() for clarity. | bwarsaw | 2002-03-06 | 1 | -3/+3 |
| * | update_qfiles(): Make sure the qfiles/in directory exists before we | bwarsaw | 2002-03-05 | 1 | -1/+5 |
| * | Patches to support duplicate suppression for explicit recipients, | bwarsaw | 2002-03-05 | 1 | -4/+5 |
| * | Add BAW comments so we know that these modules still need to be | bwarsaw | 2002-03-05 | 1 | -0/+1 |
| * | remove_old_sources(): Add smarts to remove old directories too. | bwarsaw | 2002-02-23 | 1 | -8/+10 |
| * | Someone -- I forgot who :( -- made a suggestion that list_members | bwarsaw | 2002-02-23 | 1 | -26/+92 |
| * | 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 |
| * | Sigh. Import order is now essential for command line scripts so that | bwarsaw | 2002-02-12 | 1 | -3/+5 |
| * | 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 |
| * | main(): Several fixes: | bwarsaw | 2002-02-02 | 1 | -5/+15 |
| * | Restore Ken M's favorite feature <wink>. | bwarsaw | 2002-01-29 | 1 | -24/+51 |
| * | intermediate | bwarsaw | 2002-01-26 | 1 | -0/+103 |
| * | do_output(): Make the MMListError error message consistent with other | bwarsaw | 2002-01-26 | 1 | -3/+3 |
| * | Add the `inject' script. | bwarsaw | 2002-01-26 | 1 | -2/+2 |
| * | Added -i / --interactive flag so that you don't need to run this | bwarsaw | 2002-01-17 | 1 | -18/+39 |
| * | acquire_lock_1(): Unset the failing non-force lock's private `owned' | bwarsaw | 2002-01-11 | 1 | -4/+3 |
| * | main(): Adapted Marc MERLIN's patch which allows you to run rmlist -a | bwarsaw | 2002-01-02 | 1 | -22/+35 |