summaryrefslogtreecommitdiffstats
path: root/Lib/email/Parser.py
Commit message (Expand)AuthorAgeFilesLines
* Backporting email 2.5 to Python 2.2 maint branch.Barry Warsaw2003-03-211-13/+30
* _parsebody(): Use get_content_type() instead of the deprecatedBarry Warsaw2002-10-071-5/+6
* Backporting of email 2.4 from Python 2.3. Many newly added modules,Barry Warsaw2002-10-041-46/+139
* It's merge time!Michael W. Hudson2002-01-281-2/+7
* HeaderParser: A new subclass of Parser which only parses the messageBarry Warsaw2001-10-111-0/+16
* Give me back my page breaks.Barry Warsaw2001-10-041-1/+1
* Whitespace normalization.Tim Peters2001-10-041-1/+1
* _parsebody(): Use get_boundary() and get_type().Barry Warsaw2001-09-261-10/+16
* The email package version 1.0, prototyped as mimelibBarry Warsaw2001-09-231-0/+154