Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2007-06-09 | Improved processing of an Approve(d): body line by decoding the body payload | msapiro | 1 | -6/+22 | |
before looking for/deleting the Approve(d): line. | |||||
2005-12-30 | A cleansing pass, almost entirely cosmetic. Such things as whitespace | bwarsaw | 1 | -17/+18 | |
normalization, removal of tabs, copyright year updates to changed files, docstring and comment fixes, and usage of True/False. I also made a pass through the NEWS file. One import was reordered, and after this commit I will move the mmdsr.readme file to README.mmdsr. From my perspective, after that we're ready to go. I will port these changes forward to the trunk. | |||||
2005-12-26 | True/False definition for Python2.1. | tkikuchi | 1 | -0/+7 | |
Only check in Release_2_1-maint branch because 2.2 will require higher version of python. | |||||
2005-12-21 | Scan other text/* parts for Approve(d): <password> - bug 1181161. | msapiro | 1 | -1/+29 | |
2005-11-13 | Don't delete line following first body line Approve(d) | msapiro | 1 | -1/+1 | |
2005-08-27 | FSF office has moved to 51 Franklin Street. | tkikuchi | 1 | -1/+1 | |
2005-05-01 | process(): For some reason, the part's payload can be None. Defend against | bwarsaw | 1 | -6/+7 | |
trying to call None.splitlines(). |