- 17 Mar, 2012 8 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Senthil Kumaran yazdı
3.2 explain json.dumps for non-string keys in dicts. closes issue6566. Patch contributed Kirubakaran Athmanathan
-
R David Murray yazdı
-
R David Murray yazdı
Original patch by Steffen Daode Nurpmeso
-
R David Murray yazdı
-
R David Murray yazdı
-
- 16 Mar, 2012 6 kayıt (commit)
-
-
Eli Bendersky yazdı
-
Benjamin Peterson yazdı
-
Eli Bendersky yazdı
Patch by Florian Mladitsch
-
Senthil Kumaran yazdı
-
Eli Bendersky yazdı
-
Senthil Kumaran yazdı
-
- 15 Mar, 2012 5 kayıt (commit)
-
-
Senthil Kumaran yazdı
-
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 5 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.
-