log mercurial/windows.py @ 51858:2fd44b3dcc33 default tip

age author description
Sat, 10 Aug 2024 14:18:44 -0400 Matt Harbison typing: fix the hint for the `mode` argument of `platform.copymode()`
Fri, 19 Jul 2024 16:38:53 -0400 Matt Harbison typing: avoid some useless @overload definitions in `mercurial.util`
Thu, 18 Jul 2024 19:57:42 -0400 Matt Harbison typing: add type hints to `mercurial.dirstatemap`
Wed, 20 Dec 2023 12:51:20 +0100 Pierre-Yves David pytype: import typing directly
Fri, 01 Sep 2023 00:09:55 +0200 Pierre-Yves David pycompat: drop usage of hasattr/getattr/setattr/delatt proxy
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