| Commit message (Expand) | Author | Age | Files | Lines |
* | _parsebody(): Fix for the new message/rfc822 tree structure (the | Barry Warsaw | 2002-06-02 | 1 | -4/+3 |
|
|
* | header_encode(), encode(): Use _floordiv() from the appropriate | Barry Warsaw | 2002-06-02 | 1 | -2/+9 |
|
|
* | Use absolute import paths for intrapackage imports. | Barry Warsaw | 2002-06-02 | 1 | -2/+2 |
|
|
* | Use absolute import paths for intrapackage imports. | Barry Warsaw | 2002-06-02 | 1 | -5/+5 |
|
|
* | Use absolute import paths for intrapackage imports. | Barry Warsaw | 2002-06-02 | 5 | -22/+23 |
|
|
* | flatten(): Renamed from __call__() which is (silently) deprecated. | Barry Warsaw | 2002-06-02 | 1 | -7/+11 |
|
|
* | _intdiv2() -> _floordiv(), merge of uncommitted changes. | Barry Warsaw | 2002-06-02 | 2 | -8/+8 |
|
|
* | Get email test to pass. Barry, hope this is what you had in mind | Neal Norwitz | 2002-06-02 | 2 | -6/+6 |
|
|
* | Bump to version 2.0.5, and also use absolute import paths. | Barry Warsaw | 2002-06-01 | 1 | -3/+3 |
|
|
* | These two classes provide bases for more specific content type | Barry Warsaw | 2002-06-01 | 2 | -0/+54 |
|
|
* | The _compat modules now export _floordiv() instead of _intdiv2() for | Barry Warsaw | 2002-06-01 | 1 | -5/+4 |
|
|
* | Slightly better docstring | Barry Warsaw | 2002-06-01 | 1 | -1/+1 |
|
|
* | _is_unicode(): Use UnicodeType instead of the unicode builtin for | Barry Warsaw | 2002-06-01 | 1 | -1/+3 |
|
|
* | Use floor division where appropriate. | Guido van Rossum | 2002-05-29 | 1 | -2/+2 |
|
|
* | Importing Charset should not fail when Unicode is disabled. (XXX | Guido van Rossum | 2002-05-28 | 1 | -3/+11 |
|
|
* | Whitespace normalization. | Tim Peters | 2002-05-23 | 6 | -27/+27 |
|
|
* | Bump to version 2.0.4 | Barry Warsaw | 2002-05-22 | 1 | -1/+1 |
|
|
* | getaddresses(): Like the change in rfc822.py, this one needs to access | Barry Warsaw | 2002-05-22 | 1 | -1/+1 |
|
|
* | I've thought about it some more, and I believe it is proper for the | Barry Warsaw | 2002-05-19 | 1 | -10/+20 |
|
|
* | Fixed a bug in the splitting of lines, and improved the splitting for | Barry Warsaw | 2002-05-19 | 1 | -11/+29 |
|
|
* | Complete a merge of the mimelib project and the Python cvs codebases | Barry Warsaw | 2002-05-19 | 7 | -45/+168 |
|
|
* | parseaddr(): Don't use rfc822.parseaddr() because this now implies a | Barry Warsaw | 2002-04-15 | 1 | -4/+3 |
|
|
* | AddrlistClass -> AddressList | Barry Warsaw | 2002-04-12 | 1 | -2/+2 |
|
|
* | Sync'ing with standalone email package 2.0.1. This adds support for | Barry Warsaw | 2002-04-10 | 16 | -96/+1438 |
|
|
* | Removed two unused imports. Closes patch #525225. | Barry Warsaw | 2002-03-03 | 1 | -4/+0 |
|
|
* | _parsebody(): When adding subparts to a multipart container, make sure | Barry Warsaw | 2002-01-27 | 1 | -2/+7 |
|
|
* | decode(), encode(): Accepting the minor optimizations from SF patch | Barry Warsaw | 2001-12-03 | 1 | -6/+7 |
|
|
* | More typo fixes. | Barry Warsaw | 2001-11-24 | 1 | -2/+2 |
|
|
* | Docstring typo fix. | Greg Ward | 2001-11-24 | 2 | -2/+2 |
|
|
* | formatdate(): Jason Mastaler correctly points out that divmod with a | Barry Warsaw | 2001-11-19 | 1 | -2/+8 |
|
|
* | formatdate(): The calculation of the minutes part of the zone was | Barry Warsaw | 2001-11-19 | 1 | -1/+2 |
|
|
* | Forgot to import time. | Barry Warsaw | 2001-11-09 | 1 | -0/+1 |
|
|
* | formatdate(): A better docstring. | Barry Warsaw | 2001-11-09 | 1 | -4/+7 |
|
|
* | formatdate(): An implementation to replace the one borrowed from | Barry Warsaw | 2001-11-09 | 1 | -1/+37 |
|
|
* | 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 |
|
|
* | Another merge from mimelib: | Barry Warsaw | 2001-10-19 | 1 | -0/+2 |
|
|
* | Two merges from the mimelib project: | Barry Warsaw | 2001-10-17 | 1 | -4/+35 |
|
|
* | typed_subpart_iterator(): When getting the main type use 'text' as the | Barry Warsaw | 2001-10-15 | 1 | -2/+2 |
|
|
* | HeaderParser: A new subclass of Parser which only parses the message | Barry Warsaw | 2001-10-11 | 1 | -0/+16 |
|
|
* | An audio/* class, like MIMEImage, contributed by Anthony Baxter. | Barry Warsaw | 2001-10-09 | 1 | -0/+71 |
|
|
* | Fix __all__ to the current list of exported modules (must pass the | Barry Warsaw | 2001-10-09 | 1 | -3/+4 |
|
|
* | 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 | 12 | -22/+22 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-10-04 | 12 | -23/+23 |
|
|
* | _parsebody(): Use get_boundary() and get_type(). | Barry Warsaw | 2001-09-26 | 1 | -10/+16 |
|
|
* | has_key(): Implement in terms of get(). | Barry Warsaw | 2001-09-26 | 1 | -33/+58 |
|
|
* | __init__(): Arguments major renamed to maintype and minor renamed to | Barry Warsaw | 2001-09-26 | 1 | -3/+3 |
|
|
* | Updated docstrings. Also, | Barry Warsaw | 2001-09-26 | 1 | -7/+7 |
|
|
* | Image.py and class Image => MIMEImage.py and MIMEImage | Barry Warsaw | 2001-09-26 | 4 | -36/+40 |
|
|