Files
cpython/Python
Victor Stinner 9c72f9b30a Fix test_time on Windows
* 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
2015-09-10 09:10:14 +02:00
..
2015-08-24 20:23:27 -07:00
2015-09-03 12:57:11 +02:00
2015-07-27 12:57:21 +02:00
2015-03-18 15:01:44 +01:00
2015-02-14 15:17:47 -05:00
2014-12-31 18:10:13 -06:00
2015-08-24 20:23:27 -07:00
2015-09-04 17:29:57 +02:00
2015-09-10 09:10:14 +02:00

Miscellaneous source files for the main Python shared library