- 24 Mar, 2012 7 kayıt (commit)
-
-
Charles-François Natali yazdı
to a known bug in pthread implementation on FreeBSD < 7).
-
Charles-François Natali yazdı
to a known bug in pthread implementation on FreeBSD < 7).
-
Eli Bendersky yazdı
correctly list the stack params it expects.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Charles-François Natali yazdı
-
Georg Brandl yazdı
-
- 23 Mar, 2012 16 kayıt (commit)
-
-
Stefan Krah yazdı
-
Stefan Krah yazdı
-
Stefan Krah yazdı
-
Stefan Krah yazdı
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Giampaolo Rodola yazdı
-
Giampaolo Rodola yazdı
-
Stefan Krah yazdı
inherits from TypeError. Cleanup in module initialization to make repeated import failures robust.
-
Kristján Valur Jónsson yazdı
-
Kristján Valur Jónsson yazdı
-
Giampaolo Rodola yazdı
-
-
Eli Bendersky yazdı
append, extend and insert now consistently type-check their argument in both the C and Python implementations, and raise TypeError for non-Element argument. Added tests
-
R David Murray yazdı
Éric pointed out that given that the default was documented as None, someone would reasonably pass that to get the default behavior. In fixing the code to use None, I noticed that the change to _charset was being done after it had already been passed to MIMENonMultipart. The change to the test verifies that the order is now correct.
-
R David Murray yazdı
Previously it would just accept the unicode, which would wind up as unicode in the transfer-encoded message object, which is just wrong. Patch by Jeff Knupp.
-
- 22 Mar, 2012 17 kayıt (commit)
-
-
Kristján Valur Jónsson yazdı
-
Kristján Valur Jónsson yazdı
-
Georg Brandl yazdı
-
Ned Deily yazdı
(Original patch by Vinay Sajip)
-
Benjamin Peterson yazdı
-
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.
-
Giampaolo Rodola yazdı
-
Giampaolo Rodola yazdı
-
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ı
-
Benjamin Peterson yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-