View Bazaar branches
Get this repository:
git clone https://git.launchpad.net/dulwich

See all merge proposals.

Import details

Import Status: Reviewed

This repository is an import of the Git repository at https://github.com/jelmer/dulwich.

The next import is scheduled to run .

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 20 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 50 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 25 seconds — see the log

Branches

Name Last Modified Last Commit
master 2024-05-16 09:45:50 UTC
Fix `fuzz_repo` False Positive With a Refactor to Improve Effectiveness & Eff...

Author: Jelmer Vernooij
Author Date: 2024-05-16 09:45:50 UTC

Fix `fuzz_repo` False Positive With a Refactor to Improve Effectiveness & Efficiency (#1317)

Sorry for the churn on this test; filesystem I/O makes for slow feedback
when trying to test locally.

---

Anyway, the issues listed below are addressed in this PR by simplifying
the test harness implementation. The result being significantly improved
fuzzing coverage and slightly improved execution speed.

Prior to the changes introduced here, the implementation of `fuzz_repo`
had several issues:

1. `repo.stage()` was not called before the first `repo.do_commit()`
call
2. When `repo.stage()` was eventually called, the argument it was passed
was incorrect (a list of absolute paths instead of relative to the repo
dir) causing a `ValueError` that broke the fuzzer runs. This was hidden
during the initial local testing because of point 3 below.
3. Inefficient consumption of the fuzzer provided data resulted in the
input bytes being exhausted early in the `TestOneInput` execution until
the fuzzer was able to generate a corpus large enough to satisfy all of
the `Consume*` calls.

Other changes:

- `EnhancedFuzzedDataProvider.ConsumeRandomString` now accepts an
argument to optionally exclude unicode surrogates from the returned
string (useful for places where they will always raise an exception like
most filesystem operations.)
- Adds new fuzzing engine recommended dictionary entries (now that the
test is effective enough to generate recommendations.)

Closes: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=69054

pin-ruff 2024-05-14 15:03:25 UTC
Pin ruff. Fixes #1314

Author: Jelmer Vernooij
Author Date: 2024-05-14 15:03:25 UTC

Pin ruff. Fixes #1314

format 2024-05-14 07:49:53 UTC
ruff format

Author: Jelmer Vernooij
Author Date: 2024-05-14 07:49:53 UTC

ruff format

macosx-wheels 2024-05-05 09:28:53 UTC
Attempt to fix macosx wheels

Author: Jelmer Vernooij
Author Date: 2024-05-05 09:28:53 UTC

Attempt to fix macosx wheels

drop-py37 2024-05-04 16:41:33 UTC
Drop Python 3.7 support

Author: Jelmer Vernooij
Author Date: 2024-05-04 15:51:57 UTC

Drop Python 3.7 support

ruff 2024-05-04 13:58:07 UTC
Fix mypy issues

Author: Jelmer Vernooij
Author Date: 2024-05-04 12:45:36 UTC

Fix mypy issues

dependabot/github_actions/actions/download-artifact-4 2024-04-25 00:14:37 UTC
Bump actions/download-artifact from 2 to 4

Author: dependabot[bot]
Author Date: 2024-04-25 00:14:37 UTC

Bump actions/download-artifact from 2 to 4

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v2...v4)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

test-sdist 2024-04-24 22:35:10 UTC
Test sdist

Author: Jelmer Vernooij
Author Date: 2024-04-24 22:06:09 UTC

Test sdist

sdist-tests 2024-04-24 22:32:39 UTC
Ship testdata/ and tests/ in sdist. Fixes #1292

Author: Jelmer Vernooij
Author Date: 2024-04-24 22:31:42 UTC

Ship testdata/ and tests/ in sdist. Fixes #1292

cargo-lock 2024-04-24 21:58:28 UTC
Ship Cargo.lock

Author: Jelmer Vernooij
Author Date: 2024-04-24 21:58:28 UTC

Ship Cargo.lock

ship-rust 2024-04-23 10:30:42 UTC
Ship rust files. Fixes #1287

Author: Jelmer Vernooij
Author Date: 2024-04-23 10:30:42 UTC

Ship rust files. Fixes #1287

