Jelmer Vernooij 4265383895 Add 'flakes' target invoking pyflakes, and fix some pyflakes warnings. 11 years ago
..
tests 4265383895 Add 'flakes' target invoking pyflakes, and fix some pyflakes warnings. 11 years ago
__init__.py 4c1353099e Start on 0.9.7. 11 years ago
_diff_tree.c 3cd646b2bf Fix unnecessary incref of Py_False. 11 years ago
_objects.c cb5fd3bd75 _objects.c: Cope with sha_to_pyhex returning NULL. 13 years ago
_pack.c d539e8b31a _pack.c: Check for NULL return from Py_BuildValue. 13 years ago
client.py a0343b4fbd Don't wait for EOF in _handle_receive_pack_tail 11 years ago
config.py 9a4001c460 Use collections.MutableMapping instead of UserDict.DictMixin 11 years ago
diff_tree.py 8914c3457f Use io.BytesIO rather than cStringIO. 11 years ago
errors.py c42e47b57c Update some copyright headers. 12 years ago
fastexport.py eb603df9ad Remove long lines. 11 years ago
file.py 4265383895 Add 'flakes' target invoking pyflakes, and fix some pyflakes warnings. 11 years ago
greenthreads.py 7445fc9c9e Add dulwich.greenthreads module. 11 years ago
hooks.py c42e47b57c Update some copyright headers. 12 years ago
index.py 4265383895 Add 'flakes' target invoking pyflakes, and fix some pyflakes warnings. 11 years ago
log_utils.py 998f9b52e9 Add logging utilities and server logging. 15 years ago
lru_cache.py c6453c6d42 Use int division `//` insted of float division `/`. 11 years ago
object_store.py 6deecb549a Make next methods available as __next__. 11 years ago
objects.py 4265383895 Add 'flakes' target invoking pyflakes, and fix some pyflakes warnings. 11 years ago
objectspec.py 08640c1f73 Add `dulwich.objectspec`. 11 years ago
pack.py c6453c6d42 Use int division `//` insted of float division `/`. 11 years ago
patch.py 5d66fbea9d Use email.parser rather than rfc822. 11 years ago
porcelain.py 0706c4861c Move logic for creating blog from path to dulwich.index. 11 years ago
protocol.py b9c428522c In Protocol.read_pkt_line, assert the length of the data read matches the length prefix. 11 years ago
refs.py 70ea9dd73c Use next(iter) instead of iter.next() 11 years ago
repo.py 4265383895 Add 'flakes' target invoking pyflakes, and fix some pyflakes warnings. 11 years ago
server.py 4265383895 Add 'flakes' target invoking pyflakes, and fix some pyflakes warnings. 11 years ago
stdint.h ceef219db1 setup.py build_ext now works with MSVC; added "special" header stdint.h (MSVC lacks it). 16 years ago
walk.py 6deecb549a Make next methods available as __next__. 11 years ago
web.py 8914c3457f Use io.BytesIO rather than cStringIO. 11 years ago