| .. |
|
tests
|
040fd2e125
Fix octal number literals.
|
hace 11 años |
|
__init__.py
|
5968f36fe3
Start on 0.9.7.
|
hace 11 años |
|
_diff_tree.c
|
6b095a3c96
py3k: These need to return a value since in Py3k they're no longer void
|
hace 11 años |
|
_objects.c
|
6b095a3c96
py3k: These need to return a value since in Py3k they're no longer void
|
hace 11 años |
|
_pack.c
|
adb1c17474
_pack.c: Check for NULL return from Py_BuildValue.
|
hace 13 años |
|
client.py
|
c4c1fec37b
Add pep8 make target and fix some pep8ness.
|
hace 11 años |
|
config.py
|
c4c1fec37b
Add pep8 make target and fix some pep8ness.
|
hace 11 años |
|
diff_tree.py
|
57e38e1c18
Alter itertools import statement so that 2to3 fixes it.
|
hace 11 años |
|
errors.py
|
9fa96ab8af
Update some copyright headers.
|
hace 12 años |
|
fastexport.py
|
e970658544
Remove long lines.
|
hace 11 años |
|
file.py
|
1cd3d56f66
Add 'flakes' target invoking pyflakes, and fix some pyflakes warnings.
|
hace 11 años |
|
greenthreads.py
|
757f843f6e
Add dulwich.greenthreads module.
|
hace 11 años |
|
hooks.py
|
9fa96ab8af
Update some copyright headers.
|
hace 12 años |
|
index.py
|
4d2cc9c47e
index: Fix IndexEntry to not include name.
|
hace 11 años |
|
log_utils.py
|
5a040fafc4
Add logging utilities and server logging.
|
hace 15 años |
|
lru_cache.py
|
732581b2be
Use int division `//` insted of float division `/`.
|
hace 11 años |
|
object_store.py
|
eedce5a1af
Merge branch 'py3k' of git://github.com/Ormod/dulwich
|
hace 11 años |
|
objects.py
|
c4c1fec37b
Add pep8 make target and fix some pep8ness.
|
hace 11 años |
|
objectspec.py
|
6fda120f8d
Add `dulwich.objectspec`.
|
hace 12 años |
|
pack.py
|
57e38e1c18
Alter itertools import statement so that 2to3 fixes it.
|
hace 11 años |
|
patch.py
|
8a9ca887f4
Use email.parser rather than rfc822.
|
hace 11 años |
|
porcelain.py
|
d63c9b1ae7
Move logic for creating blog from path to dulwich.index.
|
hace 11 años |
|
protocol.py
|
2fab9aa3ce
In Protocol.read_pkt_line, assert the length of the data read matches the length prefix.
|
hace 11 años |
|
refs.py
|
a1374fa4a1
Use next(iter) instead of iter.next()
|
hace 11 años |
|
repo.py
|
1cd3d56f66
Add 'flakes' target invoking pyflakes, and fix some pyflakes warnings.
|
hace 11 años |
|
server.py
|
1cd3d56f66
Add 'flakes' target invoking pyflakes, and fix some pyflakes warnings.
|
hace 11 años |
|
stdint.h
|
ff8aef4422
setup.py build_ext now works with MSVC; added "special" header stdint.h (MSVC lacks it).
|
hace 16 años |
|
walk.py
|
424b7f0d2a
py3k: Go through all uses of itertools and make them work on py3k
|
hace 11 años |
|
web.py
|
e7e8844148
web: don't echo back invalid service names
|
hace 11 años |