- 16 Mar, 2012 4 commits
-
-
Eli Bendersky authored
Patch by Florian Mladitsch
-
Senthil Kumaran authored
-
Eli Bendersky authored
-
Senthil Kumaran authored
-
- 15 Mar, 2012 5 commits
-
-
Senthil Kumaran authored
-
R David Murray authored
Patch by Dylan Sarber.
-
Gregory P. Smith authored
-
Gregory P. Smith authored
using --with-system-expat working when the system expat does not have salted hash support.
-
Senthil Kumaran authored
-
- 14 Mar, 2012 16 commits
-
-
Matthias Klose authored
-
Matthias Klose authored
-
Matthias Klose authored
-
Matthias Klose authored
-
Matthias Klose authored
- change references from configure.in to configure.ac
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
in the hash table internal to the pyexpat module's copy of the expat library to avoid a denial of service due to hash collisions. Patch by David Malcolm with some modifications by the expat project.
-
Georg Brandl authored
-
Gregory P. Smith authored
in the hash table internal to the pyexpat module's copy of the expat library to avoid a denial of service due to hash collisions. Patch by David Malcolm with some modifications by the expat project.
-
R David Murray authored
This also affected smtplib.SMTP.send_message, which calls BytesParser.
-
Georg Brandl authored
-
Georg Brandl authored
-
R David Murray authored
In Python2, if a unicode string was assigned as the value of a header, email would automatically CTE encode it using the UTF8 charset. This capability was lost in the Python3 translation, and this patch restores it. Patch by Ali Ikinci, assisted by R. David Murray. I also added a fix for the mailbox test that was depending (with a comment that it was a bad idea to so depend) on non-ASCII causing message_from_string to raise an error. It now uses support.patch to induce an error during message serialization.
-
Senthil Kumaran authored
-
- 13 Mar, 2012 11 commits
-
-
Benjamin Peterson authored
-
Martin v. Löwis authored
Patch by Roger Serwy.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Ned Deily authored
Mac OS X to prevent interpreter crashes when compiled on 10.7.
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
Michael Foord authored
-
- 12 Mar, 2012 4 commits
-
-
Ezio Melotti authored
-
Eric V. Smith authored
-
Eric V. Smith authored
str.format_map tests don't do what they say: fix to actually implement the intent of the test. Closes #13450.
-
Ezio Melotti authored
-