- 10 Eyl, 2015 13 kayıt (commit)
-
-
Victor Stinner yazdı
Overflow test in test_FromSecondsObject() fails on FreeBSD 10.0 buildbot which uses clang. clang implements more aggressive optimization which gives different result than GCC on undefined behaviours. Check if a multiplication will overflow, instead of checking if a multiplicatin had overflowed, to avoid undefined behaviour. Add also debug information if the test on overflow fails.
-
Victor Stinner yazdı
Use volatile keyword in _PyTime_AsSecondsDouble()
-
Victor Stinner yazdı
Use volatile keyword in _PyTime_Round()
-
Victor Stinner yazdı
Filter also values for check_float_rounding().
-
Victor Stinner yazdı
Filter values which would overflow when converted to a C time_t type.
-
Victor Stinner yazdı
* Filter values which would overflow on conversion to the C long type (for timeval.tv_sec). * Adjust also the message of OverflowError on PyTime conversions * test_time: add debug information if a timestamp conversion fails
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
(About the only new feature that was worth mentioning in whatsnew without a NEWS entry)
-
Raymond Hettinger yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
- 09 Eyl, 2015 27 kayıt (commit)
-
-
Berker Peksag yazdı
boolean result instead of raising an exception. Patch by A Kaptur.
-
Berker Peksag yazdı
boolean result instead of raising an exception. Patch by A Kaptur.
-
Victor Stinner yazdı
Drop all hardcoded tests. Instead, reimplement each function in Python, usually using decimal.Decimal for the rounding mode. Add much more values to the dataset. Test various timestamp units from picroseconds to seconds, in integer and float. Enhance also _PyTime_AsSecondsDouble().
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Berker Peksag yazdı
boolean result instead of raising an exception. Patch by A Kaptur.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Berker Peksag yazdı
-
Larry Hastings yazdı
-
Larry Hastings yazdı
-
Larry Hastings yazdı
-
Larry Hastings yazdı
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Larry Hastings yazdı
-
Larry Hastings yazdı
-
Martin Panter yazdı
-