Marcin Kuzminski fde8216612 fixes dulwich issue #54 13 years ago
..
tests fde8216612 fixes dulwich issue #54 13 years ago
__init__.py b83ecae752 dulwich.__init__ no longer imports client, protocol, repo and 13 years ago
_compat.py 87f2053dd5 _compat: Add implementation of all(). 14 years ago
_diff_tree.c e61520211f free_objects may have tried to free uninitialized / NULL pointers 14 years ago
_objects.c 985888c076 _objects.c: Cope with sha_to_pyhex returning NULL. 13 years ago
_pack.c dd3df654d4 _pack.c: Check for NULL return from Py_BuildValue. 13 years ago
client.py 16a652c8bf client: Fix check for 'report-status' capability. 13 years ago
config.py 5f109a429d Options on the same line as sections in config files are now supported. #920553 13 years ago
diff_tree.py 688d6249e1 diff_tree: Factor out a protected _add_change method. 14 years ago
errors.py 87c62e7eb3 walk: Raise MissingCommitError instead of KeyError. 14 years ago
fastexport.py 55f91d94d0 Implement file change commands in fast import processor. 14 years ago
file.py 1acb5f1c39 Kill doctest in dulwich.file. This breaks the epytext parser. 15 years ago
index.py 9b19538f90 Avoid use of 'with' in dulwich.index, fixes compatibility with python < 2.5. 13 years ago
log_utils.py d856df40d9 Add logging utilities and server logging. 15 years ago
lru_cache.py 0994d0331b Clean up file headers. 15 years ago
object_store.py dab71c528a Fix two pydoctor warnings. 13 years ago
objects.py 7ed321094c objects: Fix default type of Commit.extra. 13 years ago
pack.py 986dc44375 pack: Avoid assert in a few cases where we want the checks, even if optimizations are enabled. 14 years ago
patch.py 7dec7b20d0 Add more tests for write_object_diff, NEWS entry. 14 years ago
protocol.py 293dc4b19e protocol: Add simple helper class for parsing a pktline stream. 14 years ago
repo.py fde8216612 fixes dulwich issue #54 13 years ago
server.py fde8216612 fixes dulwich issue #54 13 years ago
stdint.h 9426d78db3 setup.py build_ext now works with MSVC; added "special" header stdint.h (MSVC lacks it). 16 years ago
walk.py f975ad57b8 Deprecate ``Repo.revision_history`` in favour of ``Repo.get_walker``. 14 years ago
web.py 96992e63b8 removed unused variable 13 years ago