| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add Python's Tools/i18n/msgfmt.py so we can build .mo files instead of | bwarsaw | 2003-04-21 | 2 | -1/+204 |
| * | main(): Close SF bug # 611185 -- removing any stale list locks when | bwarsaw | 2003-04-19 | 1 | -28/+43 |
| * | Remove all traces of -c / --change-msg. This is an anachronism that | bwarsaw | 2003-04-19 | 1 | -43/+1 |
| * | main(): Add a fix for an mbox bug reported by Eric D. Christensen. If | bwarsaw | 2003-04-17 | 1 | -10/+16 |
| * | Fixed exception name typo in docstring example. | bwarsaw | 2003-04-17 | 1 | -6/+6 |
| * | main(): Long options --start and --end both take arguments. Fixes SF bug | bwarsaw | 2003-04-06 | 1 | -1/+1 |
| * | scanlists(): Fix -w option by repairing a typo. Closes SF bug #710678 | bwarsaw | 2003-04-02 | 1 | -6/+6 |
| * | Typo | bwarsaw | 2003-03-31 | 1 | -1/+1 |
| * | Formatting | bwarsaw | 2003-03-22 | 1 | -5/+5 |
| * | If -n and -N are not given, then the list defaults are used. | bwarsaw | 2003-03-22 | 1 | -17/+24 |
| * | main(): Add a -q/--quiet flag to suppress some of the more verbose output. | bwarsaw | 2003-03-22 | 1 | -19/+33 |
| * | Simone's patch for bug #658261, "transcheck error for double %". | bwarsaw | 2003-03-17 | 1 | -4/+11 |
| * | Use True/False where appropriate. | bwarsaw | 2003-03-14 | 1 | -16/+29 |
| * | Fixed typo in docstring. Closes SF bug # 697321 by Ricardo Kustner. | bwarsaw | 2003-03-14 | 1 | -11/+11 |
| * | safe(): Fix typos. | bwarsaw | 2003-03-13 | 1 | -7/+7 |
| * | More fixes for "funny" characters in real names. | bwarsaw | 2003-03-11 | 1 | -7/+15 |
| * | Update copyright years | bwarsaw | 2003-03-11 | 1 | -1/+1 |
| * | SF patch #683906, add $DESTDIR to install target, by Ademar de Souza Reis | twouters | 2003-03-11 | 1 | -1/+2 |
| * | check_for_site_list(), main(): Complain loudly and refuse to start if | bwarsaw | 2003-02-04 | 1 | -1/+15 |
| * | main(): Fix some dumb coding bugs. | bwarsaw | 2003-01-03 | 1 | -3/+3 |
| * | addall(): Fixed NameError, closing bug #650711 reported by Cabel | bwarsaw | 2002-12-24 | 1 | -1/+1 |
| * | Tokio Kikuchi's patch #656097 for bug #655144; setting language | bwarsaw | 2002-12-24 | 1 | -0/+3 |
| * | main(): Once we know which mailing list we're talking about, set the | bwarsaw | 2002-12-12 | 1 | -0/+1 |
| * | Added --nouserack, --noadminack switches | bwarsaw | 2002-12-10 | 1 | -6/+24 |
| * | Add machinery for list_owners | bwarsaw | 2002-12-04 | 1 | -1/+2 |
| * | do_output(): Fix UnboundLocalError when trying to write to a file we | bwarsaw | 2002-12-04 | 1 | -1/+1 |
| * | intermediate | bwarsaw | 2002-12-04 | 1 | -0/+120 |
| * | remove_old_sources(): Utils.rmdirhier() -> shutil.rmtree() | bwarsaw | 2002-12-02 | 1 | -4/+5 |
| * | main(): This should fix problems when printing list members with | bwarsaw | 2002-12-02 | 1 | -9/+12 |
| * | remove_it(): Utils.rmdirhier() -> shutil.rmtree() | bwarsaw | 2002-12-02 | 1 | -1/+2 |
| * | Update docstring. | bwarsaw | 2002-12-02 | 1 | -1/+1 |
| * | Because of oddities in permissions, it is possible that when you run | bwarsaw | 2002-12-02 | 1 | -0/+6 |
| * | main(): This should fix problems when printing list members with | bwarsaw | 2002-12-02 | 1 | -5/+10 |
| * | do_input(): Fix setting of subscribe_policy based on the value of | bwarsaw | 2002-12-02 | 1 | -4/+13 |
| * | Added a --wipe switch which deletes the generated html archive | bwarsaw | 2002-12-02 | 1 | -3/+16 |
| * | Patch #482934 by David Gibbs, adds a -b/--bare switch to print just | bwarsaw | 2002-11-19 | 1 | -15/+25 |
| * | Added a -q / --quiet option. | bwarsaw | 2002-11-18 | 1 | -3/+9 |
| * | checkwalk(): Fix permissions on -article database files, which must be | bwarsaw | 2002-11-12 | 1 | -0/+14 |
| * | Fix -h/--help and also sprinkle reminders to run bin/check_perms | bwarsaw | 2002-11-08 | 1 | -0/+5 |
| * | Need to install a new configure script to pick up bin/b4b5-archfix | bwarsaw | 2002-11-07 | 1 | -1/+1 |
| * | A fixer of MM2.1b4 archives. | bwarsaw | 2002-11-07 | 1 | -0/+91 |
| * | checkwalk(): Make sure py, pyc, and pyo files are at least 644. | bwarsaw | 2002-11-05 | 1 | -0/+11 |
| * | One more patch... | bwarsaw | 2002-10-28 | 1 | -0/+2 |
| * | usage(): Default argument. | bwarsaw | 2002-10-28 | 1 | -1/+1 |
| * | Use the autoconf substitution for the #! line. | bwarsaw | 2002-10-28 | 1 | -1/+1 |
| * | Jon Parise's patch to improve the usage() output for the command line | bwarsaw | 2002-10-21 | 27 | -54/+162 |
| * | In the LogStdErr() call, we don't need to pass in the tee argument, | bwarsaw | 2002-10-21 | 2 | -2/+2 |
| * | main(): If we get an exception (any exception) while unshunting a | bwarsaw | 2002-10-21 | 1 | -4/+10 |
| * | dolist(): Add a check for consistency between the bounce_info and | bwarsaw | 2002-10-20 | 1 | -5/+28 |
| * | checkdata(): This should probably check request.db.tmp too. | bwarsaw | 2002-10-20 | 1 | -1/+2 |