summaryrefslogtreecommitdiffstats
path: root/Lib/email/Header.py
Commit message (Expand)AuthorAgeFilesLines
* Big email 3.0 API changes, with updated unit tests and documentation.Barry Warsaw2004-10-031-1/+2
* _split_ascii(): Small optimization by RH.Barry Warsaw2004-05-101-1/+1
* Update to Python 2.3, getting rid of backward compatiblity crud. Get rid of aBarry Warsaw2004-05-091-27/+6
* __unicode__(): Fix the logic for calculating whether to add aBarry Warsaw2003-03-301-3/+3
* _encode_chunks(): Throw out empty chunks.Barry Warsaw2003-03-171-0/+2
* _split_ascii() [method and function]: Don't join the lines just toBarry Warsaw2003-03-101-10/+11
* _split_ascii(): lstrip the individual lines in the ascii split lines,Barry Warsaw2003-03-071-0/+3
* More internal refinements of the ascii splitting algorithm.Barry Warsaw2003-03-071-7/+10
* Repaired a misleading comment Barry inherited from me.Tim Peters2003-03-061-1/+1
* _split_ascii(): In the clause where curlen + partlen > maxlen, if theBarry Warsaw2003-03-061-1/+8
* __unicode__(): When converting to a unicode string, we need toBarry Warsaw2003-03-061-3/+20
* decode_header(): Typo when appending an unencoded chunk to theBarry Warsaw2003-03-061-1/+1
* Merge of the folding-reimpl-branch. Specific changes,Barry Warsaw2003-03-061-100/+154
* 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