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-05-19 02:44:16 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f5f7c66a012bcd407fa15022ffb2cdc9b86d2002
cpython
/
Lib
/
email
T
History
Benjamin Peterson
6e3dbbdf39
replace has_key with 'in' operator
2009-10-09 22:15:50 +00:00
..
mime
Remove stray pychecker directive.
2009-06-28 12:10:18 +00:00
test
Issue
#7082
: When falling back to the MIME 'name' parameter, the
2009-10-09 21:50:54 +00:00
__init__.py
…
_parseaddr.py
Remove a dict.has_key() usage in email._parseaddr found while running -3.
2008-08-03 23:40:13 +00:00
base64mime.py
#2622
Import errors in email.message, from a py2app standalone application.
2009-07-11 14:33:51 +00:00
charset.py
…
encoders.py
…
errors.py
…
feedparser.py
…
generator.py
A fix for issue 1974, inspired by the patch from Andi Albrecht (aalbrecht),
2009-03-30 22:42:17 +00:00
header.py
#2622
Import errors in email.message, from a py2app standalone application.
2009-07-11 14:33:51 +00:00
iterators.py
…
message.py
replace has_key with 'in' operator
2009-10-09 22:15:50 +00:00
parser.py
…
quoprimime.py
#2622
Import errors in email.message, from a py2app standalone application.
2009-07-11 14:33:51 +00:00
utils.py
…