Marcel Schnirring 17d058b8b2 By default file.encoding=None, so .encoding() fails. See https://bugs.python.org/issue32163 vor 7 Jahren
..
contrib bbb18c93b9 Change send_pack argument from generate_pack_contents to generate_pack_data. vor 7 Jahren
tests d1a407e471 Merge branch 'test_commit_marker' of https://github.com/seirl/dulwich vor 7 Jahren
__init__.py 89c981b497 Start on 0.18.7. vor 7 Jahren
_diff_tree.c f3f62888f0 Use Py_hash_t type in Python3; should fix Python3 hash tests. vor 8 Jahren
_objects.c a8b0a0794b Use correct types. vor 8 Jahren
_pack.c b3c2d6da2b Move moduledef to beginning of function. vor 8 Jahren
archive.py 717b55ba04 Line length fixes vor 7 Jahren
client.py bbb18c93b9 Change send_pack argument from generate_pack_contents to generate_pack_data. vor 7 Jahren
config.py 5a8ba757f4 Allow passing in unicode strings to config objects. vor 7 Jahren
diff_tree.py e5f6eb1ebd Some style fixes. vor 8 Jahren
errors.py d74761abde Raise EmptyFileException when empty disk file corruption is detected vor 7 Jahren
fastexport.py 7328aad13e Unify handling of markers. vor 7 Jahren
file.py 82e1350680 Fix formatting. vor 7 Jahren
greenthreads.py 8c35904821 Update header to reflect that license is now Apachev2 or GNU GPLv2+. vor 9 Jahren
hooks.py 9dff752cc6 add cwd parameter to hook vor 7 Jahren
ignore.py 3365e03be1 Pass correct type to config methods. vor 7 Jahren
index.py f6ad47b0da Force IndexEntry for newly assigned index entries. vor 7 Jahren
log_utils.py e5f6eb1ebd Some style fixes. vor 8 Jahren
lru_cache.py 8c35904821 Update header to reflect that license is now Apachev2 or GNU GPLv2+. vor 9 Jahren
object_store.py bbb18c93b9 Change send_pack argument from generate_pack_contents to generate_pack_data. vor 7 Jahren
objects.py d74761abde Raise EmptyFileException when empty disk file corruption is detected vor 7 Jahren
objectspec.py 5296c2cc9f Add dulwich.porcelain.update_head. Fixes #439 vor 8 Jahren
pack.py bbb18c93b9 Change send_pack argument from generate_pack_contents to generate_pack_data. vor 7 Jahren
patch.py 17d058b8b2 By default file.encoding=None, so .encoding() fails. See https://bugs.python.org/issue32163 vor 7 Jahren
porcelain.py 79540cdbfb Start writing reflog entries. vor 7 Jahren
protocol.py 721baa7a20 Fix python3 compatibility. vor 8 Jahren
reflog.py 79540cdbfb Start writing reflog entries. vor 7 Jahren
refs.py f0e73c4769 Fix style. vor 7 Jahren
repo.py 028cfe0811 Fix some style issues so the CI is happy vor 7 Jahren
server.py 6c5eaa1674 Fix style. vor 8 Jahren
stdint.h ceef219db1 setup.py build_ext now works with MSVC; added "special" header stdint.h (MSVC lacks it). vor 16 Jahren
walk.py aa2a305841 Fix all flake8 style issues. vor 8 Jahren
web.py 52f4addb19 Avoid bare except. vor 7 Jahren