| Commit message (Expand) | Author | Age | Files | Lines |
* | Update to Python 2.3, getting rid of backward compatiblity crud. | Barry Warsaw | 2004-05-09 | 1 | -28/+17 |
|
|
* | Fix a bunch of typos in documentation, docstrings and comments. | Walter Dörwald | 2003-10-20 | 1 | -1/+1 |
|
|
* | A fix for parsing parameters when there are semicolons inside the | Barry Warsaw | 2003-09-03 | 1 | -1/+18 |
|
|
* | get_param(): Update the docstring to explain how CHARSET and LANGUAGE | Barry Warsaw | 2003-08-19 | 1 | -7/+12 |
|
|
* | get_payload(): Improve the TypeError message when the payload isn't of | Barry Warsaw | 2003-06-10 | 1 | -1/+1 |
|
|
* | as_string(): Added some text to the docstring to make it clear that | Barry Warsaw | 2003-04-18 | 1 | -0/+4 |
|
|
* | get_payload(): Teach this about various uunencoded | Barry Warsaw | 2003-03-11 | 1 | -10/+21 |
|
|
* | get_payload(): If we get a low-level binascii.Error when base64 | Barry Warsaw | 2003-03-10 | 1 | -5/+12 |
|
|
* | get_content_charset(): RFC 2046 $4.1.2 says charsets are not case | Barry Warsaw | 2002-10-10 | 1 | -4/+6 |
|
|
* | __contains__(): Change the second argument to `name' for consistency. | Barry Warsaw | 2002-09-30 | 1 | -58/+69 |
|
|
* | is_multipart(): Use isinstance() instead of type equality. | Barry Warsaw | 2002-09-28 | 1 | -1/+1 |
|
|
* | Docstring and code cleanups, e.g. use True/False everywhere. | Barry Warsaw | 2002-09-28 | 1 | -58/+62 |
|
|
* | Fixing some RFC 2231 related issues as reported in the Spambayes | Barry Warsaw | 2002-09-26 | 1 | -9/+39 |
|
|
* | get_payload(): Document that calling it with no arguments returns a | Barry Warsaw | 2002-09-11 | 1 | -2/+3 |
|
|
* | _formatparam(), set_param(): RFC 2231 encoding support by Oleg | Barry Warsaw | 2002-09-06 | 1 | -3/+11 |
|
|
* | replace_header(): New method given by Skip Montanaro in SF patch | Barry Warsaw | 2002-09-06 | 1 | -1/+15 |
|
|
* | Typo | Barry Warsaw | 2002-08-27 | 1 | -1/+1 |
|
|
* | Whitespace normalization. | Tim Peters | 2002-08-23 | 1 | -3/+3 |
|
|
* | get_content_type(), get_content_maintype(), get_content_subtype(): RFC | Barry Warsaw | 2002-08-20 | 1 | -5/+5 |
|
|
* | To better support default content types, fix an API wart, and preserve | Barry Warsaw | 2002-07-19 | 1 | -13/+62 |
|
|
* | Anthony Baxter's cleanup patch. Python project SF patch # 583190, | Barry Warsaw | 2002-07-18 | 1 | -4/+4 |
|
|
* | Add the concept of a "default type". Normally the default type is | Barry Warsaw | 2002-07-09 | 1 | -0/+22 |
|
|
* | Oleg Broytmann's support for RFC 2231 encoded parameters, SF patch #549133 | Barry Warsaw | 2002-06-29 | 1 | -7/+27 |
|
|
* | Use absolute import paths for intrapackage imports. | Barry Warsaw | 2002-06-02 | 1 | -5/+5 |
|
|
* | Whitespace normalization. | Tim Peters | 2002-05-23 | 1 | -1/+1 |
|
|
* | Complete a merge of the mimelib project and the Python cvs codebases | Barry Warsaw | 2002-05-19 | 1 | -11/+5 |
|
|
* | Sync'ing with standalone email package 2.0.1. This adds support for | Barry Warsaw | 2002-04-10 | 1 | -18/+205 |
|
|
* | More typo fixes. | Barry Warsaw | 2001-11-24 | 1 | -2/+2 |
|
|
* | Docstring typo fix. | Greg Ward | 2001-11-24 | 1 | -1/+1 |
|
|
* | walk(): Fix docstring; traversal is depth-first. Closes mimelib bug | Barry Warsaw | 2001-11-05 | 1 | -1/+1 |
|
|
* | A fix for SF bug #472560, extra newlines returned by get_param() when | Barry Warsaw | 2001-10-25 | 1 | -1/+1 |
|
|
* | get_all(): We never returned failobj if we found no matching headers. | Barry Warsaw | 2001-10-09 | 1 | -0/+4 |
|
|
* | Give me back my page breaks. | Barry Warsaw | 2001-10-04 | 1 | -1/+1 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-10-04 | 1 | -2/+2 |
|
|
* | has_key(): Implement in terms of get(). | Barry Warsaw | 2001-09-26 | 1 | -33/+58 |
|
|
* | The email package version 1.0, prototyped as mimelib | Barry Warsaw | 2001-09-23 | 1 | -0/+422 |
|
|