summaryrefslogtreecommitdiffstats
path: root/Lib/email/Parser.py
Commit message (Expand)AuthorAgeFilesLines
* Big email 3.0 API changes, with updated unit tests and documentation.Barry Warsaw2004-10-031-11/+23
* Update to Python 2.3, getting rid of backward compatiblity crud.Barry Warsaw2004-05-091-281/+20
* Merge in Anthony's new parser code, from the anthony-parser-branch:Thomas Wouters2004-03-201-128/+173
* Merge of the folding-reimpl-branch. Specific changes,Barry Warsaw2003-03-061-2/+2
* parse(), _parseheaders(), _parsebody(): A fix for SF bug #633527,Barry Warsaw2002-11-051-9/+22
* _parsebody(): A fix for SF bug #631350, where a subobject in aBarry Warsaw2002-11-051-2/+6
* _parsebody(): Use get_content_type() instead of the deprecatedBarry Warsaw2002-10-071-5/+6
* Docstring consistency with the updated .tex files.Barry Warsaw2002-09-301-0/+14
* Use True/False everywhere.Barry Warsaw2002-09-281-5/+12
* _parsebody(): Instead of raising a BoundaryError when no startBarry Warsaw2002-09-101-2/+5
* Whitespace normalization.Tim Peters2002-08-231-5/+5
* Parser.__init__(): The consensus on the mimelib-devel list is thatBarry Warsaw2002-07-191-2/+2
* Anthony Baxter's cleanup patch. Python project SF patch # 583190,Barry Warsaw2002-07-181-18/+25
* Anthony Baxter's patch for non-strict parsing. This adds a `strict'Barry Warsaw2002-07-091-24/+71
* _parsebody(): Fix for the new message/rfc822 tree structure (theBarry Warsaw2002-06-021-4/+3
* I've thought about it some more, and I believe it is proper for theBarry Warsaw2002-05-191-10/+20
* Sync'ing with standalone email package 2.0.1. This adds support forBarry Warsaw2002-04-101-10/+16
* _parsebody(): When adding subparts to a multipart container, make sureBarry Warsaw2002-01-271-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