- 22 Mar, 2012 2 kayıt (commit)
-
-
Giampaolo Rodola yazdı
fix #10340: properly handle EINVAL on OSX and also avoid to call handle_connect() in case of a disconnetected socket which is not meant to connect.
-
Benjamin Peterson yazdı
-
- 21 Mar, 2012 2 kayıt (commit)
-
-
R David Murray yazdı
-
Andrew Svetlov yazdı
Patch by Guilherme Polo.
-
- 20 Mar, 2012 1 kayıt (commit)
-
-
Giampaolo Rodola yazdı
-
- 18 Mar, 2012 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 17 Mar, 2012 2 kayıt (commit)
-
-
R David Murray yazdı
-
R David Murray yazdı
Original patch by Steffen Daode Nurpmeso
-
- 16 Mar, 2012 3 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Senthil Kumaran yazdı
-
Senthil Kumaran yazdı
-
- 15 Mar, 2012 1 kayıt (commit)
-
-
Senthil Kumaran yazdı
-
- 14 Mar, 2012 2 kayıt (commit)
-
-
R David Murray yazdı
This also affected smtplib.SMTP.send_message, which calls BytesParser.
-
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.
-
- 13 Mar, 2012 4 kayıt (commit)
-
-
Martin v. Löwis yazdı
Patch by Roger Serwy.
-
Vinay Sajip yazdı
-
Senthil Kumaran yazdı
-
Michael Foord yazdı
-
- 12 Mar, 2012 5 kayıt (commit)
-
-
Ezio Melotti 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ı
-
- 11 Mar, 2012 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under Windows when the child process has already exited.
-
- 10 Mar, 2012 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 08 Mar, 2012 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
Patch from Armin, test from me.
-
- 07 Mar, 2012 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Éric Araujo yazdı
-
- 05 Mar, 2012 5 kayıt (commit)
-
-
Éric Araujo yazdı
-
Éric Araujo yazdı
Some minidom code changed between 3.2 and 3.3, so to be sure to avoid differenced in behavior I’m backporting these tests added by MvL.
-
Éric Araujo yazdı
Patch by Ralf Schmitt.
-
Éric Araujo yazdı
-
Meador Inge yazdı
-
- 04 Mar, 2012 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
- 03 Mar, 2012 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Patch by Guilherme Gonçalves.
-
- 02 Mar, 2012 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Vinay Sajip yazdı
-
- 01 Mar, 2012 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Issue #14159: Fix the len() of weak containers (WeakSet, WeakKeyDictionary, WeakValueDictionary) to return a better approximation when some objects are dead or dying. Moreover, the implementation is now O(1) rather than O(n). Thanks to Yury Selivanov for reporting.
-
- 29 Şub, 2012 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-