COMMITS
/ Lib/email/header.py June 15, 2025
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
March 8, 2023
J
gh-102507 Remove invisible pagebreak characters (#102531)
JosephSBoyle committed
May 23, 2019
B
bpo-27737: Allow whitespace only headers encoding (#13478)
Batuhan Taşkaya committed
October 4, 2017
I
bpo-31677: email: Remove re.IGNORECASE flag (GH-3868)
INADA Naoki committed
August 30, 2016
R
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Raymond Hettinger committed
January 31, 2015
S
Issue #23326: Removed __ne__ implementations. Since fixing default __ne__
Serhiy Storchaka committed
March 20, 2014
V
Issue #20976: pyflakes: Remove unused imports
Victor Stinner committed
December 18, 2012
A
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov committed
A
Issue #16714: use 'raise' exceptions, don't 'throw'.
Andrew Svetlov committed
June 2, 2012
R
#1079: Fix parsing of encoded words.
R David Murray committed
March 14, 2012
R
#14291: if a header has non-ascii unicode, default to CTE using utf-8
R David Murray committed
June 18, 2011
R
#11584: make Header and make_header handle binary unknown-8bit input
R David Murray committed
R
#11584: make decode_header handle Header objects correctly
R David Murray committed
April 18, 2011
R
#11492: rewrite header folding algorithm. Less code, more passing tests.
R David Murray committed
April 13, 2011
E
Merge with 3.1.
Ezio Melotti committed
E
Fix typo in docstring.
Ezio Melotti committed
April 12, 2011
R
Merge: Add maxlinelen to docstring, delete obsolete wording
R David Murray committed
R
Add maxlinelen to docstring, delete obsolete wording
R David Murray committed
April 8, 2011
R
Merge #11492: fix header truncation on folding when there are runs of split chars.
R David Murray committed
R
#11492: fix header truncation on folding when there are runs of split chars.
R David Murray committed
March 25, 2011
R
#11584: Since __getitem__ returns headers, make decode_header handle them.
R David Murray committed
March 16, 2011
R
Merge #11401 fix from 3.1.
R David Murray committed
R
#11401: handle headers with no value.
R David Murray committed
E
#11565: Merge with 3.1.
Ezio Melotti committed
E
#11565: Fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti committed
March 14, 2011
R
Harmonize linesep docstrings, and fix the quoting of \r\n
R David Murray committed
February 11, 2011
R
Merged revisions 87136,87221,87256,87337-87338,87571,87839,88164 via svnmerge from
R. David Murray committed
January 9, 2011
R
Merged revisions 87873 via svnmerge from
R. David Murray committed
R
#5871: protect against header injection attacks.
R. David Murray committed
January 7, 2011
R
#10686: recode non-ASCII headers to 'unknown-8bit' instead of ?s.
R. David Murray committed
R
Fix formatting of values with embedded newlines when rfc2047 encoding
R. David Murray committed
January 5, 2011
R
Merged revisions 87750 via svnmerge from
R. David Murray committed
R
#10790: make append work when output codec is different from input codec
R. David Murray committed
December 29, 2010
R
Merged revisions 87567 via svnmerge from
R. David Murray committed
R
Fix a comment typo and update another comment to match Python3 reality
R. David Murray committed
October 23, 2010
R
#1349106: add linesep argument to generator.flatten and header.encode.
R. David Murray committed
August 3, 2010
R
Merged revisions 83690 via svnmerge from
R. David Murray committed
R
#3196: if needed pad a short base64 encoded word before trying to decode.
R. David Murray committed
July 12, 2009
A
Merged revisions 73952 via svnmerge from
Amaury Forgeot d'Arc committed
August 31, 2007
B
Make test_email.py completely pass. This is cheating though because the two
Barry Warsaw committed
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
G
Oops. I copied a slightly older version of the email package from the sandbox.
Guido van Rossum 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
July 21, 2007
G
SF patch# 1757839 by Alexandre Vassalotti -- make test_mailbox and
Guido van Rossum committed
May 2, 2007
G
Rip out all the u"..." literals and calls to unicode().
Guido van Rossum committed
April 27, 2007
G
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum committed