- 14 Jun, 2012 8 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Richard Oudkerk authored
-
Martin v. Löwis authored
Patch by Robin Schreiber.
-
Martin v. Löwis authored
Patch by Robin Schreiber.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Alexander Belopolsky authored
in struct tm, time.struct_time objects returned by time.gmtime(), time.localtime() and time.strptime() functions now have tm_zone and tm_gmtoff attributes. Original patch by Paul Boddie.
-
- 13 Jun, 2012 4 commits
-
-
Sandro Tosi authored
-
Sandro Tosi authored
-
Sandro Tosi authored
-
Sandro Tosi authored
-
- 12 Jun, 2012 5 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
Fix also its value on Windows and Linux according to its documentation: "adjustable" indicates if the clock *can be* adjusted, not if it is or was adjusted. In most cases, it is not possible to indicate if a clock is or was adjusted.
-
Victor Stinner authored
-
Alexander Belopolsky authored
-
Stefan Krah authored
2) Abort the loop for all specials, not only infinity. 3) Make the function more general and distinguish between zero clamping and folding down the exponent. The latter case is currently handled by setting context->clamp to 0 before calling the function.
-
- 11 Jun, 2012 8 commits
-
-
Richard Oudkerk authored
method
-
Richard Oudkerk authored
-
Richard Oudkerk authored
Patch by Hallvard B Furuseth.
-
Nick Coghlan authored
Berch)
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Stefan Krah authored
2) Remove micro optimization (inline checking for NaN before calling mpd_qcheck_nans()) that probably has no benefit in this case.
-
Brian Quinlan authored
-
- 10 Jun, 2012 7 commits
-
-
Michael Foord authored
-
Michael Foord authored
-
Raymond Hettinger authored
-
Stefan Krah authored
2) Switch argument order to match the function signature of mpd_calloc() (cosmetic change, since the order is irrelevant).
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 09 Jun, 2012 3 commits
-
-
Michael Foord authored
-
Stefan Krah authored
-
R David Murray authored
The behavior of MessageDefect is legacy behavior. The chances anyone is actually using the undocumented 'line' attribute is low, but it costs little to retain backward compatibility. Although one of the costs is having to restore normal exception behavior in HeaderDefect. On the other hand, I'll probably add some specialized behavior there later.
-
- 08 Jun, 2012 5 commits
-
-
Stefan Krah authored
-
Alexander Belopolsky authored
-
Alexander Belopolsky authored
-
Stefan Krah authored
-
Stefan Krah authored
2) Add rigorous error analysis to _mpd_qlog10 (ACL2 proofs exist). 3) Use the relative error as a basis for the interval generation in the correction loop (same as in _mpd_qln()).
-