COMMITS
/ Lib/email/__init__.py November 12, 2024
H
gh-126133: Only use start year in PSF copyright, remove end years (#126236)
Hugo van Kemenade committed
March 8, 2023
J
gh-102507 Remove invisible pagebreak characters (#102531)
JosephSBoyle committed
October 3, 2014
R
#22508: Drop email __version__ string. It no longer means anything.
R David Murray committed
March 17, 2012
R
#11686: add missing entries to email __all__ lists.
R David Murray committed
January 25, 2011
V
fix import in email.message_from_binary_file()
Victor Stinner committed
October 8, 2010
R
#4661: add bytes parsing and generation to email (email version bump to 5.1.0)
R. David Murray committed
August 30, 2007
G
Copying the email package back, despite its failings.
Guido van Rossum committed
August 25, 2007
G
Remove the email package for now.
Guido van Rossum committed
August 11, 2006
T
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters committed
April 21, 2006
T
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters committed
January 17, 2006
B
Ported 42075 from release23-maint branch.
Barry Warsaw committed
December 5, 2004
B
Fixes for SF #1076485, which I'll apply to the CVS head too. The problem was
Barry Warsaw committed
November 29, 2004
B
There's likely nothing more to do to the email package before Python 2.4 is
Barry Warsaw committed
October 9, 2004
B
All known bugs are closed, and Python 2.4b1 is coming out soon, so bump
Barry Warsaw committed
October 3, 2004
B
Big email 3.0 API changes, with updated unit tests and documentation.
Barry Warsaw committed
May 9, 2004
B
Update to Python 2.3, getting rid of backward compatiblity crud.
Barry Warsaw committed
December 30, 2003
B
Bump version number to 2.5.5
Barry Warsaw committed
August 19, 2003
B
Bump the version number for the standalone mimelib package.
Barry Warsaw committed
May 29, 2003
B
_make_boundary(): Fix for SF bug #745478, broken boundary calculation
Barry Warsaw committed
May 8, 2003
B
Bump version number
Barry Warsaw committed
March 30, 2003
B
Bump to version 2.5.1
Barry Warsaw committed
March 26, 2003
B
Temporary bump of the version number.
Barry Warsaw committed
March 21, 2003
B
Email version 2.5 -- I will now backport this to Python 2.2.3.
Barry Warsaw committed
December 30, 2002
B
Actually, make this 2.5a1 since it will include API changes that may
Barry Warsaw committed
B
Bump to 2.5
Barry Warsaw committed
November 5, 2002
B
Bump __version__ (yes, to 2.5 "minus")
Barry Warsaw committed
October 14, 2002
B
Bump the __version__
Barry Warsaw committed
October 10, 2002
B
Bump version number to 2.4.2 to pick up the latest minor bug fixes.
Barry Warsaw committed
October 7, 2002
B
Bump the version to 2.4.1 (not 2.5 as previously mentioned) to sync it
Barry Warsaw committed
September 30, 2002
B
__all__: Updated
Barry Warsaw committed
B
The ansi_x3.4_1968 encoding is an alias for ascii, but isn't known in
Barry Warsaw committed
September 28, 2002
B
Code cleanup and add docstrings.
Barry Warsaw committed
September 25, 2002
B
__version__: Bump to 2.4
Barry Warsaw committed
September 12, 2002
B
Bump to 2.3.1 to pick up the missing file.
Barry Warsaw committed
August 20, 2002
B
Bump version number to 2.3
Barry Warsaw committed
July 19, 2002
B
message_from_string(), message_from_file(): The consensus on the
Barry Warsaw committed
July 18, 2002
B
Anthony Baxter's patch to expose the parser's `strict' flag in these
Barry Warsaw committed
July 9, 2002
B
With the addition of Oleg's support for RFC 2231, it's time to bump
Barry Warsaw committed
June 1, 2002
B
Bump to version 2.0.5, and also use absolute import paths.
Barry Warsaw committed
May 22, 2002
B
Bump to version 2.0.4
Barry Warsaw committed
May 19, 2002
B
Complete a merge of the mimelib project and the Python cvs codebases
Barry Warsaw committed
April 10, 2002
B
Sync'ing with standalone email package 2.0.1. This adds support for
Barry Warsaw committed
October 9, 2001
B
Fix __all__ to the current list of exported modules (must pass the
Barry Warsaw committed
October 4, 2001
B
Give me back my page breaks.
Barry Warsaw committed
T
Whitespace normalization.
Tim Peters committed
September 23, 2001
B
The email package version 1.0, prototyped as mimelib
Barry Warsaw committed