| .. |
|
tests
|
f12ed50447
Add make_object and make_commit convenience functions to test utils.
|
15 лет назад |
|
__init__.py
|
5c70b330a8
Mark current version as 0.5.1.
|
16 лет назад |
|
_objects.c
|
7ad8df2265
Correctly avoid parsing ShaFiles with fixed SHAs when calling sha().
|
15 лет назад |
|
_pack.c
|
99efb813f1
Allow delta's to be chunked as well.
|
16 лет назад |
|
client.py
|
1b11868e88
Merge pack protocol receiver fix.
|
16 лет назад |
|
errors.py
|
4d274559f8
Change check() methods in pack.py to raise rather than return bools.
|
15 лет назад |
|
fastexport.py
|
2eef898de1
Fix fastexport commit exporter, add test.
|
15 лет назад |
|
file.py
|
2d2a478324
Avoid double close when file has already gone away in abort().
|
15 лет назад |
|
index.py
|
ee54e5a85e
Add Index.commit.
|
16 лет назад |
|
lru_cache.py
|
60322a234f
Import new lru_cache and tests.
|
16 лет назад |
|
misc.py
|
8463ba02d2
cgi.parse_qs is deprecated in favor of urlparse.parse_qs in python 2.6,
|
16 лет назад |
|
object_store.py
|
8c19f08078
Distinguish between ShaFile.from_file and ShaFile.from_path.
|
15 лет назад |
|
objects.py
|
3fb7e4ac82
Allow non-os file-like objects passed to ShaFile.from_file.
|
15 лет назад |
|
pack.py
|
b1547558b1
Pass external object resolve function rather than full object store to ThinPackData constructor.
|
15 лет назад |
|
patch.py
|
45df55fb27
Avoid mixing iterators/readline.
|
15 лет назад |
|
protocol.py
|
ae10a39c39
Add ReceivableProtocol that supports recv() as well as read().
|
15 лет назад |
|
repo.py
|
b45d665eea
Fixed filename of initial .git/info/exclude
|
15 лет назад |
|
server.py
|
e863ad5838
Merge Dave, highlights:
|
15 лет назад |
|
stdint.h
|
ff8aef4422
setup.py build_ext now works with MSVC; added "special" header stdint.h (MSVC lacks it).
|
16 лет назад |
|
web.py
|
1d16247859
Make the server decode a pack as it streams.
|
15 лет назад |