| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Style nit. | bwarsaw | 2001-08-17 | 1 | -1/+1 |
| * | InitVars(): Should create self.archive_dir()+'.mbox' not | bwarsaw | 2001-07-27 | 1 | -1/+1 |
| * | html_TOC(): Use archive_dir() instead of the archive_directory | bwarsaw | 2001-07-26 | 1 | -1/+1 |
| * | InitVars(): Do not set list attributes public_archive_file_dir, | bwarsaw | 2001-07-26 | 1 | -36/+19 |
| * | GetConfigInfo(): Removed. | bwarsaw | 2001-07-19 | 1 | -17/+0 |
| * | InitVars(): Fix the out-of-date comment. | bwarsaw | 2001-07-10 | 1 | -1/+1 |
| * | BSDDBdatabase.__openIndices(): 'pas' -> 'pass' | twouters | 2001-07-10 | 1 | -1/+1 |
| * | Add missing import of 'syslog'. | twouters | 2001-07-10 | 1 | -0/+1 |
| * | Use better syslog() calling convention. | bwarsaw | 2001-06-27 | 1 | -4/+4 |
| * | Use better syslog() calling convention. | bwarsaw | 2001-06-27 | 1 | -4/+3 |
| * | Module global article_template removed. Instead, this html is moved | bwarsaw | 2001-06-07 | 1 | -56/+4 |
| * | GetBaseArchiveURL(): Make sure private archive url ends in a slash. | bwarsaw | 2001-06-01 | 1 | -1/+1 |
| * | Fix typo observed by nobody (aka Anonymous) in SF bug #426002: 'data' should | twouters | 2001-05-29 | 1 | -1/+1 |
| * | __openIndices(): os.mkdir() doesn't support keyword arguments. | bwarsaw | 2001-05-25 | 1 | -1/+1 |
| * | T.__init__(), T.new_archive(), BSDDBdatabase.__openIndices(): Use | bwarsaw | 2001-05-18 | 1 | -7/+20 |
| * | __openIndices(): Use os.mkdir() instead of Utils.mkdir(). | bwarsaw | 2001-05-18 | 1 | -6/+9 |
| * | Remove an unnecessary import. | bwarsaw | 2001-05-18 | 1 | -3/+1 |
| * | Archiver.InitVars(): Use os.mkdir() instead of Utils.mkdir(). | bwarsaw | 2001-05-18 | 1 | -6/+7 |
| * | GetBaseArchiveURL(): Instead of relying on the configuration variable | bwarsaw | 2001-05-16 | 1 | -4/+2 |
| * | InitVars(), GetConfigInfo(): clobber_date goes away as a list-specific | bwarsaw | 2001-05-01 | 1 | -8/+0 |
| * | Import _ from Mailman.i18n. | bwarsaw | 2001-03-26 | 1 | -3/+1 |
| * | REpat: recognize 'Re[2]:' style reply-subjects. Fixes SF bug #223554. | twouters | 2001-03-03 | 1 | -1/+1 |
| * | GetConfigInfo(): Reformatting. | bwarsaw | 2001-02-28 | 1 | -5/+10 |
| * | close(), _open_index_file_as_stdout(), write_article(): | bwarsaw | 2001-02-15 | 1 | -8/+17 |
| * | load(), close(): Utils.open_ex() is obsolete. | bwarsaw | 2001-02-15 | 1 | -3/+7 |
| * | processListArch(), write_TOC(), write_article(), update_archive(), | bwarsaw | 2001-02-15 | 1 | -10/+30 |
| * | __archive_file(): Utils.open_ex() is obsolete. | bwarsaw | 2001-02-15 | 1 | -14/+11 |
| * | _(): new function to fake out i18n for now. | bwarsaw | 2000-12-20 | 1 | -0/+3 |
| * | First integration patch of Juan Carlos's i18n string marking changes. | bwarsaw | 2000-12-07 | 2 | -17/+17 |
| * | __init__(): Fix for case where Content-Transfer-Encoding header is | bwarsaw | 2000-11-13 | 1 | -2/+2 |
| * | __init__(): The values of Content-Type and Content-Transfer-Encoding | bwarsaw | 2000-11-10 | 1 | -3/+6 |
| * | get_archives(): Removed the line which specifically eliminates | bwarsaw | 2000-11-10 | 1 | -1/+0 |
| * | _rx_quote: Change the regexp so that it only matches legitimate | bwarsaw | 2000-11-09 | 1 | -1/+1 |
| * | HyperArchive.html_TOC(): Dan Mick recognized an indentation bug which | bwarsaw | 2000-10-27 | 1 | -1/+1 |
| * | Comment out a couple of print statements which can cause annoying cron | bwarsaw | 2000-10-20 | 1 | -2/+2 |
| * | Article.__init__(): Because I don't know why Pipermail uses modified | bwarsaw | 2000-10-03 | 1 | -2/+11 |
| * | article_text_template: Get rid of this, we're going to do things | bwarsaw | 2000-10-03 | 1 | -15/+18 |
| * | Fixes to the Pipermail TOC page, and to the monthly (or whatever | bwarsaw | 2000-10-02 | 1 | -18/+30 |
| * | two changes to charset handling issues: check for charset in | jhylton | 2000-10-02 | 1 | -15/+29 |
| * | Fold the UnixMailbox optimization into Mailman.Mailbox.Mailbox class, | bwarsaw | 2000-09-24 | 1 | -6/+3 |
| * | Extensive cleanup and performance improvements. Most signficant changes are: | jhylton | 2000-09-22 | 2 | -86/+101 |
| * | misc cleanup | jhylton | 2000-09-22 | 1 | -29/+18 |
| * | Fix index generation bug that oocasionally prevented messages from | jhylton | 2000-09-22 | 2 | -160/+202 |
| * | apply patch #100867-- add robot meta tags to cause more intelligent | jhylton | 2000-09-22 | 1 | -0/+3 |
| * | replace null bytes in message body with spaces | jhylton | 2000-09-22 | 1 | -2/+4 |
| * | Article._get_body(): Python 1.5.2's int() takes only one argument. | bwarsaw | 2000-09-22 | 1 | -1/+1 |
| * | decode quoted-printable message bodies | jhylton | 2000-09-22 | 1 | -4/+38 |
| * | default should not be verbose | jhylton | 2000-09-22 | 1 | -1/+1 |
| * | Several changes in support of David Champion's SF patch #101331. | bwarsaw | 2000-09-22 | 1 | -2/+1 |
| * | HyperArchive.__init__(): charset attribute needs to be initialized to | bwarsaw | 2000-09-22 | 1 | -2/+3 |