Files
cpython/Lib/test
Victor Stinner 138adb8d05 (Merge 3.4) Issue #15745: Rewrite os.utime() tests in test_os
* Don't use the timestamp of an existing file anymore, only use fixed
  timestamp
* Enhance the code checking the resolution of the filesystem timestamps.
* Check timestamps with a resolution of 1 microsecond instead of 1 millisecond
* When os.utime() uses the current system clock, tolerate a delta of 20 ms.
  Before some os.utime() tolerated a different of 10 seconds.
* Merge duplicated tests and simplify the code
2015-06-12 22:01:54 +02:00
..
2014-09-04 01:02:17 +02:00
2015-03-29 16:45:19 -04:00
2015-06-02 10:38:01 -04:00
2014-12-05 22:11:33 -05:00
2015-04-14 10:35:43 -04:00
2015-05-23 10:41:30 -05:00
2015-04-13 14:21:02 -04:00
2015-05-09 13:53:57 -04:00
2015-02-25 16:47:14 -05:00
2015-05-08 06:58:56 -07:00