Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | typo | Michael W. Hudson | 2004-10-03 | 1 | -1/+1 |
| | |||||
* | Add documentation about as_string() mangling From_ lines. | Barry Warsaw | 2004-10-03 | 1 | -3/+4 |
| | |||||
* | Big email 3.0 API changes, with updated unit tests and documentation. | Barry Warsaw | 2004-10-03 | 1 | -27/+19 |
| | | | | | | | | | | | | | | | | | Briefly (from the NEWS file): - Updates for the email package: + All deprecated APIs that in email 2.x issued warnings have been removed: _encoder argument to the MIMEText constructor, Message.add_payload(), Utils.dump_address_pair(), Utils.decode(), Utils.encode() + New deprecations: Generator.__call__(), Message.get_type(), Message.get_main_type(), Message.get_subtype(), the 'strict' argument to the Parser constructor. These will be removed in email 3.1. + Support for Python earlier than 2.3 has been removed (see PEP 291). + All defect classes have been renamed to end in 'Defect'. + Some FeedParser fixes; also a MultipartInvariantViolationDefect will be added to messages that claim to be multipart but really aren't. + Updates to documentation. | ||||
* | Fixed minor typo in interactive example | Edward Loper | 2004-09-28 | 1 | -1/+1 |
| | |||||
* | SF patch #859286: documentation bool change fix | Raymond Hettinger | 2003-12-31 | 1 | -1/+1 |
| | | | | (Contributed by George Yoshida.) | ||||
* | [Bug #817178] Fix incorrect arguments in example, noted by Terry Reedy | Andrew M. Kuchling | 2003-10-31 | 1 | -1/+1 |
| | |||||
* | Update get_param() description to reflect changes to the docstring. | Barry Warsaw | 2003-08-19 | 1 | -5/+8 |
| | |||||
* | Added some more documentation to as_string() to make it clear that | Barry Warsaw | 2003-04-18 | 1 | -0/+14 |
| | | | | | it's a convenience only. Give an example of what to do for more flexibility. | ||||
* | Describe what happens when decode=True and the payload has bogus | Barry Warsaw | 2003-03-10 | 1 | -3/+4 |
| | | | | base64 data. | ||||
* | Document that get_content_charset() coerces its return value to lower | Barry Warsaw | 2002-10-10 | 1 | -2/+3 |
| | | | | case. | ||||
* | Minor style nit for referring to other attributes of the same class | Fred Drake | 2002-10-01 | 1 | -1/+1 |
| | | | | from an attributes description. | ||||
* | Proofread and spell checked, all except the Examples section (which | Barry Warsaw | 2002-10-01 | 1 | -50/+37 |
| | | | | I'll do next). | ||||
* | Vast update to email version 2. This could surely use proofreading. | Barry Warsaw | 2002-10-01 | 1 | -103/+300 |
| | |||||
* | Remove spurious "()" from the __str__() description. | Fred Drake | 2002-05-22 | 1 | -1/+1 |
| | |||||
* | Minor grammar and typo fixes | Andrew M. Kuchling | 2001-11-05 | 1 | -1/+1 |
| | |||||
* | Added a note about the somewhat kludgey behavior of the message | Barry Warsaw | 2001-10-19 | 1 | -0/+10 |
| | | | | | | epilogue, based on the discussion in this SF bug report: https://sourceforge.net/tracker/index.php?func=detail&aid=472481&group_id=25568&atid=384678 | ||||
* | Updates do email package documentation for markup, style, and | Barry Warsaw | 2001-09-26 | 1 | -53/+62 |
| | | | | organization. | ||||
* | The email package documentation, currently organized the way I think | Barry Warsaw | 2001-09-26 | 1 | -0/+384 |
Fred prefers. I'm not sure I like this organization, so it may change. |