Mon, 13 Jan 2025 00:29:11 -0500 |
Matt Harbison |
cborutil: unbyteify string args to builtin Error classes
|
Sun, 12 Jan 2025 22:05:19 -0500 |
Matt Harbison |
typing: add type annotations to most of `mercurial/utils/cborutil.py`
|
Mon, 06 Jan 2025 20:02:17 -0500 |
Matt Harbison |
typing: lock in the new type annotations detected with the pyupgrade changes
|
Sun, 05 Jan 2025 22:26:16 -0500 |
Matt Harbison |
pyupgrade: rewrite `yield` statements in a loop to `yield from`
|
Mon, 06 Jan 2025 20:25:11 -0500 |
Matt Harbison |
cborutil: fix an error interpolating str into bytes
|
Sun, 22 Sep 2024 17:11:10 -0400 |
Matt Harbison |
cbor: drop a duplicate dictionary initialization entry
|
Mon, 16 Sep 2024 15:36:44 +0200 |
Matt Harbison |
typing: add `from __future__ import annotations` to most files
|
Mon, 21 Feb 2022 13:08:28 -0700 |
Gregory Szorc |
py3: use class X: instead of class X(object):
|
Tue, 01 Mar 2022 20:53:52 -0800 |
Gregory Szorc |
cborutil: remove Python 2 definition of _elementtointeger()
|
Tue, 01 Mar 2022 20:50:34 -0800 |
Gregory Szorc |
py3: use int instead of pycompat.long
|
Thu, 03 Mar 2022 18:28:30 -0800 |
Gregory Szorc |
global: bulk replace simple pycompat.iteritems(x) with x.items()
|
Thu, 03 Mar 2022 17:34:00 +0100 |
Gregory Szorc |
py2: remove simple from __future__ statements
|
Fri, 27 Nov 2020 17:03:29 -0500 |
Augie Fackler |
formating: upgrade to black 20.8b1
|
Fri, 08 Nov 2019 11:19:20 -0800 |
Augie Fackler |
cleanup: remove pointless r-prefixes on single-quoted strings
|