- 25 Mar, 2012 7 commits
-
-
Michael Foord authored
-
Michael Foord authored
-
Stefan Krah authored
with decimal.py. The standard specifies InsufficientStorage (MallocError) as a sub-condition of InvalidOperation. This allows a calculation to continue with NaN results when allocation fails.
-
Andrew Svetlov authored
-
Andrew Svetlov authored
-
Georg Brandl authored
-
Georg Brandl authored
-
- 24 Mar, 2012 7 commits
-
-
Charles-François Natali authored
to a known bug in pthread implementation on FreeBSD < 7).
-
Charles-François Natali authored
to a known bug in pthread implementation on FreeBSD < 7).
-
Eli Bendersky authored
correctly list the stack params it expects.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Charles-François Natali authored
-
Georg Brandl authored
-
- 23 Mar, 2012 16 commits
-
-
Stefan Krah authored
-
Stefan Krah authored
-
Stefan Krah authored
-
Stefan Krah authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Giampaolo Rodola' authored
-
Giampaolo Rodola' authored
-
Stefan Krah authored
inherits from TypeError. Cleanup in module initialization to make repeated import failures robust.
-
Kristján Valur Jónsson authored
-
Kristján Valur Jónsson authored
-
Giampaolo Rodola' authored
-
-
Eli Bendersky authored
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 authored
É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 authored
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 10 commits
-
-
Kristján Valur Jónsson authored
-
Kristján Valur Jónsson authored
-
Georg Brandl authored
-
Ned Deily authored
(Original patch by Vinay Sajip)
-
Benjamin Peterson authored
-
Giampaolo Rodola' authored
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' authored
-
Giampaolo Rodola' authored
-
Giampaolo Rodola' authored
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 authored
-