pypi-deploys 2024-04-22 19:20:08 UTC
Fix pypi deployments

Author: Jelmer Vernooij
Author Date: 2024-04-22 19:20:08 UTC

Fix pypi deployments

start-0.22.1 2024-04-22 19:09:28 UTC
Start on 0.22.1

Author: Jelmer Vernooij
Author Date: 2024-04-22 19:09:28 UTC

Start on 0.22.1

install-tests-package 2024-04-22 16:55:18 UTC
Fix installation of tests package

Author: Jelmer Vernooij
Author Date: 2024-04-22 16:55:15 UTC

Fix installation of tests package

We still need this for the utils module

no-docs 2024-04-14 13:06:42 UTC
Merge branch 'master' into no-docs

Author: Jelmer Vernooij
Author Date: 2024-04-14 13:06:42 UTC

Merge branch 'master' into no-docs

move-tests 2024-04-14 10:42:59 UTC
Re-add dulwich.tests.utils and dulwich.tests.test_object_store for use with e...

Author: Jelmer Vernooij
Author Date: 2024-04-14 10:19:21 UTC

Re-add dulwich.tests.utils and dulwich.tests.test_object_store for use with e.g. breezy

more-tests 2024-04-14 10:42:59 UTC
Re-add dulwich.tests.utils and dulwich.tests.test_object_store for use with e...

Author: Jelmer Vernooij
Author Date: 2024-04-14 10:19:21 UTC

Re-add dulwich.tests.utils and dulwich.tests.test_object_store for use with e.g. breezy

dependabot/github_actions/actions/upload-artifact-4 2024-04-06 18:18:32 UTC
Bump actions/upload-artifact from 3 to 4

Author: dependabot[bot]
Author Date: 2024-04-06 18:18:32 UTC

Bump actions/upload-artifact from 3 to 4

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

bump-pyo3 2024-04-01 23:12:36 UTC
Bump pyo3 version

Author: Jelmer Vernooij
Author Date: 2024-04-01 23:12:36 UTC

Bump pyo3 version

wheels-no-nightly 2024-04-01 12:59:55 UTC
Don't build with nightly

Author: Jelmer Vernooij
Author Date: 2024-04-01 12:59:37 UTC

Don't build with nightly

dependabot-cargo 2024-04-01 10:24:53 UTC
Update cargo dependencies with dependabot

Author: Jelmer Vernooij
Author Date: 2024-04-01 10:24:53 UTC

Update cargo dependencies with dependabot

revert-1250-dependabot/github_actions/github_actions-6414fe4d57 2024-02-13 10:30:08 UTC
Revert "Bump the github_actions group with 5 updates"

Author: Jelmer Vernooij
Author Date: 2024-02-13 10:30:08 UTC

Revert "Bump the github_actions group with 5 updates"

rust-4 2024-02-10 18:33:07 UTC
Install rustc

Author: Jelmer Vernooij
Author Date: 2024-02-10 18:13:23 UTC

Install rustc

rust-1 2024-02-10 17:05:12 UTC
Fix style

Author: Jelmer Vernooij
Author Date: 2023-08-29 22:54:19 UTC

Fix style

rust-2 2024-02-10 14:35:56 UTC
Fix style

Author: Jelmer Vernooij
Author Date: 2023-08-29 22:54:19 UTC

Fix style

disperse-disable-upload 2023-12-09 21:42:18 UTC
Disable twine upload in disperse; this is now done on GitHub

Author: Jelmer Vernooij
Author Date: 2023-12-09 21:42:18 UTC

Disable twine upload in disperse; this is now done on GitHub

start-0.21.8 2023-12-05 18:21:51 UTC
Start on 0.21.8.

Author: Jelmer Vernooij
Author Date: 2023-12-05 18:21:51 UTC

Start on 0.21.8.

fix-typing 2023-11-27 22:40:56 UTC
Fix mypy on python3.7

Author: Jelmer Vernooij
Author Date: 2023-11-27 22:40:56 UTC

Fix mypy on python3.7

proxy-url-auth 2023-11-27 13:41:54 UTC
Support credentials in proxy URL

Author: Jelmer Vernooij
Author Date: 2023-11-27 13:32:10 UTC

Support credentials in proxy URL

