Thu, 30 Jan 2025 18:22:01 +0100 |
Pierre-Yves David |
typing: introduce a `types` module and a MatcherT alias
|
file |
diff |
annotate
|
Mon, 06 Jan 2025 20:02:17 -0500 |
Matt Harbison |
typing: lock in the new type annotations detected with the pyupgrade changes
|
file |
diff |
annotate
|
Sat, 04 Jan 2025 11:13:15 -0500 |
Josef 'Jeff' Sipek |
git: skip recursing into manifest subtrees that are the same
|
file |
diff |
annotate
|
Mon, 06 Jan 2025 00:30:55 -0500 |
Matt Harbison |
pyupgrade: drop the quoting around type annotations
|
file |
diff |
annotate
|
Sun, 05 Jan 2025 22:26:16 -0500 |
Matt Harbison |
pyupgrade: rewrite `yield` statements in a loop to `yield from`
|
file |
diff |
annotate
|
Thu, 02 Jan 2025 11:33:41 -0500 |
Josef 'Jeff' Sipek |
git: add parents property to gittreemanifestctx
|
file |
diff |
annotate
|
Thu, 02 Jan 2025 11:27:45 -0500 |
Josef 'Jeff' Sipek |
git: add stubs for gittreemanifestctx methods
|
file |
diff |
annotate
|
Wed, 23 Oct 2024 15:58:32 -0400 |
Matt Harbison |
manifest: subclass the new `repository.imanifestdict` Protocol class
|
file |
diff |
annotate
|
Wed, 11 Dec 2024 02:02:34 -0500 |
Matt Harbison |
git: add missing `repository.imanifestdict` methods to `gittreemanifest`
|
file |
diff |
annotate
|
Wed, 23 Oct 2024 15:56:48 -0400 |
Matt Harbison |
typing: align the signatures of `repository.imanifestdict` overrides
|
file |
diff |
annotate
|
Thu, 24 Oct 2024 22:24:46 -0400 |
Matt Harbison |
git: fix `repository.imanifestdict` implementation flaws detected by pytype
|
file |
diff |
annotate
|
Tue, 22 Oct 2024 22:44:32 -0400 |
Matt Harbison |
manifest: subclass the new `imanifestrevisionwritable` Protocol class
|
file |
diff |
annotate
|
Tue, 22 Oct 2024 22:35:54 -0400 |
Matt Harbison |
manifest: subclass the new `repository.imanifestrevisionstored` Protocol class
|
file |
diff |
annotate
|
Wed, 23 Oct 2024 12:44:09 -0400 |
Matt Harbison |
typing: (mostly) align the signatures of `imanifestrevisionstored` overrides
|
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
|
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 17:34:00 +0100 |
Gregory Szorc |
py2: remove simple from __future__ statements
|
file |
diff |
annotate
|
Fri, 27 Nov 2020 17:03:29 -0500 |
Augie Fackler |
formating: upgrade to black 20.8b1
|
file |
diff |
annotate
|
Tue, 22 Sep 2020 09:06:09 -0400 |
Connor Sheehan |
git: pass `id` attribute of `pygit2.Tree` object
|
file |
diff |
annotate
|
Mon, 07 Sep 2020 16:13:10 -0400 |
Augie Fackler |
git: actually copy treemanifest instances in .copy() (issue6398)
|
file |
diff |
annotate
|
Mon, 01 Jun 2020 11:12:25 -0400 |
Josef 'Jeff' Sipek |
git: implement diff manifest method
|
file |
diff |
annotate
|
Mon, 01 Jun 2020 09:49:47 -0400 |
Josef 'Jeff' Sipek |
git: properly visit child tree objects when resolving a path
|
file |
diff |
annotate
|
Mon, 01 Jun 2020 09:40:18 -0400 |
Josef 'Jeff' Sipek |
git: don't yield paths for directories when walking
|
file |
diff |
annotate
|
Mon, 01 Jun 2020 09:22:53 -0400 |
Josef 'Jeff' Sipek |
git: correctly check for type of object when walking
|
file |
diff |
annotate
|
Mon, 11 May 2020 21:56:43 +0200 |
Romain DEP. |
git: fix probable missing return
|
file |
diff |
annotate
|
Fri, 27 Mar 2020 10:38:40 -0400 |
Josef 'Jeff' Sipek |
git: pass a list to pathutil.dirs to indicate that it is a manifest
|
file |
diff |
annotate
|
Mon, 09 Mar 2020 11:18:33 -0700 |
Martin von Zweigbergk |
git: don't fail import when pygit2 is not install
|
file |
diff |
annotate
|
Sat, 07 Mar 2020 16:51:21 -0500 |
Augie Fackler |
git: add readfast() method to manifest
|
file |
diff |
annotate
|
Tue, 11 Feb 2020 00:44:59 -0500 |
Augie Fackler |
git: skeleton of a new extension to _directly_ operate on git repos
|
file |
diff |
annotate
|