| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | checkwalk(): Fix permissions on -article database files, which must be | bwarsaw | 2002-11-12 | 1 | -0/+14 |
| * | ArchiveMail(): Get rid of the try/bare-except wrapper around the | bwarsaw | 2002-11-12 | 1 | -23/+15 |
| * | __get_f(): LookupError is built-in. Bug reported by Carson Gaspar. | bwarsaw | 2002-11-11 | 1 | -1/+1 |
| * | Again some updates of czech translation, some fuzzy entries are also | danohnesorg | 2002-11-10 | 1 | -82/+22 |
| * | Fix -h/--help and also sprinkle reminders to run bin/check_perms | bwarsaw | 2002-11-08 | 1 | -0/+5 |
| * | Results.__init__(): Give default argument of an empty string when | bwarsaw | 2002-11-08 | 1 | -1/+1 |
| * | Must import sys for signal handlers to work. Patch by Terry Hardie, | bwarsaw | 2002-11-07 | 1 | -5/+6 |
| * | Need to install a new configure script to pick up bin/b4b5-archfix | bwarsaw | 2002-11-07 | 3 | -3/+5 |
| * | A fixer of MM2.1b4 archives. | bwarsaw | 2002-11-07 | 1 | -0/+91 |
| * | __getstate__(), __setstate__(): Be slightly more defensive. | bwarsaw | 2002-11-07 | 1 | -6/+14 |
| * | show_pending_subs(): Always uncanonstr() the fullname, even if it's | bwarsaw | 2002-11-06 | 1 | -2/+1 |
| * | More entries | bwarsaw | 2002-11-06 | 2 | -1/+5 |
| * | verpdeliver(): Re-enable To header hacking, but only if doing "Full | bwarsaw | 2002-11-06 | 1 | -27/+27 |
| * | process(): Re-enable the Cc header hacking, but only if personalize == | bwarsaw | 2002-11-06 | 1 | -21/+17 |
| * | GetConfigInfo(): Allow `personalized' to be 3-way valued, with "Full | bwarsaw | 2002-11-06 | 1 | -9/+13 |
| * | updated | mss | 2002-11-05 | 2 | -1/+3 |
| * | checkwalk(): Make sure py, pyc, and pyo files are at least 644. | bwarsaw | 2002-11-05 | 1 | -0/+11 |
| * | install-packages: On second though, use umask 02 instead, since that's | bwarsaw | 2002-11-04 | 1 | -1/+1 |
| * | install-packages: Force the umask to 022 so files get installed with | bwarsaw | 2002-11-04 | 1 | -1/+1 |
| * | Update to reflect the change in the english template. | avalon | 2002-11-04 | 1 | -4/+5 |
| * | Update to Russian catalog | bwarsaw | 2002-11-04 | 1 | -0/+0 |
| * | Added `et' for Estonian. | bwarsaw | 2002-11-04 | 2 | -2/+2 |
| * | Estonian catalogs and templates by Anti Veeranna. | bwarsaw | 2002-11-04 | 36 | -0/+9677 |
| * | GLOBAL_PIPELINE: Re-ordering once again so that Moderate comes before | bwarsaw | 2002-11-04 | 1 | -1/+1 |
| * | Whitespace normalization | bwarsaw | 2002-11-04 | 1 | -3/+3 |
| * | GetConfigInfo(): Only allow the list administrator to choose languages | bwarsaw | 2002-11-04 | 1 | -1/+14 |
| * | request_creation(): Sort the languages by long (human readable) name | bwarsaw | 2002-11-04 | 1 | -4/+12 |
| * | GetConfigInfo(): Make the `emergency' option a normal attribute by | bwarsaw | 2002-11-04 | 1 | -0/+7 |
| * | show_results(): Because of some html form peculiarities, especially on | bwarsaw | 2002-11-04 | 1 | -10/+5 |
| * | process(): Comment out the rewriting of the CC header for personalized | bwarsaw | 2002-11-04 | 1 | -10/+14 |
| * | verpdeliver(): Comment out the rewriting of the To header for | bwarsaw | 2002-11-04 | 1 | -27/+27 |
| * | as_html(): Add a link to the listinfo page for the mailing list. | bwarsaw | 2002-11-04 | 1 | -0/+2 |
| * | Add a link to the listinfo page for the mailing list. Translators, | bwarsaw | 2002-11-04 | 1 | -4/+6 |
| * | Whitespace normalization and pycheckerfication. | bwarsaw | 2002-11-04 | 1 | -113/+111 |
| * | Fixes for terrible performance hits after the i18n patches were | bwarsaw | 2002-11-04 | 1 | -22/+79 |
| * | __getstate__(), __setstate__(): Remove the hackery to avoid pickling | bwarsaw | 2002-11-04 | 1 | -17/+0 |
| * | Typo, whitespace normalization. | bwarsaw | 2002-11-04 | 1 | -5/+5 |
| * | Style. | bwarsaw | 2002-11-04 | 1 | -1/+1 |
| * | Updated norwegian catalog. | avalon | 2002-10-29 | 2 | -8/+18 |
| * | to_dollar(): We have to not only escape $'s but we have to unescape | bwarsaw | 2002-10-29 | 1 | -2/+2 |
| * | Updated catalogs, including for Brazilian Portuguese by Gleysdson | bwarsaw | 2002-10-29 | 29 | -2928/+4215 |
| * | _dispose(): I think this fixes a bug we are seeing on mailman-users, | bwarsaw | 2002-10-29 | 1 | -5/+10 |
| * | show_pending_subs(): Another place where we have to uncanonstr() a | bwarsaw | 2002-10-29 | 1 | -0/+2 |
| * | Updates | bwarsaw | 2002-10-29 | 1 | -0/+158 |
| * | Bump version number. | bwarsaw | 2002-10-28 | 1 | -1/+1 |
| * | Move the import of Charset to after the import of paths, so we pick up | bwarsaw | 2002-10-28 | 1 | -4/+4 |
| * | One more patch... | bwarsaw | 2002-10-28 | 1 | -0/+2 |
| * | usage(): Default argument. | bwarsaw | 2002-10-28 | 1 | -1/+1 |
| * | Dutch catalog updates from Danny Terweij. | bwarsaw | 2002-10-28 | 2 | -126/+134 |
| * | Whitespace normalization | bwarsaw | 2002-10-28 | 1 | -6/+6 |