Jelmer Vernooij 3cb8c30fff Prevent errors about string formatting when tuples are passed. 13 年之前
..
tests 6246843d8f Add test for cloning a repository without a HEAD. 13 年之前
__init__.py 24d78663bf dulwich.__init__ no longer imports client, protocol, repo and 14 年之前
_compat.py e9932b518d _compat: Add implementation of all(). 14 年之前
_diff_tree.c bf42739b62 free_objects may have tried to free uninitialized / NULL pointers 14 年之前
_objects.c eb700910c7 _objects.c: Cope with sha_to_pyhex returning NULL. 13 年之前
_pack.c adb1c17474 _pack.c: Check for NULL return from Py_BuildValue. 13 年之前
client.py 693877aaae Take copy of refs when invoking determine_wants callback. 13 年之前
config.py 624a884c10 Wrote tests for the ConfigDict dict changes 13 年之前
diff_tree.py 89864699ae Fix syntax errors in docstrings. 13 年之前
errors.py 3c99bca078 walk: Raise MissingCommitError instead of KeyError. 14 年之前
fastexport.py c389599efa Implement file change commands in fast import processor. 15 年之前
file.py 64e625679a Kill doctest in dulwich.file. This breaks the epytext parser. 15 年之前
index.py f6f2beb686 Avoid use of 'with' in dulwich.index, fixes compatibility with python < 2.5. 14 年之前
log_utils.py 5a040fafc4 Add logging utilities and server logging. 15 年之前
lru_cache.py 1bdb4630c6 Clean up file headers. 15 年之前
object_store.py 3cb8c30fff Prevent errors about string formatting when tuples are passed. 13 年之前
objects.py 4448a71a51 typo fix 13 年之前
pack.py 32cfa69e59 pack: Avoid assert in a few cases where we want the checks, even if optimizations are enabled. 14 年之前
patch.py f1c47c2720 Add more tests for write_object_diff, NEWS entry. 15 年之前
protocol.py 69a0369bcc protocol: Add simple helper class for parsing a pktline stream. 14 年之前
repo.py 5a91bedb0a Support MemoryRepo.get_config. 13 年之前
server.py ddfc2406cc fixes dulwich issue #54 13 年之前
stdint.h ff8aef4422 setup.py build_ext now works with MSVC; added "special" header stdint.h (MSVC lacks it). 16 年之前
walk.py 89864699ae Fix syntax errors in docstrings. 13 年之前
web.py 9f9c77deab Merge support for fallback_app argument to HTTPGitApplication. 13 年之前