- 12 Haz, 2018 1 kayıt (commit)
-
-
Tal Einat yazdı
When attempting to base64-decode a payload of invalid length (1 mod 4), properly recognize and handle it. The given data will be returned as-is, i.e. not decoded, along with a new defect, InvalidBase64LengthDefect.
-
- 04 Şub, 2018 1 kayıt (commit)
-
-
Leo Arias yazdı
Fix typos found by codespell in docs, docstrings, and comments.
-
- 29 Ock, 2018 1 kayıt (commit)
-
-
jayyyin yazdı
Correctly handle addresses whose username is an empty quoted string.
-
- 14 Ara, 2017 1 kayıt (commit)
-
-
Mike yazdı
* Fix multiple typos in code comments * Add spacing in comments (test_logging.py, test_math.py) * Fix spaces at the beginning of comments in test_logging.py
-
- 03 Ara, 2017 1 kayıt (commit)
-
-
R. David Murray yazdı
The original algorithm tried to delegate the folding to the tokens so that those tokens whose folding rules differed could specify the differences. However, this resulted in a lot of duplicated code because most of the rules were the same. The new algorithm moves all folding logic into a set of functions external to the token classes, but puts the information about which tokens can be folded in which ways on the tokens...with the exception of mime-parameters, which are a special case (which was not even implemented in the old folder). This algorithm can still probably be improved and hopefully simplified somewhat. Note that some of the test expectations are changed. I believe the changes are toward more desirable and consistent behavior: in general when (re) folding a line the canonical version of the tokens is generated, rather than preserving errors or extra whitespace.
-
- 16 Kas, 2017 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
in regular expressions.
-
- 04 Eki, 2017 1 kayıt (commit)
-
-
INADA Naoki yazdı
While there is not real bug in this case, using re.IGNORECASE without re.ASCII leads unexpected behavior. Instead of adding re.ASCII, this commit removes re.IGNORECASE flag because it's easier and simpler. This commit removes dead copy of the pattern in email.util module too. While the pattern is same, it is compiled separately because it had different flags.
-
- 19 Eyl, 2017 1 kayıt (commit)
-
-
Rohit Balasubramanian yazdı
-
- 26 Haz, 2017 1 kayıt (commit)
-
-
Joel Hillacre yazdı
Leading whitespace was incorrectly dropped during folding of certain lines in the _header_value_parser's folding algorithm. This makes the whitespace handling code consistent.
-
- 12 Haz, 2017 1 kayıt (commit)
-
-
mircea-cosbuc yazdı
If max_line_length=None is specified while using the Compat32 policy, it is no longer ignored.
-
- 19 May, 2017 1 kayıt (commit)
-
-
delirious-lettuce yazdı
-
- 18 May, 2017 1 kayıt (commit)
-
-
Jon Dufresne yazdı
* Replaced list(<generator expression>) with list comprehension * Replaced dict(<generator expression>) with dict comprehension * Replaced set(<list literal>) with set literal * Replaced builtin func(<list comprehension>) with func(<generator expression>) when supported (e.g. any(), all(), tuple(), min(), & max())
-
- 21 Ara, 2016 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
- 11 Eyl, 2016 2 kayıt (commit)
-
-
R David Murray yazdı
-
R David Murray yazdı
This is a further restoration of backward compatibility, as well as being correct per the RFCs.
-
- 10 Eyl, 2016 1 kayıt (commit)
-
-
R David Murray yazdı
It turns out we can't depend on email.message getting imported every place message_factory is needed, so to avoid a circular import we need to special case Policy.message_factory=None in the parser instead of using monkey patching. I had a feeling that was a bad idea when I did it.
-
- 09 Eyl, 2016 3 kayıt (commit)
-
-
R David Murray yazdı
-
R David Murray yazdı
This is buggy in the old email code as well, but it doesn't affect anything there because only the default line length is ever used there.
-
R David Murray yazdı
-
- 08 Eyl, 2016 2 kayıt (commit)
-
-
R David Murray yazdı
-
Berker Peksag yazdı
Patch by Claude Paroz.
-
- 07 Eyl, 2016 3 kayıt (commit)
-
-
Martin Panter yazdı
-
R David Murray yazdı
Original patch by Martin Panter, new policy fixes by me.
-
R David Murray yazdı
-
- 08 Eyl, 2016 2 kayıt (commit)
-
-
R David Murray yazdı
And most of the tools. Patch by Emanual Barry, reviewed by me, Serhiy Storchaka, and Martin Panter.
-
R David Murray yazdı
This is a wholesale reorganization and editing of the email documentation to make the new API the standard one, and the old API the 'legacy' one. The default is still the compat32 policy, for backward compatibility. We will change that eventually.
-
- 07 Eyl, 2016 1 kayıt (commit)
-
-
R David Murray yazdı
Patch by Berker Peksag.
-
- 30 Agu, 2016 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 10 Agu, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 17 Tem, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 16 Tem, 2016 1 kayıt (commit)
-
-
R David Murray yazdı
Patch by Costas.
-
- 29 May, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 26 May, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
Most fixes to Doc/ and Lib/ directories by Ville Skyttä.
-
- 17 Nis, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 15 Nis, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
This affects documentation, code comments, and a debugging messages.
-
- 10 Şub, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 31 Tem, 2015 1 kayıt (commit)
-
-
Robert Collins yazdı
Patch from Dmitry Shachnev.
-
- 23 May, 2015 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 19 May, 2015 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
email.utils.make_msgid() to strengthen the uniqueness of the message ID.
-