Fixes #1227

reformat 2023-11-08 21:12:47 UTC
Fix docstring

Author: Jelmer Vernooij
Author Date: 2023-11-01 20:35:14 UTC

Fix docstring

docstring-fix 2023-11-01 20:35:14 UTC
Fix docstring

Author: Jelmer Vernooij
Author Date: 2023-11-01 20:35:14 UTC

Fix docstring

unresolved-deltas 2023-10-03 10:13:43 UTC
Add codespell target

Author: Jelmer Vernooij
Author Date: 2023-10-03 10:13:43 UTC

Add codespell target

pyupgrade 2023-09-29 18:30:47 UTC
Run pyupgrade

Author: Jelmer Vernooij
Author Date: 2023-09-29 18:30:47 UTC

Run pyupgrade

missing-default-identity 2023-09-05 22:48:13 UTC
Raise exception when default identity can't be found.

Author: Jelmer Vernooij
Author Date: 2023-09-05 22:48:13 UTC

Raise exception when default identity can't be found.

See jelmer/xandikos#254

http-nameerror 2023-09-04 15:52:25 UTC
Fix NameError when encountering errors during HTTP operation. Fixes #1208

Author: Jelmer Vernooij
Author Date: 2023-09-04 15:52:25 UTC

Fix NameError when encountering errors during HTTP operation. Fixes #1208

index-docstring 2023-09-03 20:42:54 UTC
Clarify doc string for Index.__getitem__

Author: Jelmer Vernooij
Author Date: 2023-09-03 20:42:40 UTC

Clarify doc string for Index.__getitem__

Fixes #1205

readthedocs-config 2023-09-03 20:30:52 UTC
rename .readthedocs.yml -> .readthedocs.yaml

Author: Jelmer Vernooij
Author Date: 2023-09-03 20:30:52 UTC

rename .readthedocs.yml -> .readthedocs.yaml

http-error 2023-08-09 19:35:40 UTC
Fix new flake errors

Author: Jelmer Vernooij
Author Date: 2023-08-09 19:35:40 UTC

Fix new flake errors

index-refactor 2023-07-21 00:38:22 UTC
Fix python 3.9 compatibility

Author: Jelmer Vernooij
Author Date: 2023-07-21 00:02:40 UTC

Fix python 3.9 compatibility

enum-stage 2023-07-20 23:37:52 UTC
Define enum for stage

Author: Jelmer Vernooij
Author Date: 2023-07-20 22:20:07 UTC

Define enum for stage

readthedocs 2023-06-15 11:56:38 UTC
Fix codespell

Author: Jelmer Vernooij
Author Date: 2023-06-15 11:56:38 UTC

Fix codespell

backwards-compat 2023-05-23 18:05:40 UTC
Be backwards compatible with Repo derivatives

Author: Jelmer Vernooij
Author Date: 2023-05-23 18:05:40 UTC

Be backwards compatible with Repo derivatives

version-tuple 2023-05-04 01:50:06 UTC
Handle version tuples that aren't just 3 integers

Author: Jelmer Vernooij
Author Date: 2023-05-04 01:50:06 UTC

Handle version tuples that aren't just 3 integers

init-files-non-kwargs 2023-05-03 23:29:21 UTC
For the moment, allow passing non-kwargs to Repo._init_files

Author: Jelmer Vernooij
Author Date: 2023-05-03 23:29:21 UTC

For the moment, allow passing non-kwargs to Repo._init_files

core-symlinks 2023-04-27 15:45:57 UTC
Support core.symlink=false. Fixes #1169

Author: Jelmer Vernooij
Author Date: 2023-04-27 14:25:00 UTC

Support core.symlink=false. Fixes #1169

abs2rel 2023-04-19 17:51:13 UTC
Switch to relative imports with abs2rel

Author: Jelmer Vernooij
Author Date: 2023-04-19 17:51:13 UTC

Switch to relative imports with abs2rel

fix-iterobjects-subset 2023-04-06 13:26:18 UTC
Fix ``ObjectStore.iterobjects_subset()`` when hex shas are passed for objects...

Author: Jelmer Vernooij
Author Date: 2023-04-06 13:26:18 UTC

