Takeshi Kanemoto c149811093 Make patch.write_object_diff suppress diff for binary files vor 13 Jahren
..
tests 3393eaf6b3 test_client: Put separate tests into their own methods. vor 12 Jahren
__init__.py 6deba6b8f8 Start on 0.9.0 (again). vor 13 Jahren
_compat.py e9932b518d _compat: Add implementation of all(). vor 14 Jahren
_diff_tree.c bf42739b62 free_objects may have tried to free uninitialized / NULL pointers vor 14 Jahren
_objects.c eb700910c7 _objects.c: Cope with sha_to_pyhex returning NULL. vor 13 Jahren
_pack.c adb1c17474 _pack.c: Check for NULL return from Py_BuildValue. vor 13 Jahren
client.py edb7cae0b1 Fix URL handling so that git+ssh:// is treated like git's ssh:// * fixed unit test as well vor 12 Jahren
config.py 140ee06526 Fix PEP8 compatibility of setup.py. vor 12 Jahren
diff_tree.py 89864699ae Fix syntax errors in docstrings. vor 13 Jahren
errors.py 3c99bca078 walk: Raise MissingCommitError instead of KeyError. vor 14 Jahren
fastexport.py c389599efa Implement file change commands in fast import processor. vor 15 Jahren
file.py 64e625679a Kill doctest in dulwich.file. This breaks the epytext parser. vor 15 Jahren
index.py f6f2beb686 Avoid use of 'with' in dulwich.index, fixes compatibility with python < 2.5. vor 14 Jahren
log_utils.py 5a040fafc4 Add logging utilities and server logging. vor 15 Jahren
lru_cache.py 1bdb4630c6 Clean up file headers. vor 15 Jahren
object_store.py f406021421 formatting fixes, trailing whitespace, unused imports. vor 13 Jahren
objects.py bf428621c5 Simplify parsing for multi-line fields. vor 12 Jahren
pack.py fb0dff939c pack: Split testing of large pack index files into separate test. vor 13 Jahren
patch.py c149811093 Make patch.write_object_diff suppress diff for binary files vor 12 Jahren
protocol.py 69a0369bcc protocol: Add simple helper class for parsing a pktline stream. vor 14 Jahren
repo.py 09fe20786e Fix compatibilithy with Python 2.4. vor 13 Jahren
server.py 975ec719ec Protocol does not have a recv attritbue. vor 13 Jahren
stdint.h ff8aef4422 setup.py build_ext now works with MSVC; added "special" header stdint.h (MSVC lacks it). vor 16 Jahren
walk.py 89864699ae Fix syntax errors in docstrings. vor 13 Jahren
web.py 176c40e526 web: Some formatting fixes. vor 12 Jahren