- 15 Mar, 2012 4 kayıt (commit)
-
-
R David Murray yazdı
Patch by Dylan Sarber.
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
using --with-system-expat working when the system expat does not have salted hash support.
-
Senthil Kumaran yazdı
-
- 14 Mar, 2012 16 kayıt (commit)
-
-
Matthias Klose yazdı
-
Matthias Klose yazdı
-
Matthias Klose yazdı
-
Matthias Klose yazdı
-
Matthias Klose yazdı
- change references from configure.in to configure.ac
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
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 yazdı
-
Gregory P. Smith yazdı
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 yazdı
This also affected smtplib.SMTP.send_message, which calls BytesParser.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
R David Murray yazdı
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 yazdı
-
- 13 Mar, 2012 11 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Martin v. Löwis yazdı
Patch by Roger Serwy.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Ned Deily yazdı
Mac OS X to prevent interpreter crashes when compiled on 10.7.
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
Michael Foord yazdı
-
- 12 Mar, 2012 9 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Eric V. Smith yazdı
-
Eric V. Smith yazdı
str.format_map tests don't do what they say: fix to actually implement the intent of the test. Closes #13450.
-
Ezio Melotti yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Senthil Kumaran yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-