Mon, 06 Jan 2025 00:30:55 -0500 |
Matt Harbison |
pyupgrade: drop the quoting around type annotations
|
file |
diff |
annotate
|
Tue, 31 Dec 2024 22:36:56 -0500 |
Matt Harbison |
archival: validate the archive `kind` argument first
|
file |
diff |
annotate
|
Wed, 04 Dec 2024 22:25:33 -0500 |
Matt Harbison |
archival: stop using the `pycompat.open()` shim
|
file |
diff |
annotate
|
Tue, 31 Dec 2024 22:07:29 -0500 |
Matt Harbison |
archival: switch the archive `kind` argument from bytes to str
|
file |
diff |
annotate
|
Wed, 04 Dec 2024 22:29:17 -0500 |
Matt Harbison |
archival: use str for a ValueError argument
|
file |
diff |
annotate
|
Mon, 16 Sep 2024 15:36:44 +0200 |
Matt Harbison |
typing: add `from __future__ import annotations` to most files
|
file |
diff |
annotate
|
Thu, 12 Sep 2024 12:53:00 -0400 |
Matt Harbison |
typing: simplify archive.gz writing and drop a few pytype suppressions
|
file |
diff |
annotate
|
Thu, 12 Sep 2024 12:28:27 -0400 |
Matt Harbison |
typing: add explicit hints for recent pytype regressions
|
file |
diff |
annotate
|
Wed, 15 Nov 2023 22:11:34 +0100 |
Joerg Sonnenberger |
archive: defer opening the output until a file is matched
|
file |
diff |
annotate
|
Wed, 14 Dec 2022 01:51:33 -0500 |
Matt Harbison |
typing: add type hints to pycompat.bytestr
|
file |
diff |
annotate
|
Mon, 21 Feb 2022 13:08:28 -0700 |
Gregory Szorc |
py3: use class X: instead of class X(object):
|
file |
diff |
annotate
|
Thu, 03 Mar 2022 18:28:30 -0800 |
Gregory Szorc |
global: bulk replace simple pycompat.iteritems(x) with x.items()
|
file |
diff |
annotate
|