David Borowitz 4bc6f89b0c objects: Add lookup_path method to Tree. 14 лет назад
..
tests c50fc0fd5b walk: Encapsulate walk results in an object. 14 лет назад
__init__.py 65b638efb9 Set version to 0.8.0. 14 лет назад
_compat.py 7fca1b4473 _compat: Inline specific namedtuple instances. 14 лет назад
_diff_tree.c c1c8d0dd7a _diff_tree_.c: Fix double decref of objects module. 14 лет назад
_objects.c a9f7a5862b Fix for bug https://bugs.launchpad.net/dulwich/+bug/794543, where strnlen is defined twice if you're using OS X 10.7 (Lion). 14 лет назад
_pack.c 95e9d52834 Allow delta's to be chunked as well. 15 лет назад
client.py 8749fb2819 Support ~ in git:// URL paths. 14 лет назад
diff_tree.py d519233b3f diff_tree: Make rename/rewrite threshold constants public. 14 лет назад
errors.py 4f3679af6d repo: Raise RefFormatException instead of KeyError on bad refs. 14 лет назад
fastexport.py 55f91d94d0 Implement file change commands in fast import processor. 14 лет назад
file.py 1acb5f1c39 Kill doctest in dulwich.file. This breaks the epytext parser. 14 лет назад
index.py ea4e3748af Fix order of parameters to Tree.add. 14 лет назад
log_utils.py d856df40d9 Add logging utilities and server logging. 15 лет назад
lru_cache.py 0994d0331b Clean up file headers. 15 лет назад
object_store.py 4bc6f89b0c objects: Add lookup_path method to Tree. 14 лет назад
objects.py 4bc6f89b0c objects: Add lookup_path method to Tree. 14 лет назад
pack.py 59835c0ab2 Fix formatting of docstrings for compatibility with pydoctor. 14 лет назад
patch.py 7dec7b20d0 Add more tests for write_object_diff, NEWS entry. 14 лет назад
protocol.py 0b9678e369 Cleanup some imports. 14 лет назад
repo.py a15a3d7d8b Add missing else in repo.__delitem__ 14 лет назад
server.py 1859500e97 Rewrite add_thin_pack to use the fast PackIndexer. 14 лет назад
stdint.h 9426d78db3 setup.py build_ext now works with MSVC; added "special" header stdint.h (MSVC lacks it). 16 лет назад
walk.py c50fc0fd5b walk: Encapsulate walk results in an object. 14 лет назад
web.py 3440200fd0 Rename dulwich.misc => dulwich._compat. 14 лет назад