Fix ``ObjectStore.iterobjects_subset()`` when hex shas are passed for objects that live in packs.

Fixes #1166

handle-missing 2023-04-05 19:06:15 UTC
Handle missing object

Author: Jelmer Vernooij
Author Date: 2023-04-05 19:06:15 UTC

Handle missing object

init-branch 2023-03-20 17:58:34 UTC
Support init.defaultBranch config option

Author: Jelmer Vernooij
Author Date: 2023-03-20 13:01:33 UTC

Support init.defaultBranch config option

git-protocol-error 2023-03-15 18:10:08 UTC
Make sure GitProtocolError's first argument is a string

Author: Jelmer Vernooij
Author Date: 2023-03-15 18:10:08 UTC

Make sure GitProtocolError's first argument is a string

memory-repo-fetch-fix 2023-03-13 23:54:55 UTC
Fix fetching into MemoryRepo

Author: Jelmer Vernooij
Author Date: 2023-03-13 23:54:55 UTC

Fix fetching into MemoryRepo

Fixes #1157

git-file-close-warn 2023-03-13 20:25:12 UTC
Warn when _GitFile is not closed

Author: Jelmer Vernooij
Author Date: 2023-03-13 20:25:12 UTC

Warn when _GitFile is not closed

pyproject 2023-03-08 16:56:22 UTC
Convert setup.cfg to pyproject.toml

Author: Jelmer Vernooij
Author Date: 2023-03-08 16:56:22 UTC

Convert setup.cfg to pyproject.toml

disperse-action 2023-02-28 00:59:55 UTC
Use disperse action

Author: Jelmer Vernooij
Author Date: 2023-02-28 00:59:55 UTC

Use disperse action

disperse-validate-action 2023-02-28 00:51:38 UTC
Use disperse validate action.

Author: Jelmer Vernooij
Author Date: 2023-02-28 00:51:38 UTC

Use disperse validate action.

object-refactoring 2023-02-27 23:47:58 UTC
Fix typing.

Author: Jelmer Vernooij
Author Date: 2023-02-27 23:35:46 UTC

Fix typing.

codespell 2023-02-27 23:34:06 UTC
Run codespel.

Author: Jelmer Vernooij
Author Date: 2023-02-27 23:34:06 UTC

Run codespel.

move-switch-readme 2023-02-05 23:03:55 UTC
Move swift README to contrib directory.

Author: Jelmer Vernooij
Author Date: 2023-02-05 23:03:55 UTC

Move swift README to contrib directory.

teyit 2023-02-01 12:58:20 UTC
reformatted dulwich/tests/test_client.py

Author: Jelmer Vernooij
Author Date: 2023-02-01 12:58:20 UTC

reformatted dulwich/tests/test_client.py
All done! 1 reformatted, 46 left unchanged

isort 2023-01-31 20:00:18 UTC
Access Commit._extra rather than deprecated Commit.extra

Author: Jelmer Vernooij
Author Date: 2023-01-31 20:00:18 UTC

Access Commit._extra rather than deprecated Commit.extra

commit-extra 2023-01-31 20:00:18 UTC
Access Commit._extra rather than deprecated Commit.extra

Author: Jelmer Vernooij
Author Date: 2023-01-31 20:00:18 UTC

Access Commit._extra rather than deprecated Commit.extra

objects-refactoring 2023-01-25 20:53:28 UTC
Factor out format_event/parse_event functions.

Author: Jelmer Vernooij
Author Date: 2023-01-25 18:34:43 UTC

Factor out format_event/parse_event functions.

find-missing-objects 2023-01-25 19:28:33 UTC
Reintroduce find_missing_objects, since hg-git relies on it.

Author: Jelmer Vernooij
Author Date: 2023-01-25 08:17:23 UTC

Reintroduce find_missing_objects, since hg-git relies on it.

deprecate-extra 2023-01-25 19:26:16 UTC
Deprecate Commit.extra.

Author: Jelmer Vernooij
Author Date: 2023-01-25 19:26:16 UTC

Deprecate Commit.extra.

event 2023-01-25 18:39:48 UTC
Add separate Event object.

Author: Jelmer Vernooij
Author Date: 2023-01-25 18:39:48 UTC

