Gary van der Merwe d6071579d5 Don't use ConfigParser(allow_no_value=True) as it's not supported on Python2.6 10 years ago
..
contrib d6071579d5 Don't use ConfigParser(allow_no_value=True) as it's not supported on Python2.6 10 years ago
tests 72e5a5682c Fix version check. 10 years ago
__init__.py 511cb127f9 Start on 0.9.8. 11 years ago
_compat.py 27b20e377b Reintroduce Python2.6 support. 11 years ago
_diff_tree.c 3d2e49ae41 py3k: These need to return a value since in Py3k they're no longer void 11 years ago
_objects.c 3d2e49ae41 py3k: These need to return a value since in Py3k they're no longer void 11 years ago
_pack.c d539e8b31a _pack.c: Check for NULL return from Py_BuildValue. 13 years ago
client.py 5d994163ef Strip newline from final ACKed SHA while fetching packs. 11 years ago
config.py 27b20e377b Reintroduce Python2.6 support. 11 years ago
diff_tree.py a34503994d Fix logic for extra adds of identical files. 11 years ago
errors.py c42e47b57c Update some copyright headers. 11 years ago
fastexport.py eb603df9ad Remove long lines. 11 years ago
file.py f6283abd86 Close file objects. 11 years ago
greenthreads.py 7445fc9c9e Add dulwich.greenthreads module. 11 years ago
hooks.py 2114bdfa80 Fixed wrong string formatting call 11 years ago
index.py 74ff79dc60 Split out build_file_from_blob. 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 e2ee26ab7c Update NEWS, add check for validity of shas passed to GraphWalker.ack. 11 years ago
objects.py 38800102d1 Add ShaFile.copy() 11 years ago
objectspec.py 08640c1f73 Add `dulwich.objectspec`. 11 years ago
pack.py 29ab7efd69 Limit delta copy length to 64K. 11 years ago
patch.py 5d66fbea9d Use email.parser rather than rfc822. 11 years ago
porcelain.py 30b14a67ff Add tag_delete porcelain. 11 years ago
protocol.py 27b20e377b Reintroduce Python2.6 support. 11 years ago
refs.py 220ec30ca6 Add porcelain for branch delete/list/create. 11 years ago
repo.py 692aa9914a Use with statement rather than try: finaly: x.close(). 11 years ago
server.py c2fd0a245f Shallow is supported; update docstring. 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 2b721b6b86 py3k: Go through all uses of itertools and make them work on py3k 11 years ago
web.py 27b20e377b Reintroduce Python2.6 support. 11 years ago