Antoine Pitrou
|
2cf3917954
|
Issue #19715: try the utime(..., None) approach again, now that it should be more precise under Windows
|
2013-11-23 15:25:59 +01:00 |
Antoine Pitrou
|
8b78493d4f
|
Issue #19716: add a test that Path.touch() doesn't change a file's contents.
Patch by Kushal Das.
|
2013-11-23 14:52:39 +01:00 |
Antoine Pitrou
|
12820c0d5d
|
Revert utime(..., None) strategy (it has too poor resolution under Windows) and restore the previous test workaround
(issue #19715)
|
2013-11-23 02:11:02 +01:00 |
Antoine Pitrou
|
c3055be5f3
|
Trying other strategy for #19715: use utime(..., None)
|
2013-11-23 01:54:27 +01:00 |
Antoine Pitrou
|
bb6694de85
|
Try to fix issue #19715 (timestamp rounding inconsistencies under Windows?)
|
2013-11-23 01:32:53 +01:00 |
Antoine Pitrou
|
0f57564cac
|
Try to debug issue #19715
|
2013-11-22 23:20:08 +01:00 |
Antoine Pitrou
|
2dd38fb238
|
Issue #19718: add one more globbing test under POSIX
|
2013-11-22 22:26:01 +01:00 |
Brett Cannon
|
fe77f4ebb5
|
Issue #19718: Add a case-insensitive FS check to test.support to use
in test_pathlib.
Purposefully designed to work from a specified directory in case
multiple file systems are used on the system.
|
2013-11-22 16:14:10 -05:00 |
Antoine Pitrou
|
330ce596c2
|
Hopefully fix test_is_socket_true
|
2013-11-22 18:05:06 +01:00 |
Antoine Pitrou
|
29eac42f49
|
Fix test failure under systems with an incompatible locale
|
2013-11-22 17:57:03 +01:00 |
Antoine Pitrou
|
31119e4f10
|
Issue #19673: Add pathlib to the stdlib as a provisional module (PEP 428).
|
2013-11-22 17:38:12 +01:00 |