Mon, 16 Sep 2024 15:36:44 +0200 |
Matt Harbison |
typing: add `from __future__ import annotations` to most files
|
Fri, 06 Jan 2023 13:04:50 -0500 |
Matt Harbison |
typing: suppress a bunch of potential import-error cases in extensions
|
Tue, 31 May 2022 03:06:05 +0200 |
Manuel Jacob |
py3: use `x.hex()` instead of `pycompat.sysstr(node.hex(x))`
|
Tue, 31 May 2022 01:16:41 +0200 |
Manuel Jacob |
py3: don’t encode node.bin() argument
|
Thu, 03 Mar 2022 17:34:00 +0100 |
Gregory Szorc |
py2: remove simple from __future__ statements
|
Mon, 29 Mar 2021 01:52:06 +0200 |
Joerg Sonnenberger |
node: replace nullid and friends with nodeconstants class
|
Thu, 26 Nov 2020 15:09:57 -0500 |
Matt Harbison |
git: show the version of `pygit2` with verbose version output
|
Mon, 09 Mar 2020 11:18:33 -0700 |
Martin von Zweigbergk |
git: don't fail import when pygit2 is not install
|
Tue, 11 Feb 2020 00:44:59 -0500 |
Augie Fackler |
git: skeleton of a new extension to _directly_ operate on git repos
|