| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | #2622 Import errors in email.message, from a py2app standalone application. | Amaury Forgeot d'Arc | 2009-07-11 | 1 | -3/+3 |
| | | | | | Patch by Mads Kiilerich, Reviewed by Barry Warsaw. | ||||
| * | Remove Barry's love of deprecated syntax to silence warnings in the email | Brett Cannon | 2008-08-03 | 1 | -2/+2 |
| | | | | | package, when run under -3, about using <>. | ||||
| * | SF bug #1582282; decode_header() incorrectly splits not-conformant RFC | Barry Warsaw | 2007-03-14 | 1 | -1/+2 |
| | | | | | | | | 2047-like headers where there is no whitespace between encoded words. This fix changes the matching regexp to include a trailing lookahead assertion that the closing ?= must be followed by whitespace, newline, or end-of-string. This also changes the regexp to add the MULTILINE flag. | ||||
| * | Merge email package 4.0 from the sandbox, including documentation, test cases, | Barry Warsaw | 2006-03-18 | 1 | -0/+502 |
| and NEWS updates. | |||||