Add separate Event object.

0.21-fixes 2023-01-25 08:17:23 UTC
Reintroduce find_missing_objects, since hg-git relies on it.

Author: Jelmer Vernooij
Author Date: 2023-01-25 08:17:23 UTC

Reintroduce find_missing_objects, since hg-git relies on it.

sec-policy 2023-01-25 08:15:11 UTC
Update security policy now that 0.21.X is out.

Author: Jelmer Vernooij
Author Date: 2023-01-25 08:15:11 UTC

Update security policy now that 0.21.X is out.

worktreeconfig 2023-01-23 02:26:25 UTC
Add support for worktreeconfig extension

Author: Jelmer Vernooij
Author Date: 2023-01-23 01:50:28 UTC

Add support for worktreeconfig extension

unstable 2023-01-18 23:22:50 UTC
releasing package dulwich version 0.21.2-1

Author: Jelmer Vernooij
Author Date: 2023-01-18 23:22:50 UTC

releasing package dulwich version 0.21.2-1

pristine-tar 2023-01-18 23:22:01 UTC
pristine-tar data for dulwich_0.21.2.orig.tar.gz

Author: Jelmer Vernooij
Author Date: 2023-01-18 23:22:01 UTC

pristine-tar data for dulwich_0.21.2.orig.tar.gz

pack-windows 2023-01-18 21:33:42 UTC
Update NEWS.

Author: Jelmer Vernooij
Author Date: 2023-01-18 21:33:28 UTC

Update NEWS.

inline-move-in-pack 2023-01-18 19:26:59 UTC
Inline _move_in_pack, only used once.

Author: Jelmer Vernooij
Author Date: 2023-01-18 19:26:59 UTC

Inline _move_in_pack, only used once.

various 2023-01-18 02:43:05 UTC
Make ObjectStore._move_in_pack private, don't reopen files.

Author: Jelmer Vernooij
Author Date: 2023-01-18 02:43:05 UTC

Make ObjectStore._move_in_pack private, don't reopen files.

complete-thin-pack 2023-01-17 20:36:17 UTC
Factor out common _complete_thin_pack.

Author: Jelmer Vernooij
Author Date: 2023-01-17 20:36:17 UTC

Factor out common _complete_thin_pack.

peeled-tags 2023-01-17 19:17:21 UTC
Factor out serialize_refs.

Author: Jelmer Vernooij
Author Date: 2023-01-17 19:08:02 UTC

Factor out serialize_refs.

inline-get-object-at 2023-01-17 18:13:59 UTC
Inline get_object_at.

Author: Jelmer Vernooij
Author Date: 2023-01-16 02:26:07 UTC

Inline get_object_at.

extend-pack 2023-01-17 17:38:41 UTC
Specify max_size to SpooledTemporaryFile, factor out extend_pack.

Author: Jelmer Vernooij
Author Date: 2023-01-17 13:27:12 UTC

Specify max_size to SpooledTemporaryFile, factor out extend_pack.

news-0.21.0 2023-01-16 18:46:07 UTC
Whoops. Retroactively populate NEWS for 0.21.0

Author: Jelmer Vernooij
Author Date: 2023-01-16 18:46:07 UTC

Whoops. Retroactively populate NEWS for 0.21.0

pack-index-v3 2023-01-15 21:26:52 UTC
Initial work on pack index v3.

Author: Jelmer Vernooij
Author Date: 2023-01-15 21:26:52 UTC

Initial work on pack index v3.

pack-fixes-2 2023-01-15 20:31:42 UTC
pass along progress function in a few more cases

Author: Jelmer Vernooij
Author Date: 2023-01-15 20:31:42 UTC

pass along progress function in a few more cases

pack-fixes 2023-01-15 18:27:20 UTC
Cope with Protocol not being available on Python 3.8

Author: Jelmer Vernooij
Author Date: 2023-01-15 18:14:04 UTC

Cope with Protocol not being available on Python 3.8

factor-missing-obj-finder 2023-01-14 02:13:51 UTC
Factor out MissingObjectStore.

Author: Jelmer Vernooij
Author Date: 2023-01-14 02:13:51 UTC

Factor out MissingObjectStore.

