| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | sizeof(): Watch out for ENOENT exceptions which can happen if the mbox | bwarsaw | 2002-12-07 | 1 | -1/+7 |
| * | FormatDisabledNotice(): I18n formatting improvement by Simone | bwarsaw | 2002-12-07 | 1 | -1/+1 |
| * | update_article(): Reword the messages for proper i18n style. Closes | bwarsaw | 2002-12-05 | 1 | -6/+9 |
| * | setListIfUnset(): Greg Ward's patch to actually make this work. ;) | bwarsaw | 2002-12-05 | 1 | -2/+1 |
| * | Add machinery for list_owners | bwarsaw | 2002-12-04 | 3 | -3/+6 |
| * | Updated norwegian catalog. | avalon | 2002-12-04 | 2 | -36/+26 |
| * | prefix_subject(): One small patch for when the charset in an RFC 2047 | bwarsaw | 2002-12-04 | 1 | -1/+6 |
| * | do_output(): Fix UnboundLocalError when trying to write to a file we | bwarsaw | 2002-12-04 | 1 | -1/+1 |
| * | A simple script for printing out list owners and moderators. | bwarsaw | 2002-12-04 | 0 | -0/+0 |
| * | intermediate | bwarsaw | 2002-12-04 | 1 | -0/+120 |
| * | Japanese language updates by Tokio Kikuchi | bwarsaw | 2002-12-03 | 6 | -240/+246 |
| * | Added new revisioner | pioppo | 2002-12-02 | 1 | -0/+1 |
| * | In an ideal world this would be my last checkin before 2.1 final ;) | pioppo | 2002-12-02 | 2 | -54/+40 |
| * | leave "thread" untraslated | pioppo | 2002-12-02 | 2 | -9/+9 |
| * | QRUNNER_SAVE_BAD_MESSAGES: Turn this on. | bwarsaw | 2002-12-02 | 1 | -1/+1 |
| * | More names | bwarsaw | 2002-12-02 | 1 | -0/+5 |
| * | Whitespace normalization | bwarsaw | 2002-12-02 | 1 | -4/+4 |
| * | Catalog updates | bwarsaw | 2002-12-02 | 31 | -4413/+4858 |
| * | A new bounce testing script and a few new bounce examples. | bwarsaw | 2002-12-02 | 4 | -0/+415 |
| * | PATHDIRS: Add tests so it gets paths.py | bwarsaw | 2002-12-02 | 1 | -1/+1 |
| * | Added a new DSN example. | bwarsaw | 2002-12-02 | 1 | -0/+1 |
| * | Utils.rmdirhier() -> shutil.rmtree() | bwarsaw | 2002-12-02 | 1 | -1/+2 |
| * | Add onebounce.py and set the perms for executables. | bwarsaw | 2002-12-02 | 1 | -2/+6 |
| * | main(): Use DEFAULT_EMAIL_HOST unless DEFAULT_HOST_NAME was overridden | bwarsaw | 2002-12-02 | 1 | -2/+4 |
| * | 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 |
| * | _dispose(): Actually (re-)implement the documented behavior for when | bwarsaw | 2002-12-02 | 1 | -0/+5 |
| * | _dispose(): Don't forward to the admin, messages in which bouncing | bwarsaw | 2002-12-02 | 1 | -1/+1 |
| * | process(): Be sure to i18n-ify any headers with milst.description in | bwarsaw | 2002-12-02 | 1 | -2/+4 |
| * | process_request(): Use shutil.rmtree() instead of Utils.rmdirhier(), | bwarsaw | 2002-12-02 | 1 | -3/+26 |
| * | subscription_confirm(), unsubscription_confirm(), | bwarsaw | 2002-12-02 | 1 | -4/+4 |
| * | main(), show_pending_subs(), show_pending_unsubs(), | bwarsaw | 2002-12-02 | 1 | -11/+27 |
| * | change_options(): MMNoSuchUserError -> NotAMemberError | bwarsaw | 2002-12-02 | 1 | -2/+2 |
| * | PATTERNS: Fix the regexp for sucking out the address in the section | bwarsaw | 2002-12-02 | 1 | -2/+4 |
| * | check(): First, use parseaddr() to split up any realname/addrs found, | bwarsaw | 2002-12-02 | 1 | -1/+8 |
| * | ScanMessages(): Move the pipeline list to a module global, since I'm | bwarsaw | 2002-12-02 | 1 | -18/+21 |
| * | Article.__init__(): Use a slightly safer invocation of parseaddr(). | bwarsaw | 2002-12-02 | 1 | -4/+4 |
| * | __init__(): Squirrel away the MailList instance so we can set it on | bwarsaw | 2002-12-02 | 1 | -1/+4 |
| * | setListIfUnset(): Hack to set self._mlist if it isn't already set. | bwarsaw | 2002-12-02 | 1 | -12/+36 |
| * | rmdirhier(): We don't need this now that we've re-discovered <wink> | bwarsaw | 2002-12-02 | 1 | -22/+4 |
| * | Updated comments to reflect that NotAMemberError is the one true | bwarsaw | 2002-12-02 | 1 | -3/+3 |
| * | InitVars(), CheckValues(): Set host_name and web_page_url based on | bwarsaw | 2002-12-02 | 1 | -8/+11 |
| * | MMNotAMemberError, MMNoSuchUserError: Get rid of these since we don't | bwarsaw | 2002-12-02 | 1 | -2/+0 |
| * | Typo repair. Given by Matthias Andree, SF bug # 637494 | bwarsaw | 2002-12-02 | 1 | -1/+1 |