- 10 Sep, 2015 39 commits
-
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
Initial patch by Larry Hastings.
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
Patch by Elvis Pranskevichus
-
Zachary Ware authored
-
Zachary Ware authored
-
Zachary Ware authored
-
Zachary Ware authored
-
Zachary Ware authored
-
Zachary Ware authored
It was very much outdated, and the topic is better covered elsewhere.
-
Guido van Rossum authored
-
Guido van Rossum authored
-
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 1 commit
-
-
Berker Peksag authored
boolean result instead of raising an exception. Patch by A Kaptur.
-