Wed, 11 Jan 2023 19:53:58 +0000 |
Arseniy Alekseyev |
doc: add a few comments
|
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 18:27:15 -0500 |
Matt Harbison |
typing: add type hints to the rest of the posix 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
|
Thu, 15 Dec 2022 21:13:11 -0500 |
Matt Harbison |
typing: add type hints to the posix platform module matching win32.py
|
Thu, 15 Dec 2022 18:02:55 -0500 |
Matt Harbison |
typing: add type hints to mercurial/win32.py
|
Wed, 01 Jun 2022 00:47:25 +0200 |
Manuel Jacob |
py3: catch specific OSError subclasses instead of checking errno
|
Tue, 31 May 2022 23:38:51 +0200 |
Manuel Jacob |
py3: catch PermissionError instead of checking errno == EACCES
|
Tue, 31 May 2022 22:50:01 +0200 |
Manuel Jacob |
py3: catch FileNotFoundError instead of checking errno == ENOENT
|
Tue, 31 May 2022 21:16:17 +0200 |
Manuel Jacob |
py3: catch FileExistsError instead of checking errno == EEXIST
|
Tue, 31 May 2022 04:11:34 +0200 |
Manuel Jacob |
py3: remove retry on EINTR errno
|
Mon, 21 Feb 2022 13:08:28 -0700 |
Gregory Szorc |
py3: use class X: instead of class X(object):
|
Thu, 03 Mar 2022 08:04:33 -0800 |
Gregory Szorc |
posix: delete Python 2 posixfile()
|
Thu, 03 Mar 2022 17:34:00 +0100 |
Gregory Szorc |
py2: remove simple from __future__ statements
|
Sat, 10 Jul 2021 13:46:24 +0200 |
Pierre-Yves David |
windows: introduce a `util.abspath` to replace os.path.abspath
|
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
|
Thu, 11 Mar 2021 21:21:41 -0500 |
Matt Harbison |
typing: fix a suppression directive that was mangled by black formatting
stable
|
Fri, 27 Nov 2020 17:03:29 -0500 |
Augie Fackler |
formating: upgrade to black 20.8b1
|
Tue, 13 Oct 2020 16:44:57 -0400 |
Matt Harbison |
posix: avoid a leaked file descriptor in a unix domain socket exception case
|
Tue, 13 Oct 2020 16:41:01 -0400 |
Matt Harbison |
posix: use context managers in a couple of places
|
Fri, 29 May 2020 03:56:07 +0200 |
Manuel Jacob |
cleanup: eliminate procutil.quotecommand()
|
Mon, 10 Feb 2020 17:31:05 -0500 |
Augie Fackler |
cleanup: re-run black on the codebase
|
Fri, 08 Nov 2019 11:19:20 -0800 |
Augie Fackler |
cleanup: remove pointless r-prefixes on single-quoted strings
|
Wed, 06 Nov 2019 15:03:02 -0500 |
Augie Fackler |
posix: add a pytype suppression
|
Sun, 06 Oct 2019 16:55:18 -0400 |
Gregory Szorc |
py3: manually import getattr where it is needed
|
Sun, 06 Oct 2019 13:28:56 -0400 |
Gregory Szorc |
py3: manually import pycompat.open into files that need it
|
Sun, 06 Oct 2019 09:48:39 -0400 |
Augie Fackler |
formatting: byteify all mercurial/ and hgext/ string literals
|
Sun, 06 Oct 2019 09:45:02 -0400 |
Augie Fackler |
formatting: blacken the codebase
|