summaryrefslogtreecommitdiff
path: root/Lib/email/_encoded_words.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-27397: Make email module properly handle invalid-length base64 strings (G...Miss Islington (bot)2018-06-121-18/+30
* Fixed a type error introduced in issue #28992.Serhiy Storchaka2016-12-211-1/+1
* Issue #28992: Use bytes.fromhex().Serhiy Storchaka2016-12-211-1/+1
* Escaped backslashes in docstrings.Serhiy Storchaka2015-04-031-1/+1
* Issue #17047: remove doubled words added in 3.3Terry Jan Reedy2013-03-111-1/+1
* Add '__all__' to _encoded_words and mark QByteMap as private.R David Murray2012-05-271-2/+12
* #12586: add provisional email policy with new header parsing and folding.R David Murray2012-05-251-0/+211