- 17 Mar, 2012 11 commits
-
-
Georg Brandl authored
-
Ned Deily authored
(Patch by Dionysios Kalofonos)
-
Georg Brandl authored
Closes #14250: regex.flags has not only explicit flags but also implicit flags and those from the pattern
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Senthil Kumaran authored
3.2 explain json.dumps for non-string keys in dicts. closes issue6566. Patch contributed Kirubakaran Athmanathan
-
R David Murray authored
-
R David Murray authored
Original patch by Steffen Daode Nurpmeso
-
R David Murray authored
-
R David Murray authored
-
- 16 Mar, 2012 6 commits
-
-
Eli Bendersky authored
-
Benjamin Peterson authored
-
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 2 commits
-
-
Benjamin Peterson authored
-
Martin v. Löwis authored
Patch by Roger Serwy.
-