- 14 Haz, 2012 1 kayıt (commit)
-
-
Alexander Belopolsky yazdı
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 Haz, 2012 4 kayıt (commit)
-
-
Sandro Tosi yazdı
-
Sandro Tosi yazdı
-
Sandro Tosi yazdı
-
Sandro Tosi yazdı
-
- 12 Haz, 2012 5 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
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 yazdı
-
Alexander Belopolsky yazdı
-
Stefan Krah yazdı
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 Haz, 2012 8 kayıt (commit)
-
-
Richard Oudkerk yazdı
method
-
Richard Oudkerk yazdı
-
Richard Oudkerk yazdı
Patch by Hallvard B Furuseth.
-
Nick Coghlan yazdı
Berch)
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Stefan Krah yazdı
2) Remove micro optimization (inline checking for NaN before calling mpd_qcheck_nans()) that probably has no benefit in this case.
-
Brian Quinlan yazdı
-
- 10 Haz, 2012 7 kayıt (commit)
-
-
Michael Foord yazdı
-
Michael Foord yazdı
-
Raymond Hettinger yazdı
-
Stefan Krah yazdı
2) Switch argument order to match the function signature of mpd_calloc() (cosmetic change, since the order is irrelevant).
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 09 Haz, 2012 3 kayıt (commit)
-
-
Michael Foord yazdı
-
Stefan Krah yazdı
-
R David Murray yazdı
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 Haz, 2012 8 kayıt (commit)
-
-
Stefan Krah yazdı
-
Alexander Belopolsky yazdı
-
Alexander Belopolsky yazdı
-
Stefan Krah yazdı
-
Stefan Krah yazdı
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()).
-
Alexander Belopolsky yazdı
-
Hynek Schlawack yazdı
The strict checks and netmask computing don't make sense if constructed with a ALL_ONES mask based on addresses. Also fix a bug due to mis-indentation of a return statement in the same code block.
-
Terry Jan Reedy yazdı
-
- 07 Haz, 2012 4 kayıt (commit)
-
-
Terry Jan Reedy yazdı
use. Make the get_entity 'method' a module function as it did not use 'self'. Delete buggy _find_constructor function that is not needed, at least in 3.x. Revise get_argspec so all tests pass. Add and fix NEWS entries.
-
Richard Oudkerk yazdı
-
Alexander Belopolsky yazdı
-
Stefan Krah yazdı
List all of them in the comment. 2) Use the recently stated relative error of _mpd_qln() to generate the interval for the exact value of ln(x). See also the comment in mpd_qexp().
-