Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2003-12-01 | True/False where appropriate. | bwarsaw | 1 | -1/+1 | |
process(): When we encode the text, catch ValueError along with UnicodeError and LookupError. The ValueError can be raised if the charset is the empty string. Closes SF bug # 834486. | |||||
2003-12-01 | True/False where appropriate. | bwarsaw | 1 | -15/+23 | |
process(): When we encode the text, catch ValueError along with UnicodeError and LookupError. The ValueError can be raised if the charset is the empty string. Closes SF bug # 834486. | |||||
2003-09-22 | Backporting from the HEAD -- updated handlers | bwarsaw | 1 | -2/+5 | |
2003-02-08 | Backporting from the trunk. | bwarsaw | 1 | -29/+72 | |
2003-01-10 | Copyright years. | bwarsaw | 1 | -4/+4 | |
2003-01-10 | safe_strftime(): Watch out for TypeError coming back from strftime(). | bwarsaw | 1 | -1/+1 | |