Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #2676: email/message.py [Message.get_content_type]: Trivial regex hangs on ↵ | Antoine Pitrou | 2008-08-15 | 1 | -7/+11 |
| | | | | pathological input | ||||
* | Remove Barry's love of deprecated syntax to silence warnings in the email | Brett Cannon | 2008-08-03 | 1 | -6/+6 |
| | | | | package, when run under -3, about using <>. | ||||
* | Patch #1449244: Support Unicode strings in | Martin v. Löwis | 2007-03-13 | 1 | -2/+4 |
| | | | | | email.message.Message.{set_charset,get_content_charset}. Will backport. | ||||
* | Forward port some fixes that were in email 2.5 but for some reason didn't make | Barry Warsaw | 2006-07-26 | 1 | -1/+12 |
| | | | | | | | it into email 4.0. Specifically, in Message.get_content_charset(), handle RFC 2231 headers that contain an encoding not known to Python, or a character in the data that isn't in the charset encoding. Also forward port the appropriate unit tests. | ||||
* | Merge email package 4.0 from the sandbox, including documentation, test cases, | Barry Warsaw | 2006-03-18 | 1 | -0/+773 |
and NEWS updates. |