- 10 Sep, 2015 21 commits
-
-
Berker Peksag authored
-
Berker Peksag authored
-
Berker Peksag authored
-
Berker Peksag authored
-
Berker Peksag authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Victor Stinner authored
-
Victor Stinner authored
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 authored
Use volatile keyword in _PyTime_AsSecondsDouble()
-
Victor Stinner authored
Use volatile keyword in _PyTime_Round()
-
Victor Stinner authored
Filter also values for check_float_rounding().
-
Victor Stinner authored
Filter values which would overflow when converted to a C time_t type.
-
Victor Stinner authored
* 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 authored
-
Yury Selivanov authored
(About the only new feature that was worth mentioning in whatsnew without a NEWS entry)
-
Raymond Hettinger authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Steve Dower authored
-
Steve Dower authored
-
- 09 Sep, 2015 19 commits
-
-
Berker Peksag authored
boolean result instead of raising an exception. Patch by A Kaptur.
-
Berker Peksag authored
boolean result instead of raising an exception. Patch by A Kaptur.
-
Victor Stinner authored
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 authored
-
Victor Stinner authored
-
Berker Peksag authored
boolean result instead of raising an exception. Patch by A Kaptur.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Berker Peksag authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Larry Hastings authored
-