| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #16714: use 'raise' exceptions, don't 'throw'. | Andrew Svetlov | 2012-12-18 | 3 | -4/+4 |
|\ |
|
| * | Issue #16714: use 'raise' exceptions, don't 'throw'. | Andrew Svetlov | 2012-12-18 | 2 | -3/+3 |
|
|
* | | Closes #15925: fix regression in parsedate() and parsedate_tz() that should r... | Georg Brandl | 2012-09-22 | 2 | -22/+6 |
|
|
* | | Merge #15249: Mangle From lines correctly when body contains invalid bytes. | R David Murray | 2012-08-24 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | #15249: Mangle From lines correctly when body contains invalid bytes. | R David Murray | 2012-08-24 | 2 | -1/+17 |
|
|
* | | Issue #665194: Added a small optimization | Alexander Belopolsky | 2012-08-23 | 1 | -1/+1 |
|
|
* | | #665194: fix variable name in exception code path. | R David Murray | 2012-08-23 | 1 | -1/+1 |
|
|
* | | #665194: Update email.utils.localtime to use astimezone, and fix bug. | R David Murray | 2012-08-23 | 1 | -29/+22 |
|
|
* | | Merge #15232: correctly mangle From lines in MIME preamble and epilogue | R David Murray | 2012-07-23 | 1 | -2/+10 |
|\ \
| |/ |
|
| * | #15232: correctly mangle From lines in MIME preamble and epilogue | R David Murray | 2012-07-23 | 2 | -2/+32 |
|
|
* | | #15160: Extend the new email parser to handle MIME headers. | R David Murray | 2012-06-24 | 2 | -18/+943 |
|
|
* | | Issue #14653: email.utils.mktime_tz() no longer relies on system | Alexander Belopolsky | 2012-06-22 | 1 | -4/+4 |
|\ \
| |/ |
|
| * | Issue #14653: email.utils.mktime_tz() no longer relies on system | Alexander Belopolsky | 2012-06-22 | 2 | -4/+10 |
|
|
* | | Merge: Update out of date docstring. | R David Murray | 2012-06-17 | 1 | -7/+5 |
|\ \
| |/ |
|
| * | Update out of date docstring. | R David Murray | 2012-06-17 | 1 | -7/+5 |
|
|
* | | Now that Defects are Exception subclasses, call super. | R David Murray | 2012-06-09 | 1 | -0/+5 |
|
|
* | | #1079: Fix parsing of encoded words. | R David Murray | 2012-06-02 | 1 | -4/+41 |
|
|
* | | Don't use metaclasses when class decorators can do the job. | R David Murray | 2012-05-31 | 2 | -26/+22 |
|
|
* | | #10839: raise an error on add of duplicate unique headers in new email policies | R David Murray | 2012-05-29 | 3 | -0/+37 |
|
|
* | | #12515: email now registers a defect if the MIME end boundary is missing. | R David Murray | 2012-05-28 | 2 | -3/+14 |
|
|
* | | #1672568: email now registers defects for base64 payload format errors. | R David Murray | 2012-05-28 | 1 | -5/+7 |
|
|
* | | #14925: email now registers a defect for missing header/body separator. | R David Murray | 2012-05-28 | 2 | -7/+9 |
|
|
* | | Make headerregistry fully part of the provisional api. | R David Murray | 2012-05-27 | 2 | -3/+3 |
|
|
* | | Add '__all__' to _encoded_words and mark QByteMap as private. | R David Murray | 2012-05-27 | 1 | -2/+12 |
|
|
* | | Recognize '<>' as a special case of an angle-addr in header_value_parser. | R David Murray | 2012-05-26 | 1 | -1/+11 |
|
|
* | | #665194: Add a localtime function to email.utils. | R David Murray | 2012-05-26 | 1 | -0/+53 |
|
|
* | | #12586: Fix a small oversight in the new email policy header setting code. | R David Murray | 2012-05-26 | 1 | -1/+1 |
|
|
* | | #12586: add provisional email policy with new header parsing and folding. | R David Murray | 2012-05-25 | 8 | -11/+3047 |
|
|
* | | #14731: refactor email policy framework. | R David Murray | 2012-05-25 | 8 | -260/+649 |
|
|
* | | #14380: Make actual default match docs, fix __init__ order. | R David Murray | 2012-03-23 | 1 | -7/+9 |
|
|
* | | #14380: Have MIMEText defaults to utf-8 when passed non-ASCII unicode | R David Murray | 2012-03-23 | 1 | -0/+10 |
|
|
* | | #14344: fixed the repr of email.policy objects. | R David Murray | 2012-03-17 | 1 | -1/+1 |
|
|
* | | Merge #11686: add missing entries to email __all__ lists. | R David Murray | 2012-03-17 | 3 | -2/+3 |
|\ \
| |/ |
|
| * | #11686: add missing entries to email __all__ lists. | R David Murray | 2012-03-17 | 5 | -11/+9 |
|
|
* | | #12818: remove escaping of () in quoted strings in formataddr | R David Murray | 2012-03-14 | 1 | -1/+1 |
|
|
* | | #14062: fix BytesParser handling of Header objects | R David Murray | 2012-03-14 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | #14062: fix BytesParser handling of linesep for Header objects | R David Murray | 2012-03-14 | 2 | -2/+25 |
|
|
* | | Merge #14291: if a header has non-ascii unicode, default to CTE using utf-8 | R David Murray | 2012-03-14 | 1 | -1/+6 |
|\ \
| |/ |
|
| * | #14291: if a header has non-ascii unicode, default to CTE using utf-8 | R David Murray | 2012-03-14 | 2 | -3/+25 |
|
|
* | | Merge 3.2, fix typos. | Florent Xicluna | 2011-11-11 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix few typos. | Florent Xicluna | 2011-11-11 | 1 | -1/+1 |
|
|
* | | #665194: support roundtripping RFC2822 date stamps in the email.utils module | R David Murray | 2011-07-20 | 2 | -8/+57 |
|
|
* | | #1874: detect invalid multipart CTE and report it as a defect. | R David Murray | 2011-06-22 | 2 | -0/+8 |
|
|
* | | merge #11584: make Header and make_header handle binary unknown-8bit input | R David Murray | 2011-06-18 | 1 | -1/+4 |
|\ \
| |/ |
|
| * | #11584: make Header and make_header handle binary unknown-8bit input | R David Murray | 2011-06-18 | 2 | -1/+19 |
|
|
* | | merge #11584: make decode_header handle Header objects correctly | R David Murray | 2011-06-18 | 1 | -2/+3 |
|\ \
| |/ |
|
| * | #11584: make decode_header handle Header objects correctly | R David Murray | 2011-06-18 | 2 | -4/+5 |
|
|
* | | #11731: simplify/enhance parser/generator API by introducing policy objects. | R David Murray | 2011-04-18 | 5 | -34/+238 |
|
|
* | | Merge: #11492: rewrite header folding algorithm. Less code, more passing tests. | R David Murray | 2011-04-18 | 1 | -180/+109 |
|\ \
| |/ |
|
| * | #11492: rewrite header folding algorithm. Less code, more passing tests. | R David Murray | 2011-04-18 | 2 | -197/+241 |
|
|