log mercurial/win32.py @ 24418:a2285e2fc949 stable

age author description
Sun, 22 Mar 2015 19:08:13 -0400 Matt Harbison win32: 'raise ctypes.WinError' -> 'raise ctypes.WinError()' stable
Sat, 03 May 2014 10:33:54 +0200 Steve Borho win32: backout 1a9ebc83a74c stable
Tue, 29 Apr 2014 12:35:50 +0900 Yuya Nishihara win32: add missing definition of _ERROR_NO_MORE_FILES caught by pyflakes stable
Thu, 17 Oct 2013 13:27:17 +0900 Kaz Nishimura win32: improve the performance of win32.unlink() over CIFS
Sat, 08 Feb 2014 14:35:07 +0100 Simon Heimberg win32: spawndetached returns pid of detached process and not of cmd.exe
Tue, 07 May 2013 05:04:11 +0900 FUJIWARA Katsunori windows: check target type before actual unlinking to follow POSIX semantics stable
Mon, 15 Apr 2013 01:37:23 +0200 Mads Kiilerich check-code: catch trailing space in comments