- 14 Mar, 2012 7 commits
-
-
Matthias Klose authored
-
Matthias Klose authored
- change references from configure.in to configure.ac
-
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 11 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
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Senthil Kumaran authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Senthil Kumaran authored
-
- 11 Mar, 2012 1 commit
-
-
Antoine Pitrou authored
Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under Windows when the child process has already exited.
-
- 10 Mar, 2012 3 commits
-
-
Mark Dickinson authored
-
Georg Brandl authored
-
Georg Brandl authored
-
- 09 Mar, 2012 1 commit
-
-
Senthil Kumaran authored
-
- 08 Mar, 2012 2 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Patch from Armin, test from me.
-
- 07 Mar, 2012 4 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Éric Araujo authored
-
Jason R. Coombs authored
-