| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | write(): No longer necessary; Python 2.0's extended print syntax is | bwarsaw | 2000-12-07 | 1 | -20/+0 |
| * | Bumping to 2.0 final. | bwarsaw | 2000-11-21 | 1 | -3/+3 |
| * | Bumping to rc3 | bwarsaw | 2000-11-16 | 1 | -2/+2 |
| * | ScriptURL(): Hopefully fixes the last place that not having | bwarsaw | 2000-11-16 | 1 | -1/+5 |
| * | process(): "Fix" the Reply-To: header munging algorithm. If munging | bwarsaw | 2000-11-16 | 1 | -5/+10 |
| * | GetConfigInfo(): Update the details for both the reply_goes_to_list | bwarsaw | 2000-11-16 | 1 | -17/+29 |
| * | Better description of DEFAULT_REPLY_GOES_TO_LIST | bwarsaw | 2000-11-16 | 1 | -1/+9 |
| * | CheckVersion(): Do not call versions.Update, and do not set the | bwarsaw | 2000-11-14 | 1 | -3/+4 |
| * | __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 |
| * | Bumping to rc2 | bwarsaw | 2000-11-10 | 1 | -2/+2 |
| * | Added a Useful Comment. | bwarsaw | 2000-11-10 | 1 | -1/+2 |
| * | 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 |
| * | process_form(): Don't pass the `user' argument to PrintResults when | bwarsaw | 2000-11-09 | 1 | -2/+1 |
| * | DEFAULT_AUTOMATIC_BOUNCE_ACTION: John A. Martin noticed that the | bwarsaw | 2000-11-09 | 1 | -3/+3 |
| * | PUBLIC_ARCHIVE_FILE_DIR, PRIVATE_ARCHIVE_FILE_DIR: slightly more | bwarsaw | 2000-11-09 | 1 | -2/+2 |
| * | __handlepost(): When reconstituting the message from the request | bwarsaw | 2000-11-08 | 1 | -0/+6 |
| * | connect(): Wrap the sock.connect() in a try/except so that if the | bwarsaw | 2000-10-31 | 1 | -1/+5 |
| * | GetConfigInfo(): In the reply_goes_to_list details, add a link to | bwarsaw | 2000-10-27 | 1 | -1/+3 |
| * | HyperArchive.html_TOC(): Dan Mick recognized an indentation bug which | bwarsaw | 2000-10-27 | 1 | -1/+1 |
| * | process(): Patch by Fil to force listinfo urls to be absolute. | bwarsaw | 2000-10-27 | 1 | -1/+1 |
| * | Bump versions to 2.0 release candidate 1. | bwarsaw | 2000-10-23 | 1 | -3/+3 |
| * | Comment out a couple of print statements which can cause annoying cron | bwarsaw | 2000-10-20 | 1 | -2/+2 |
| * | SF Patch #101846 by Sean Reifschneider (modified by bwarsaw) to add | bwarsaw | 2000-10-20 | 1 | -0/+5 |
| * | lock(): Added a comment that the __touch() right after the initial | bwarsaw | 2000-10-12 | 1 | -0/+4 |
| * | __handlepost(): If the message has been approved, and is being | bwarsaw | 2000-10-10 | 1 | -2/+10 |
| * | process(): Wrap, in the RFC 822 style, the List-*: headers if they're | bwarsaw | 2000-10-06 | 1 | -0/+6 |
| * | process(): Don't try to restore the date if it is None, otherwise we | bwarsaw | 2000-10-06 | 1 | -1/+2 |
| * | HasExplicitDest(): It is possible that the address part of the tuple | bwarsaw | 2000-10-06 | 1 | -0/+5 |
| * | quotemime(): Gross hack to ensure that the results returned are a | bwarsaw | 2000-10-06 | 1 | -1/+2 |
| * | process(): Honor "X-No-Archive: yes", which means don't add the | bwarsaw | 2000-10-05 | 1 | -2/+4 |
| * | HandleBouncingAddress(): Be more robust about getting the message | bwarsaw | 2000-10-05 | 1 | -3/+13 |
| * | 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 |
| * | Added a hack to access the raw full archive when archives are | bwarsaw | 2000-10-02 | 1 | -12/+24 |
| * | Fixes to the Pipermail TOC page, and to the monthly (or whatever | bwarsaw | 2000-10-02 | 1 | -18/+30 |
| * | Since we now require Python 1.5.2 and that version has getpass in it's | bwarsaw | 2000-10-02 | 1 | -107/+0 |
| * | cosmetic | bwarsaw | 2000-10-02 | 1 | -7/+8 |
| * | Moved SITE_PW_FILE here from SecurityManager.py | bwarsaw | 2000-10-02 | 1 | -0/+2 |
| * | SetSiteAdminPassword(), CheckSiteAdminPassword(): These are better | bwarsaw | 2000-10-02 | 2 | -20/+18 |
| * | two changes to charset handling issues: check for charset in | jhylton | 2000-10-02 | 2 | -15/+45 |
| * | Fixes for a minor local security hole. Some of the CGI scripts could | bwarsaw | 2000-09-29 | 9 | -127/+62 |
| * | GetPathPieces(): Make this more efficient by using filter(), and | bwarsaw | 2000-09-28 | 1 | -9/+7 |
| * | AppendMessage(): Since we can't portably test the numeric/symbolic | bwarsaw | 2000-09-27 | 1 | -2/+3 |
| * | process(): Darrell Fuhriman notes that the List-Archive: header's | bwarsaw | 2000-09-25 | 1 | -2/+3 |
| * | process(): Typo in Reply-To: munging section's logic crept into the | bwarsaw | 2000-09-25 | 1 | -1/+1 |
| * | Mailbox._fromlinepattern: optimizations by Tim Peters. | bwarsaw | 2000-09-24 | 1 | -1/+4 |
| * | Mailbox._isrealfromline(): Integrate optimization from proposed Python | bwarsaw | 2000-09-24 | 1 | -0/+6 |
| * | Fold the UnixMailbox optimization into Mailman.Mailbox.Mailbox class, | bwarsaw | 2000-09-24 | 1 | -6/+3 |