summaryrefslogtreecommitdiff
path: root/Lib/email/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* #22508: Drop email __version__ string. It no longer means anything.R David Murray2014-10-031-2/+0
* #11686: add missing entries to email __all__ lists.R David Murray2012-03-161-0/+1
* fix import in email.message_from_binary_file()Victor Stinner2011-01-251-1/+1
* #4661: add bytes parsing and generation to email (email version bump to 5.1.0)R. David Murray2010-10-081-1/+18
* Copying the email package back, despite its failings.Guido van Rossum2007-08-301-0/+46
* Remove the email package for now.Guido van Rossum2007-08-251-123/+0
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-1/+1
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-3/+74
* Ported 42075 from release23-maint branch.Barry Warsaw2006-01-171-2/+2
* Fixes for SF #1076485, which I'll apply to the CVS head too. The problem wasBarry Warsaw2004-12-051-1/+1
* There's likely nothing more to do to the email package before Python 2.4 isBarry Warsaw2004-11-291-1/+1
* All known bugs are closed, and Python 2.4b1 is coming out soon, so bumpBarry Warsaw2004-10-091-1/+1
* Big email 3.0 API changes, with updated unit tests and documentation.Barry Warsaw2004-10-031-11/+6
* Update to Python 2.3, getting rid of backward compatiblity crud.Barry Warsaw2004-05-091-20/+5
* Bump version number to 2.5.5Barry Warsaw2003-12-301-1/+1
* Bump the version number for the standalone mimelib package.Barry Warsaw2003-08-191-1/+1
* _make_boundary(): Fix for SF bug #745478, broken boundary calculationBarry Warsaw2003-05-291-1/+1
* Bump version numberBarry Warsaw2003-05-081-1/+1
* Bump to version 2.5.1Barry Warsaw2003-03-301-1/+1
* Temporary bump of the version number.Barry Warsaw2003-03-261-1/+1
* Email version 2.5 -- I will now backport this to Python 2.2.3.Barry Warsaw2003-03-211-1/+1
* beta 1Barry Warsaw2003-03-111-1/+1
* Actually, make this 2.5a1 since it will include API changes that mayBarry Warsaw2002-12-301-1/+1
* Bump to 2.5Barry Warsaw2002-12-301-1/+1
* Bump __version__ (yes, to 2.5 "minus")Barry Warsaw2002-11-051-1/+1
* Bump the __version__Barry Warsaw2002-10-141-1/+1
* Bump version number to 2.4.2 to pick up the latest minor bug fixes.Barry Warsaw2002-10-101-1/+1
* Bump the version to 2.4.1 (not 2.5 as previously mentioned) to sync itBarry Warsaw2002-10-071-1/+1
* __all__: UpdatedBarry Warsaw2002-09-301-20/+22
* The ansi_x3.4_1968 encoding is an alias for ascii, but isn't known inBarry Warsaw2002-09-301-0/+9
* Code cleanup and add docstrings.Barry Warsaw2002-09-281-2/+17
* __version__: Bump to 2.4Barry Warsaw2002-09-251-9/+16
* Bump to 2.3.1 to pick up the missing file.Barry Warsaw2002-09-121-1/+1
* Bump version number to 2.3Barry Warsaw2002-08-201-1/+1
* message_from_string(), message_from_file(): The consensus on theBarry Warsaw2002-07-191-2/+2
* Anthony Baxter's patch to expose the parser's `strict' flag in theseBarry Warsaw2002-07-181-5/+5
* With the addition of Oleg's support for RFC 2231, it's time to bumpBarry Warsaw2002-07-091-1/+1
* Bump to version 2.0.5, and also use absolute import paths.Barry Warsaw2002-06-011-3/+3
* Bump to version 2.0.4Barry Warsaw2002-05-221-1/+1
* Complete a merge of the mimelib project and the Python cvs codebasesBarry Warsaw2002-05-191-1/+1
* Sync'ing with standalone email package 2.0.1. This adds support forBarry Warsaw2002-04-101-3/+7
* Fix __all__ to the current list of exported modules (must pass theBarry Warsaw2001-10-091-3/+4
* Give me back my page breaks.Barry Warsaw2001-10-041-1/+1
* Whitespace normalization.Tim Peters2001-10-041-1/+1
* The email package version 1.0, prototyped as mimelibBarry Warsaw2001-09-231-0/+34