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-16 16:10:54 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
cd37dfcfac956d6400659dd2d208bcf81f32aebc
cpython
/
Lib
/
email
T
History
R David Murray
cd37dfcfac
Harmonize linesep docstrings, and fix the quoting of \r\n
2011-03-14 18:35:56 -04:00
..
mime
…
test
Lib/email/test/data/msg_26.txt had its line endings wrong in the SVN repository.
2011-03-05 21:49:50 +01:00
__init__.py
fix import in email.message_from_binary_file()
2011-01-25 23:15:47 +00:00
_parseaddr.py
#1155362
: allow hh:mm:ss-uuuu like we allow hh:mm:ss+uuuu in parsedate_tz
2010-12-23 20:35:46 +00:00
base64mime.py
…
charset.py
#10686
: recode non-ASCII headers to 'unknown-8bit' instead of ?s.
2011-01-07 23:25:30 +00:00
encoders.py
…
errors.py
…
feedparser.py
…
generator.py
Harmonize linesep docstrings, and fix the quoting of \r\n
2011-03-14 18:35:56 -04:00
header.py
Harmonize linesep docstrings, and fix the quoting of \r\n
2011-03-14 18:35:56 -04:00
iterators.py
…
message.py
#10686
: recode non-ASCII headers to 'unknown-8bit' instead of ?s.
2011-01-07 23:25:30 +00:00
parser.py
…
quoprimime.py
…
utils.py
…