Gary van der Merwe c74b2bacab Use stderr.splitlines rather than Popen(universal_newlines=True) před 11 roky
..
contrib 081f4f79cf Move the swift backend to dulwich/contrib. před 11 roky
tests c74b2bacab Use stderr.splitlines rather than Popen(universal_newlines=True) před 11 roky
__init__.py ee64fff2a7 Start on 0.9.8. před 11 roky
_diff_tree.c 6b095a3c96 py3k: These need to return a value since in Py3k they're no longer void před 11 roky
_objects.c 6b095a3c96 py3k: These need to return a value since in Py3k they're no longer void před 11 roky
_pack.c adb1c17474 _pack.c: Check for NULL return from Py_BuildValue. před 13 roky
client.py 46f0f95ea3 Make get_transport_and_path return a local client for windows abs paths. před 11 roky
config.py c4c1fec37b Add pep8 make target and fix some pep8ness. před 11 roky
diff_tree.py 53831602b0 Fix logic for extra adds of identical files. před 11 roky
errors.py 9fa96ab8af Update some copyright headers. před 12 roky
fastexport.py e970658544 Remove long lines. před 11 roky
file.py a75f636a22 Close file objects. před 11 roky
greenthreads.py 757f843f6e Add dulwich.greenthreads module. před 11 roky
hooks.py 9fa96ab8af Update some copyright headers. před 12 roky
index.py 4d2cc9c47e index: Fix IndexEntry to not include name. před 11 roky
log_utils.py 5a040fafc4 Add logging utilities and server logging. před 15 roky
lru_cache.py 732581b2be Use int division `//` insted of float division `/`. před 11 roky
object_store.py eedce5a1af Merge branch 'py3k' of git://github.com/Ormod/dulwich před 11 roky
objects.py c4c1fec37b Add pep8 make target and fix some pep8ness. před 11 roky
objectspec.py 6fda120f8d Add `dulwich.objectspec`. před 12 roky
pack.py 0703edd76d For the moment, keep deltification disabled - but add a flag to enable it. před 11 roky
patch.py 8a9ca887f4 Use email.parser rather than rfc822. před 11 roky
porcelain.py 449f1601d1 Add note about using dulwich.diff_tree. před 11 roky
protocol.py 2d3b02c9bb Close files for Protocol objects. před 11 roky
refs.py a1374fa4a1 Use next(iter) instead of iter.next() před 11 roky
repo.py a75f636a22 Close file objects. před 11 roky
server.py 528864d7fa Add porcelain 'daemon'. před 11 roky
stdint.h ff8aef4422 setup.py build_ext now works with MSVC; added "special" header stdint.h (MSVC lacks it). před 16 roky
walk.py 424b7f0d2a py3k: Go through all uses of itertools and make them work on py3k před 11 roky
web.py b75d0d72ee Fix another potential XSS issue, and add test for the previous one. před 11 roky