pack-refactor 2023-01-13 19:48:09 UTC
Add more typing.

Author: Jelmer Vernooij
Author Date: 2023-01-13 19:45:33 UTC

Add more typing.

pack-refactoring 2023-01-13 19:48:09 UTC
Add more typing.

Author: Jelmer Vernooij
Author Date: 2023-01-13 19:45:33 UTC

Add more typing.

fix-dep-warning 2023-01-13 19:47:07 UTC
Fix deprecation warning re HTTPResponse.getheader().

Author: Jelmer Vernooij
Author Date: 2023-01-13 19:47:07 UTC

Fix deprecation warning re HTTPResponse.getheader().

object-container-protocol 2023-01-13 19:19:09 UTC
Add protocols for object containers.

Author: Jelmer Vernooij
Author Date: 2023-01-13 13:04:49 UTC

Add protocols for object containers.

avoid-refetch 2023-01-13 18:31:56 UTC
Remove unused get_raw_delta.

Author: Jelmer Vernooij
Author Date: 2023-01-13 13:27:50 UTC

Remove unused get_raw_delta.

even-more-typing 2023-01-04 17:02:29 UTC
One more in lru_cache.

Author: Jelmer Vernooij
Author Date: 2023-01-03 21:12:49 UTC

One more in lru_cache.

more-typing 2023-01-03 20:52:48 UTC
Add more typing

Author: Jelmer Vernooij
Author Date: 2023-01-03 20:46:04 UTC

Add more typing

drop-py36 2022-12-10 17:12:37 UTC
Drop pypy3.9, since it's not available on GitHub actions.

Author: Jelmer Vernooij
Author Date: 2022-12-10 16:53:37 UTC

Drop pypy3.9, since it's not available on GitHub actions.

fix-example-memoryrepo 2022-12-01 18:58:41 UTC
Fix memoryrepop example.

Author: Jelmer Vernooij
Author Date: 2022-12-01 18:58:41 UTC

Fix memoryrepop example.

typing 2022-11-29 16:18:38 UTC
Fix typing.

Author: Jelmer Vernooij
Author Date: 2022-11-29 10:42:54 UTC

Fix typing.

override-env 2022-11-14 17:35:08 UTC
use TestCase.overrideEnv.

Author: Jelmer Vernooij
Author Date: 2022-11-14 17:28:03 UTC

use TestCase.overrideEnv.

missing-content-type 2022-11-11 18:25:06 UTC
Support missing content type.

Author: Jelmer Vernooij
Author Date: 2022-11-11 18:20:55 UTC

Support missing content type.

fix-pure 2022-11-10 15:46:12 UTC
Fix --pure. Fixes #1093

Author: Jelmer Vernooij
Author Date: 2022-11-10 15:46:12 UTC

Fix --pure. Fixes #1093

move-overrideEnv 2022-11-08 22:07:33 UTC
use TestCase.overrideEnv.

Author: Jelmer Vernooij
Author Date: 2022-11-08 20:31:33 UTC

use TestCase.overrideEnv.

fix-apidocs 2022-11-08 20:43:45 UTC
Build API docs with Python 3.10 for now, until pydoctor catches up.

Author: Jelmer Vernooij
Author Date: 2022-11-08 20:43:45 UTC

Build API docs with Python 3.10 for now, until pydoctor catches up.

license-files 2022-10-29 15:59:05 UTC
Set the license_files tag.

Author: Jelmer Vernooij
Author Date: 2022-10-29 15:59:05 UTC

Set the license_files tag.

depth 2022-10-29 15:09:13 UTC
Support depth for local clones.

Author: Jelmer Vernooij
Author Date: 2022-10-27 17:58:19 UTC

Support depth for local clones.

aiohttp-simpler 2022-10-28 17:36:39 UTC
Add dulwich.aiohttp.

Author: Jelmer Vernooij
Author Date: 2022-10-28 14:04:43 UTC

Add dulwich.aiohttp.

1100 of 155 results

Other repositories

Name Last Modified
lp:dulwich 2024-05-18
lp:~jelmer/dulwich 2020-06-25
lp:~roguescholar/dulwich/+git/packaging 2020-01-15
13 of 3 results
You can't create new repositories for Dulwich.