This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-06-04 18:45:38 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
397b61505669fa38f96880d464cc5a6cf79cdc8e
cpython
/
Lib
/
email
T
History
Barry Warsaw
10ee7a7f15
test_bad_8bit_header(): Tests for optional argument `errors'. See SF
...
bug
#648119
.
2002-12-30 19:14:38 +00:00
..
test
test_bad_8bit_header(): Tests for optional argument `errors'. See SF
2002-12-30 19:14:38 +00:00
__init__.py
Actually, make this 2.5a1 since it will include API changes that may
2002-12-30 19:08:38 +00:00
_compat21.py
Whitespace normalization.
2002-12-24 18:31:27 +00:00
_compat22.py
…
_parseaddr.py
parsedate_tz(): Fix SF bug
#552345
, optional FWS between the comma and
2002-12-30 17:21:36 +00:00
base64MIME.py
…
Charset.py
body_encode(): Fixed typo reported by Chris Lawrence, closing SF bug
2002-10-21 05:29:53 +00:00
Encoders.py
…
Errors.py
…
Generator.py
_split_header(): If we have a header which is a byte string containing
2002-10-14 15:09:30 +00:00
Header.py
Header.__init__(), .append(): Add an optional argument `errors' which
2002-12-30 19:13:00 +00:00
Iterators.py
…
Message.py
get_content_charset(): RFC 2046 $4.1.2 says charsets are not case
2002-10-10 15:13:26 +00:00
MIMEAudio.py
…
MIMEBase.py
…
MIMEImage.py
…
MIMEMessage.py
…
MIMEMultipart.py
…
MIMENonMultipart.py
…
MIMEText.py
…
Parser.py
parse(), _parseheaders(), _parsebody(): A fix for SF bug
#633527
,
2002-11-05 21:44:06 +00:00
quopriMIME.py
…
Utils.py
Jason Mastaler's patch to break the dependence on rfc822.py for the
2002-11-05 19:54:52 +00:00