log mercurial/win32.py @ 13375:f1fa8f481c7c

age author description
Mon, 14 Feb 2011 11:12:26 +0100 Adrian Buehlmann port win32.py to using the Python ctypes library
Mon, 14 Feb 2011 11:12:22 +0100 Adrian Buehlmann win32: optimize parameters for the CreateFile call in _getfileinfo
Fri, 21 Jan 2011 14:42:15 -0600 Steve Borho win32: win32console.GetStdHandle() can return None stable
Thu, 11 Nov 2010 01:12:51 +0900 Yuya Nishihara win32: remove try-catch block of GetModuleFileNameEx (issue2480) stable
Sun, 07 Nov 2010 18:21:29 +0100 Adrian Buehlmann opener: check hardlink count reporting (issue1866) stable
Sun, 10 Oct 2010 10:06:36 -0500 Augie Fackler termwidth: move to ui.ui from util
Fri, 24 Sep 2010 12:46:54 -0500 Matt Mackall backout most of 4f8067c94729
Thu, 23 Sep 2010 00:02:31 -0500 Brodie Rao cleanup: use x in (a, b) instead of x == a or x == b
Thu, 19 Aug 2010 22:51:09 +0200 Patrick Mezard win32: remove useless lstat() fallback in nlinks() stable
Thu, 19 Aug 2010 22:51:09 +0200 Patrick Mezard win32: correctly break hardlinks on network drives (issue761) stable
Tue, 08 Jun 2010 09:30:33 +0200 Dirkjan Ochtman cleanups: unused variables
Sun, 25 Apr 2010 18:27:12 +0200 Patrick Mezard win32: detect console width on Windows
Sun, 07 Feb 2010 05:34:22 -0600 Steve Borho win32: allow hgrc.d on Windows
Tue, 19 Jan 2010 22:45:09 -0600 Matt Mackall Merge with stable
Tue, 19 Jan 2010 22:20:08 -0600 Matt Mackall Update license to GPLv2+ stable
Sun, 10 Jan 2010 18:13:34 +0100 Patrick Mezard cmdutil: hide child window created by win32 spawndetached()
Fri, 08 Jan 2010 23:15:22 +0100 Patrick Mezard win32: close file when leaving _getfileinfo() stable
Fri, 08 Jan 2010 18:48:39 +0530 Siddharth Agarwal Add support for relinking on Windows. stable
Wed, 22 Jul 2009 23:12:54 +0200 Martin Geisler coding style: use a space after comma
Thu, 25 Jun 2009 22:43:58 +0200 Henrik Stuart windows: fix use of undefined exception (issue1707)
Sat, 30 May 2009 23:20:30 +0200 Martin Geisler removed unused imports
Wed, 13 May 2009 21:36:16 +0200 Sune Foldager posixfile: remove posixfile_nt and fix import bug in windows.py
Thu, 26 Mar 2009 13:14:35 -0700 Bryan O'Sullivan win32: clarify comment regarding use of fdopen
Thu, 26 Mar 2009 13:13:48 -0700 Bryan O'Sullivan win32: allow catching of both pywintypes.error and WindowsError
Sun, 26 Apr 2009 01:24:49 +0200 Martin Geisler turn some comments back into module docstrings
Sun, 26 Apr 2009 01:13:08 +0200 Martin Geisler put license and copyright info into comment blocks
Sun, 26 Apr 2009 01:08:54 +0200 Martin Geisler updated license to be explicit about GPL version 2
Fri, 03 Apr 2009 14:51:48 -0500 Matt Mackall move encoding bits from util to encoding
Thu, 26 Mar 2009 13:54:44 -0500 Matt Mackall util: split out posix, windows, and win32 modules base mercurial/util_win32.py@0e90c9e334c8