- 10 Sep, 2015 9 commits
-
-
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 31 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
-
Larry Hastings authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
Patch from Tim Tisdall.
-
Larry Hastings authored
Moves distutils test import within skippable class.
-
Steve Dower authored
-