Fri, 12 Oct 2018 17:34:45 -0400 |
Matt Harbison |
py3: use str to query registry values on Windows
|
Sat, 29 Sep 2018 20:57:49 -0400 |
Matt Harbison |
py3: byteify windows.shelltocmdexe()
|
Tue, 25 Sep 2018 21:16:12 -0400 |
Matt Harbison |
py3: convert os.readlink() path to native strings on Windows
|
Wed, 26 Sep 2018 21:25:18 -0400 |
Matt Harbison |
py3: ensure standard exceptions use `str` type strings in windows.py
|
Fri, 21 Sep 2018 20:03:07 -0400 |
Matt Harbison |
py3: proxy posixfile objects to re-add a useful 'name' attribute on Windows
|
Wed, 19 Sep 2018 23:54:16 -0400 |
Matt Harbison |
py3: resolve Unicode issues around `hg serve` on Windows
|
Thu, 13 Sep 2018 22:07:00 -0400 |
Matt Harbison |
py3: fix str vs bytes in enough places to run `hg version` on Windows
|
Thu, 13 Sep 2018 20:54:53 -0400 |
Matt Harbison |
windows: open registry keys using unicode names
|
Mon, 16 Jul 2018 00:32:33 -0400 |
Matt Harbison |
windows: expand '~/' and '~\' to %USERPROFILE% when translating to cmd.exe
|
Sun, 15 Jul 2018 23:58:39 -0400 |
Matt Harbison |
windows: replace single quote with double quote when translating to cmd.exe
|
Sat, 07 Jul 2018 22:13:56 -0400 |
Matt Harbison |
windows: don't consider '$$' to be an escaped '$' when translating to cmd.exe
|
Mon, 09 Jul 2018 09:50:23 -0400 |
Augie Fackler |
merge with stable
|
Wed, 04 Jul 2018 14:19:13 +0200 |
Sune Foldager |
windows: fix incorrect detection of broken pipe when writing to pager
stable
|
Sun, 24 Jun 2018 01:13:09 -0400 |
Matt Harbison |
windows: add a method to convert Unix style command lines to Windows style
|
Sat, 07 Apr 2018 21:14:16 +0900 |
Yuya Nishihara |
procutil: unify platform.explainexit()
|
Sat, 07 Apr 2018 21:09:21 +0900 |
Yuya Nishihara |
procutil: rewrite popen() as a subprocess.Popen wrapper (issue4746) (API)
|
Sat, 24 Mar 2018 13:30:50 +0900 |
Yuya Nishihara |
rcutil: directly call win32.executablepath()
|
Tue, 27 Feb 2018 14:42:30 +0530 |
Pulkit Goyal |
py3: convert os.devnull to bytes using pycompat.bytestr
|
Wed, 21 Feb 2018 22:20:27 +0900 |
Yuya Nishihara |
util: factor out shellsplit() function
|
Fri, 29 Dec 2017 22:54:14 -0500 |
Matt Harbison |
util: add a function to show the mount point of the filesystem
|
Fri, 29 Dec 2017 21:28:19 -0500 |
Matt Harbison |
win32: implement util.getfstype()
|
Sat, 30 Dec 2017 21:07:03 -0500 |
Matt Harbison |
util: move getfstype() to the platform modules
|
Sun, 03 Sep 2017 14:32:11 +0900 |
Yuya Nishihara |
doctest: bulk-replace string literals with b'' for Python 3
|
Tue, 22 Aug 2017 20:03:07 -0400 |
Augie Fackler |
python3: wrap all uses of <exception>.strerror with strtolocal
|
Fri, 04 Aug 2017 23:54:12 -0700 |
Jun Wu |
ssh: quote parameters using shellquote (SEC)
stable
|
Fri, 04 Aug 2017 14:00:03 -0400 |
Augie Fackler |
ssh: ban any username@host or host that starts with - (SEC)
stable
|
Fri, 04 Aug 2017 23:54:12 -0700 |
Jun Wu |
ssh: quote parameters using shellquote (SEC)
stable
|
Fri, 04 Aug 2017 14:00:03 -0400 |
Augie Fackler |
ssh: ban any username@host or host that starts with - (SEC)
stable
|
Mon, 05 Jun 2017 23:36:35 +0900 |
Yuya Nishihara |
windows: do not close stdout on flush() failure
|
Fri, 12 Aug 2016 11:35:17 +0900 |
Yuya Nishihara |
osutil: switch to policy importer
|
Fri, 10 Feb 2017 16:56:29 -0800 |
Martin von Zweigbergk |
cleanup: use set literals
|
Wed, 26 Apr 2017 22:26:28 +0900 |
Yuya Nishihara |
osutil: proxy through util (and platform) modules (API)
|
Tue, 11 Apr 2017 21:38:11 -0400 |
Matt Harbison |
windows: add context manager support to mixedfilemodewrapper
|
Sun, 26 Mar 2017 16:33:12 +0900 |
Yuya Nishihara |
py3: abuse r'' to preserve str-ness of literals passed to __setattr__()
|
Tue, 21 Mar 2017 06:50:28 -0700 |
Ryan McElroy |
util: unify unlinkpath
|
Mon, 13 Mar 2017 09:11:08 -0700 |
Yuya Nishihara |
encoding: factor out unicode variants of from/tolocal()
|
Sun, 18 Dec 2016 01:54:36 +0530 |
Pulkit Goyal |
py3: replace os.environ with encoding.environ (part 3 of 5)
|
Sat, 17 Dec 2016 20:14:24 +0530 |
Pulkit Goyal |
py3: replace os.sep with pycompat.ossep (part 3 of 4)
|
Sat, 17 Dec 2016 19:47:17 +0530 |
Pulkit Goyal |
py3: replace os.pathsep with pycompat.ospathsep
|
Fri, 21 Oct 2016 00:03:46 +0900 |
Yuya Nishihara |
windows: do not replace sys.stdout by winstdout
|
Thu, 20 Oct 2016 23:27:09 +0900 |
Yuya Nishihara |
windows: do not replace sys.__stdout__
|
Thu, 20 Oct 2016 21:38:44 +0900 |
Yuya Nishihara |
scmutil: move util.termwidth()
|
Wed, 10 Aug 2016 04:35:44 +0530 |
Pulkit Goyal |
py3: conditionalize _winreg import
|
Sat, 21 May 2016 16:52:04 +0900 |
Yuya Nishihara |
chgserver: extract utility to bind unix domain socket to long path
|
Wed, 16 Dec 2015 13:33:43 -0500 |
Matt Harbison |
windows: correct the import of win32
|
Sat, 12 Dec 2015 23:19:38 -0800 |
Gregory Szorc |
windows: use absolute_import
|
Sun, 27 Sep 2015 18:46:53 -0700 |
Gregory Szorc |
windows: insert file positioning call between reads and writes
|
Tue, 23 Jun 2015 22:20:08 -0700 |
Gregory Szorc |
global: mass rewrite to use modern exception syntax
|
Tue, 23 Jun 2015 22:30:33 -0700 |
Gregory Szorc |
global: mass rewrite to use modern octal syntax
|
Sat, 06 Jun 2015 14:03:55 +0200 |
Adrian Buehlmann |
windows: use os.SEEK_END
|
Wed, 20 May 2015 18:00:05 -0500 |
Pierre-Yves David |
util: add a simple poll utility
|
Mon, 18 May 2015 16:33:57 -0500 |
Pierre-Yves David |
windows: drop Python2.4 specific hack for directory not found handling
|
Thu, 14 May 2015 11:37:36 +0200 |
Adrian Buehlmann |
windows: add comment in normcase()
|
Fri, 01 May 2015 20:17:00 -0400 |
Matt Harbison |
windows: add doctest for shellquote()
|
Wed, 29 Apr 2015 21:14:59 -0400 |
Matt Harbison |
windows: make shellquote() quote any path containing '\' (issue4629)
stable
|
Sat, 11 Apr 2015 00:47:09 +0900 |
FUJIWARA Katsunori |
util: add removedirs as platform depending function
|
Tue, 07 Apr 2015 22:31:36 -0400 |
Matt Harbison |
windows: allow readpipe() to actually read data out of the pipe
|
Wed, 01 Apr 2015 00:31:41 -0700 |
Siddharth Agarwal |
windows: define normcase spec and fallback
|
Fri, 27 Feb 2015 17:46:03 -0600 |
Matt Mackall |
merge with stable
|
Wed, 11 Feb 2015 19:57:07 +0900 |
Yuya Nishihara |
shellquote: fix missing quotes for empty string
stable
|