COMMITS
/ Lib/email/base64mime.py January 14, 2026
S
gh-143214: Add the wrapcol parameter in binascii.b2a_base64() and base64.b64encode() (GH-143216)
Serhiy Storchaka 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
March 8, 2023
J
gh-102507 Remove invisible pagebreak characters (#102531)
JosephSBoyle committed
March 30, 2021
August 10, 2016
M
Correct misspellings of ISO-8859
Martin Panter committed
July 27, 2010
F
Issue #4770: Restrict binascii module to accept only bytes (as specified).
Florent Xicluna 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
May 29, 2009
G
#6139: fix typo of variable name.
Georg Brandl committed
May 3, 2008
A
Removed implicit convertions of str object to bytes from base64.
Alexandre Vassalotti committed
February 23, 2008
C
Merged revisions 60990-61002 via svnmerge from
Christian Heimes committed
November 6, 2007
G
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum 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
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