Tue, 11 Dec 2018 21:57:54 -0500 |
Matt Harbison |
win32: close the handles associated with a spawned child process
|
Fri, 21 Sep 2018 19:48:23 -0400 |
Matt Harbison |
py3: rename pycompat.getcwd() to encoding.getcwd() (API)
|
Fri, 21 Sep 2018 21:44:27 -0400 |
Matt Harbison |
py3: create built in exceptions with str type messages in win32.py
|
Wed, 19 Sep 2018 23:54:16 -0400 |
Matt Harbison |
py3: resolve Unicode issues around `hg serve` on Windows
|
Thu, 13 Sep 2018 00:42:25 -0400 |
Matt Harbison |
py3: prevent the win32 ctype _fields_ from being transformed to bytes
|
Wed, 01 Aug 2018 13:00:45 -0700 |
Gregory Szorc |
global: use pycompat.xrange()
|
Wed, 04 Jul 2018 14:19:13 +0200 |
Sune Foldager |
windows: fix incorrect detection of broken pipe when writing to pager
stable
|
Tue, 02 Jan 2018 12:14:08 +0900 |
Yuya Nishihara |
win32: do not call GetVolumePathName() with the minimum buffer length
|
Tue, 02 Jan 2018 12:02:25 +0900 |
Yuya Nishihara |
win32: allocate buffer of maximum length for GetVolumeInformation()
|
Fri, 29 Dec 2017 22:15:37 -0500 |
Matt Harbison |
win32: split a utility function to obtain the volume out of getfstype()
|
Fri, 29 Dec 2017 21:28:19 -0500 |
Matt Harbison |
win32: implement util.getfstype()
|
Tue, 22 Aug 2017 20:03:07 -0400 |
Augie Fackler |
python3: wrap all uses of <exception>.strerror with strtolocal
|
Wed, 29 Mar 2017 23:45:23 -0400 |
Matt Harbison |
win32: add a method to trigger the Crypto API to complete a certificate chain
|
Thu, 30 Mar 2017 00:33:00 -0400 |
Matt Harbison |
win32: work around a WinError problem handling HRESULT types
|
Sun, 21 May 2017 18:58:51 -0400 |
Matt Harbison |
win32: drop a py26 daemonizing hack
|
Mon, 22 May 2017 22:00:56 -0400 |
Matt Harbison |
win32: add a method to enable ANSI color code processing on Windows 10
|
Thu, 22 Dec 2016 01:54:17 +0530 |
Pulkit Goyal |
py3: use pycompat.getcwd instead of os.getcwd
|
Sun, 18 Dec 2016 02:06:00 +0530 |
Pulkit Goyal |
py3: replace os.environ with encoding.environ (part 4 of 5)
|
Thu, 20 Oct 2016 23:09:05 +0900 |
Yuya Nishihara |
scmutil: extend termwidth() to return terminal height, renamed to termsize()
|
Thu, 20 Oct 2016 22:57:12 +0900 |
Yuya Nishihara |
scmutil: clarify that we explicitly do termwidth - 1 on Windows
|
Sat, 08 Aug 2015 18:52:59 -0700 |
Gregory Szorc |
win32: use absolute_import
|
Tue, 23 Jun 2015 22:20:08 -0700 |
Gregory Szorc |
global: mass rewrite to use modern exception syntax
|
Tue, 07 Apr 2015 22:30:25 -0400 |
Matt Harbison |
win32: add a method to fetch the available pipe data size
|
Sat, 28 Mar 2015 11:19:34 +0100 |
Adrian Buehlmann |
win32: add comment about WinError
|
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
|