summaryrefslogtreecommitdiffstats
path: root/Lib/email/Header.py
Commit message (Expand)AuthorAgeFilesLines
* Header.__init__(), .append(): Add an optional argument `errors' whichBarry Warsaw2002-12-301-6/+11
* append(): Fixing the test for convertability after consultation withBarry Warsaw2002-10-141-14/+28
* __init__(): Fix an invariant, that the charset item in a chunk tupleBarry Warsaw2002-10-141-2/+11
* _encode_chunks(), encode(): Don't modify self._chunks. As Ben says:Barry Warsaw2002-10-131-23/+22
* Docstring consistency with the updated .tex files.Barry Warsaw2002-09-301-3/+4
* With help from Martin v. Loewis, clarification is added for theBarry Warsaw2002-09-301-29/+61
* _ascii_split(): Don't lstrip continuation lines. Closes SF bug #601392.Barry Warsaw2002-09-101-1/+1
* append(): Bite the bullet and let charset be the string name of aBarry Warsaw2002-07-231-3/+6
* make_header(): Watch out for charset is None, which decode_header()Barry Warsaw2002-07-231-3/+2
* make_header(): New function to take the output of decode_header() andBarry Warsaw2002-07-091-6/+45
* append(): Clarify the expected type of charset.Barry Warsaw2002-07-031-1/+2
* __unicode__(): Patch # 541263 by Mikhail Zabaluev, implementationBarry Warsaw2002-06-291-0/+6
* Teach this class about "highest-level syntactic breaks" but only forBarry Warsaw2002-06-281-58/+151
* The _compat modules now export _floordiv() instead of _intdiv2() forBarry Warsaw2002-06-011-5/+4
* Whitespace normalization.Tim Peters2002-05-231-4/+4
* Fixed a bug in the splitting of lines, and improved the splitting forBarry Warsaw2002-05-191-11/+29
* Sync'ing with standalone email package 2.0.1. This adds support forBarry Warsaw2002-04-101-0/+210