COMMITS
/ Lib/email/quoprimime.py April 9, 2026
S
gh-145831: email.quoprimime: `decode()` leaves stray `\r` when `eol='\r\n'` (#145832)
Stefan Zetzsche committed
November 12, 2024
H
gh-126133: Only use start year in PSF copyright, remove end years (#126236)
Hugo van Kemenade committed
May 22, 2024
G
Remove almost all unpaired backticks in docstrings (#119231)
Geoffrey Thomas committed
February 3, 2022
N
bpo-46565: `del` loop vars that are leaking into module namespaces (GH-30993)
Nikita Sobolev committed
December 14, 2017
August 10, 2016
M
Correct misspellings of ISO-8859
Martin Panter committed
March 20, 2014
V
Issue #20976: pyflakes: Remove unused imports
Victor Stinner committed
January 13, 2014
R
#20206, #5803: more efficient algorithm that doesn't truncate output.
R David Murray committed
July 6, 2013
E
#18380: pass regex flags to the right argument. Patch by Valentina Mukhamedzhanova.
Ezio Melotti committed
March 24, 2011
R
Merge #11606: improved body_encode algorithm, no longer produces overlong lines
R David Murray committed
R
#11606: improved body_encode algorithm, no longer produces overlong lines
R David Murray committed
March 23, 2011
R
Merge #11590: fix quoprimime decode handling of empty strings and line endings.
R David Murray committed
R
#11590: fix quoprimime decode handling of empty strings and line endings.
R David Murray committed
October 1, 2010
R
Merged revisions 85142 via svnmerge from
R. David Murray committed
R
#10004: in Q encoded word ignore '=xx' when xx is not valid hex.
R. David Murray committed
July 12, 2009
A
Merged revisions 73952 via svnmerge from
Amaury Forgeot d'Arc committed
June 4, 2009
G
Remove nonexisting stuff from __all__.
Georg Brandl committed
August 19, 2008
A
#2834: Change re module semantics, so that str and bytes mixing is forbidden,
Antoine Pitrou committed
August 31, 2007
B
More email package fixes.
Barry Warsaw committed
August 30, 2007
B
More email package related repairs. This fixes smtplib's import and use of
Barry Warsaw committed
N
Make this module importable, this gets test___all__ to pass.
Neal Norwitz committed
G
Oops. I copied a slightly older version of the email package from the sandbox.
Guido van Rossum committed
B
Fix a more bytes/str confusion.
Barry Warsaw committed
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 24, 2006
G
Killed the <> operator. You must now use !=.
Guido van Rossum committed
April 21, 2006
T
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters committed