.. |
tests
|
a69f6a3ae9
Implement ShaFile.__hash__.
|
16 years ago |
__init__.py
|
18a2e04b29
start working on 0.3.4.
|
16 years ago |
_objects.c
|
f4e4efc4a9
Use binascii.{unhexlify,hexlify}. Thanks to Ronny for the hint.
|
16 years ago |
_pack.c
|
f53d5427c1
Fix sentinels.
|
16 years ago |
client.py
|
507af62e54
When there's nothing to push, don't push anything.
|
16 years ago |
errors.py
|
d3cf8696ce
Add proper error message when server hangs up.
|
16 years ago |
index.py
|
56e5499e15
Update docstring for Index.__getitem__.
|
16 years ago |
lru_cache.py
|
441071f1e0
Import new lru_cache and tests.
|
16 years ago |
misc.py
|
e82ea2af53
Fix formatting issues.
|
16 years ago |
object_store.py
|
53f203bd44
close the pack file before renaming (fix a crash on windows)
|
16 years ago |
objects.py
|
3c9897789f
ensure a tree is parsed before calculating its length
|
16 years ago |
pack.py
|
5bed9d2f53
create_delta: correctly write opcode for equal
|
16 years ago |
protocol.py
|
cda85f1468
Provide more complete file-like API to pack write commands, since they need tell().
|
16 years ago |
repo.py
|
3181fba5c9
Don't use just the fact that the objects directory exists.
|
16 years ago |
server.py
|
9dd8340444
Added missing ACK to protocol
|
16 years ago |
stdint.h
|
9426d78db3
setup.py build_ext now works with MSVC; added "special" header stdint.h (MSVC lacks it).
|
16 years ago |