| Commit message (Expand) | Author | Age | Files | Lines |
* | #22508: Drop email __version__ string. It no longer means anything. | R David Murray | 2014-10-03 | 1 | -2/+0 |
* | #11686: add missing entries to email __all__ lists. | R David Murray | 2012-03-16 | 1 | -0/+1 |
* | fix import in email.message_from_binary_file() | Victor Stinner | 2011-01-25 | 1 | -1/+1 |
* | #4661: add bytes parsing and generation to email (email version bump to 5.1.0) | R. David Murray | 2010-10-08 | 1 | -1/+18 |
* | Copying the email package back, despite its failings. | Guido van Rossum | 2007-08-30 | 1 | -0/+46 |
* | Remove the email package for now. | Guido van Rossum | 2007-08-25 | 1 | -123/+0 |
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -1/+1 |
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -3/+74 |
* | Ported 42075 from release23-maint branch. | Barry Warsaw | 2006-01-17 | 1 | -2/+2 |
* | Fixes for SF #1076485, which I'll apply to the CVS head too. The problem was | Barry Warsaw | 2004-12-05 | 1 | -1/+1 |
* | There's likely nothing more to do to the email package before Python 2.4 is | Barry Warsaw | 2004-11-29 | 1 | -1/+1 |
* | All known bugs are closed, and Python 2.4b1 is coming out soon, so bump | Barry Warsaw | 2004-10-09 | 1 | -1/+1 |
* | Big email 3.0 API changes, with updated unit tests and documentation. | Barry Warsaw | 2004-10-03 | 1 | -11/+6 |
* | Update to Python 2.3, getting rid of backward compatiblity crud. | Barry Warsaw | 2004-05-09 | 1 | -20/+5 |
* | Bump version number to 2.5.5 | Barry Warsaw | 2003-12-30 | 1 | -1/+1 |
* | Bump the version number for the standalone mimelib package. | Barry Warsaw | 2003-08-19 | 1 | -1/+1 |
* | _make_boundary(): Fix for SF bug #745478, broken boundary calculation | Barry Warsaw | 2003-05-29 | 1 | -1/+1 |
* | Bump version number | Barry Warsaw | 2003-05-08 | 1 | -1/+1 |
* | Bump to version 2.5.1 | Barry Warsaw | 2003-03-30 | 1 | -1/+1 |
* | Temporary bump of the version number. | Barry Warsaw | 2003-03-26 | 1 | -1/+1 |
* | Email version 2.5 -- I will now backport this to Python 2.2.3. | Barry Warsaw | 2003-03-21 | 1 | -1/+1 |
* | beta 1 | Barry Warsaw | 2003-03-11 | 1 | -1/+1 |
* | Actually, make this 2.5a1 since it will include API changes that may | Barry Warsaw | 2002-12-30 | 1 | -1/+1 |
* | Bump to 2.5 | Barry Warsaw | 2002-12-30 | 1 | -1/+1 |
* | Bump __version__ (yes, to 2.5 "minus") | Barry Warsaw | 2002-11-05 | 1 | -1/+1 |
* | Bump the __version__ | Barry Warsaw | 2002-10-14 | 1 | -1/+1 |
* | Bump version number to 2.4.2 to pick up the latest minor bug fixes. | Barry Warsaw | 2002-10-10 | 1 | -1/+1 |
* | Bump the version to 2.4.1 (not 2.5 as previously mentioned) to sync it | Barry Warsaw | 2002-10-07 | 1 | -1/+1 |
* | __all__: Updated | Barry Warsaw | 2002-09-30 | 1 | -20/+22 |
* | The ansi_x3.4_1968 encoding is an alias for ascii, but isn't known in | Barry Warsaw | 2002-09-30 | 1 | -0/+9 |
* | Code cleanup and add docstrings. | Barry Warsaw | 2002-09-28 | 1 | -2/+17 |
* | __version__: Bump to 2.4 | Barry Warsaw | 2002-09-25 | 1 | -9/+16 |
* | Bump to 2.3.1 to pick up the missing file. | Barry Warsaw | 2002-09-12 | 1 | -1/+1 |
* | Bump version number to 2.3 | Barry Warsaw | 2002-08-20 | 1 | -1/+1 |
* | message_from_string(), message_from_file(): The consensus on the | Barry Warsaw | 2002-07-19 | 1 | -2/+2 |
* | Anthony Baxter's patch to expose the parser's `strict' flag in these | Barry Warsaw | 2002-07-18 | 1 | -5/+5 |
* | With the addition of Oleg's support for RFC 2231, it's time to bump | Barry Warsaw | 2002-07-09 | 1 | -1/+1 |
* | Bump to version 2.0.5, and also use absolute import paths. | Barry Warsaw | 2002-06-01 | 1 | -3/+3 |
* | Bump to version 2.0.4 | Barry Warsaw | 2002-05-22 | 1 | -1/+1 |
* | Complete a merge of the mimelib project and the Python cvs codebases | Barry Warsaw | 2002-05-19 | 1 | -1/+1 |
* | Sync'ing with standalone email package 2.0.1. This adds support for | Barry Warsaw | 2002-04-10 | 1 | -3/+7 |
* | Fix __all__ to the current list of exported modules (must pass the | Barry Warsaw | 2001-10-09 | 1 | -3/+4 |
* | Give me back my page breaks. | Barry Warsaw | 2001-10-04 | 1 | -1/+1 |
* | Whitespace normalization. | Tim Peters | 2001-10-04 | 1 | -1/+1 |
* | The email package version 1.0, prototyped as mimelib | Barry Warsaw | 2001-09-23 | 1 | -0/+34 |