| Commit message (Expand) | Author | Age | Files | Lines |
* | _split_ascii() [method and function]: Don't join the lines just to | Barry Warsaw | 2003-03-10 | 1 | -10/+11 |
|
|
* | _split_ascii(): lstrip the individual lines in the ascii split lines, | Barry Warsaw | 2003-03-07 | 1 | -0/+3 |
|
|
* | More internal refinements of the ascii splitting algorithm. | Barry Warsaw | 2003-03-07 | 1 | -7/+10 |
|
|
* | Repaired a misleading comment Barry inherited from me. | Tim Peters | 2003-03-06 | 1 | -1/+1 |
|
|
* | _split_ascii(): In the clause where curlen + partlen > maxlen, if the | Barry Warsaw | 2003-03-06 | 1 | -1/+8 |
|
|
* | __unicode__(): When converting to a unicode string, we need to | Barry Warsaw | 2003-03-06 | 1 | -3/+20 |
|
|
* | decode_header(): Typo when appending an unencoded chunk to the | Barry Warsaw | 2003-03-06 | 1 | -1/+1 |
|
|
* | Merge of the folding-reimpl-branch. Specific changes, | Barry Warsaw | 2003-03-06 | 1 | -100/+154 |
|
|
* | Header.__init__(), .append(): Add an optional argument `errors' which | Barry Warsaw | 2002-12-30 | 1 | -6/+11 |
|
|
* | append(): Fixing the test for convertability after consultation with | Barry Warsaw | 2002-10-14 | 1 | -14/+28 |
|
|
* | __init__(): Fix an invariant, that the charset item in a chunk tuple | Barry Warsaw | 2002-10-14 | 1 | -2/+11 |
|
|
* | _encode_chunks(), encode(): Don't modify self._chunks. As Ben says: | Barry Warsaw | 2002-10-13 | 1 | -23/+22 |
|
|
* | Docstring consistency with the updated .tex files. | Barry Warsaw | 2002-09-30 | 1 | -3/+4 |
|
|
* | With help from Martin v. Loewis, clarification is added for the | Barry Warsaw | 2002-09-30 | 1 | -29/+61 |
|
|
* | _ascii_split(): Don't lstrip continuation lines. Closes SF bug #601392. | Barry Warsaw | 2002-09-10 | 1 | -1/+1 |
|
|
* | append(): Bite the bullet and let charset be the string name of a | Barry Warsaw | 2002-07-23 | 1 | -3/+6 |
|
|
* | make_header(): Watch out for charset is None, which decode_header() | Barry Warsaw | 2002-07-23 | 1 | -3/+2 |
|
|
* | make_header(): New function to take the output of decode_header() and | Barry Warsaw | 2002-07-09 | 1 | -6/+45 |
|
|
* | append(): Clarify the expected type of charset. | Barry Warsaw | 2002-07-03 | 1 | -1/+2 |
|
|
* | __unicode__(): Patch # 541263 by Mikhail Zabaluev, implementation | Barry Warsaw | 2002-06-29 | 1 | -0/+6 |
|
|
* | Teach this class about "highest-level syntactic breaks" but only for | Barry Warsaw | 2002-06-28 | 1 | -58/+151 |
|
|
* | The _compat modules now export _floordiv() instead of _intdiv2() for | Barry Warsaw | 2002-06-01 | 1 | -5/+4 |
|
|
* | Whitespace normalization. | Tim Peters | 2002-05-23 | 1 | -4/+4 |
|
|
* | Fixed a bug in the splitting of lines, and improved the splitting for | Barry Warsaw | 2002-05-19 | 1 | -11/+29 |
|
|
* | Sync'ing with standalone email package 2.0.1. This adds support for | Barry Warsaw | 2002-04-10 | 1 | -0/+210 |
|
|