Sun, 05 Jan 2025 22:26:16 -0500 |
Matt Harbison |
pyupgrade: rewrite `yield` statements in a loop to `yield from`
|
Mon, 06 Jan 2025 14:07:43 -0500 |
Matt Harbison |
style: drop extraneous parentheses
|
Mon, 16 Sep 2024 15:36:44 +0200 |
Matt Harbison |
typing: add `from __future__ import annotations` to most files
|
Mon, 16 Sep 2024 15:36:38 +0200 |
Matt Harbison |
format: add many "missing" comma
|
Wed, 15 Nov 2023 22:11:34 +0100 |
Joerg Sonnenberger |
archive: defer opening the output until a file is matched
|
Fri, 06 Sep 2024 02:12:19 +0200 |
Pierre-Yves David |
brancing: merge stable into default
|
Mon, 05 Aug 2024 20:47:17 +0200 |
Manuel Jacob |
py3: fix type of some elements of __all__ lists
stable
|
Thu, 18 Jul 2024 12:36:12 +0200 |
Rapha?l Gom?s |
black: format the codebase with 23.3.0
|
Tue, 23 Jul 2024 10:02:46 +0200 |
Rapha?l Gom?s |
Backout accidental publication of a large range of revisions
|
Thu, 18 Jul 2024 12:36:12 +0200 |
Rapha?l Gom?s |
black: format the codebase with 23.3.0
|
Tue, 19 Dec 2023 21:29:34 +0100 |
Pierre-Yves David |
pytype: move some type comment to proper annotation
|
Fri, 01 Sep 2023 00:09:55 +0200 |
Pierre-Yves David |
pycompat: drop usage of hasattr/getattr/setattr/delatt proxy
|
Fri, 01 Sep 2023 11:57:38 +0200 |
Pierre-Yves David |
hgweb: use sysstr to get attribute on diff option
|
Fri, 16 Dec 2022 17:46:20 +0100 |
Joerg Sonnenberger |
hgweb: skip body creation of HEAD for most requests
|
Sun, 29 May 2022 15:17:27 +0200 |
Manuel Jacob |
py3: replace `pycompat.xrange` by `range`
|