summaryrefslogtreecommitdiffstats
path: root/Lib/email/Generator.py
Commit message (Expand)AuthorAgeFilesLines
* Big email 3.0 API changes, with updated unit tests and documentation.Barry Warsaw2004-10-031-12/+18
* Update to Python 2.3, getting rid of backward compatiblity crud. Get rid of aBarry Warsaw2004-05-091-57/+29
* __init__(): The docstring was incorrect regarding how header wrappingBarry Warsaw2003-11-191-5/+4
* _make_boundary(): A minor optimization suggested by the Timbot.Barry Warsaw2003-06-241-1/+1
* _make_boundary(): Fix for SF bug #745478, broken boundary calculationBarry Warsaw2003-05-291-2/+6
* _write_headers(), _split_header(): All of the smarts for splittingBarry Warsaw2003-03-071-35/+20
* Merge of the folding-reimpl-branch. Specific changes,Barry Warsaw2003-03-061-2/+13
* _split_header(): If we have a header which is a byte string containingBarry Warsaw2002-10-141-1/+17
* Use True/False everywhere.Barry Warsaw2002-09-281-20/+19
* Import _isstring() from the compatibility layer.Barry Warsaw2002-09-101-2/+12
* _dispatch(): Use get_content_maintype() and get_content_subtype() toBarry Warsaw2002-08-201-3/+2
* _dispatch(): Use the new Message.get_content_type() method as hashedBarry Warsaw2002-07-191-6/+1
* _dispatch(): Comment improvements.Barry Warsaw2002-07-111-3/+3
* clone(): A new method for creating a clone of this generator (forBarry Warsaw2002-07-091-27/+24
* _split_header(): The code here was terminally broken because it didn'tBarry Warsaw2002-06-281-53/+11
* flatten(): Renamed from __call__() which is (silently) deprecated.Barry Warsaw2002-06-021-7/+11
* Sync'ing with standalone email package 2.0.1. This adds support forBarry Warsaw2002-04-101-18/+36
* Removed two unused imports. Closes patch #525225.Barry Warsaw2002-03-031-4/+0
* Another merge from mimelib:Barry Warsaw2001-10-191-0/+2
* Two merges from the mimelib project:Barry Warsaw2001-10-171-4/+35
* Give me back my page breaks.Barry Warsaw2001-10-041-3/+3
* Whitespace normalization.Tim Peters2001-10-041-3/+3
* In class Generator:Barry Warsaw2001-09-261-5/+32
* The email package version 1.0, prototyped as mimelibBarry Warsaw2001-09-231-0/+326