Fri, 16 Dec 2022 22:24:05 -0500 |
Matt Harbison |
typing: attempt to remove @overloads in the platform module for stdlib methods
|
Fri, 16 Dec 2022 22:07:02 -0500 |
Matt Harbison |
typing: add trivial type hints to rest of the windows platform module
|
Fri, 16 Dec 2022 18:14:54 -0500 |
Matt Harbison |
typing: add type hints to the platform `cachestat` classes
|
Fri, 16 Dec 2022 00:54:39 -0500 |
Matt Harbison |
typing: add type hints to the common posix/windows platform functions
|
Tue, 13 Dec 2022 16:48:47 -0500 |
Matt Harbison |
windows: drop an unused method
|
Fri, 25 Nov 2022 18:39:47 -0500 |
Matt Harbison |
pytype: stop excluding mercurial/ui.py
|
Mon, 10 Oct 2022 11:28:19 -0400 |
Matt Harbison |
windows: gracefully handle when the username cannot be determined
stable
|
Mon, 13 Jun 2022 11:20:57 -0400 |
Matt Harbison |
typing: add a missing suppression directive for `msvcrt`
|
Mon, 13 Jun 2022 11:18:41 -0400 |
Matt Harbison |
windows: drop some py2 compatibility code
|
Mon, 13 Jun 2022 11:06:33 -0400 |
Matt Harbison |
windows: prevent bytes from being passed to registry APIs
|
Wed, 01 Jun 2022 02:21:41 +0200 |
Manuel Jacob |
py3: catch specific OSError subclasses instead of checking errno
|
Tue, 31 May 2022 21:16:17 +0200 |
Manuel Jacob |
py3: catch FileExistsError instead of checking errno == EEXIST
|
Wed, 23 Mar 2022 13:51:40 -0400 |
Matt Harbison |
pytype: disable a few errors about Windows specific module attributes
|
Mon, 21 Feb 2022 13:08:28 -0700 |
Gregory Szorc |
py3: use class X: instead of class X(object):
|
Mon, 21 Feb 2022 10:38:27 -0700 |
Gregory Szorc |
windows: remove write throttling support
|
Mon, 21 Feb 2022 10:36:44 -0700 |
Gregory Szorc |
windows: remove conditional for Python 3
|
Thu, 03 Mar 2022 17:34:00 +0100 |
Gregory Szorc |
py2: remove simple from __future__ statements
|
Mon, 20 Sep 2021 10:45:18 -0400 |
Matt Harbison |
typing: suppress an name-error warning in `mercurial/windows.py`
|
Sun, 22 Aug 2021 17:59:21 -0400 |
Matt Harbison |
windows: degrade to py2 behavior when reading a non-symlink as a symlink
stable
|
Mon, 02 Aug 2021 10:51:19 -0400 |
Matt Harbison |
windows: avoid a bytes vs unicode crash reading passwords on py2
stable
|
Sat, 10 Jul 2021 13:46:24 +0200 |
Pierre-Yves David |
windows: introduce a `util.abspath` to replace os.path.abspath
|
Fri, 11 Jun 2021 23:39:31 -0400 |
Matt Harbison |
typing: disable warnings for a couple of Windows specific attributes
|
Wed, 12 May 2021 12:41:52 -0400 |
Matt Harbison |
util: avoid echoing the password to the console on Windows py3 (issue6446)
stable
|
Thu, 25 Mar 2021 18:02:08 +0100 |
Raphaël Gomès |
contributor: change mentions of mpm to olivia
|
Fri, 27 Nov 2020 17:03:29 -0500 |
Augie Fackler |
formating: upgrade to black 20.8b1
|
Sat, 18 Jul 2020 12:35:55 +0200 |
Manuel Jacob |
windows: don’t set `softspace` attribute in `winstdout`
|
Fri, 17 Jul 2020 14:58:22 +0200 |
Manuel Jacob |
windows: handle file-like objects without isatty() method
|
Fri, 17 Jul 2020 03:28:52 +0200 |
Manuel Jacob |
windows: always work around EINVAL in case of broken pipe for stdout / stderr
|
Fri, 17 Jul 2020 03:12:29 +0200 |
Manuel Jacob |
windows: augment docstring of `winstdout` class
|
Fri, 29 May 2020 03:56:07 +0200 |
Manuel Jacob |
cleanup: eliminate procutil.quotecommand()
|