| .. |
|
tests
|
5e44172277
Add make_object and make_commit convenience functions to test utils.
|
16 gadi atpakaļ |
|
__init__.py
|
a56aa04739
Mark current version as 0.5.1.
|
16 gadi atpakaļ |
|
_objects.c
|
8db9444ba8
Correctly avoid parsing ShaFiles with fixed SHAs when calling sha().
|
16 gadi atpakaļ |
|
_pack.c
|
95e9d52834
Allow delta's to be chunked as well.
|
16 gadi atpakaļ |
|
client.py
|
3f297445ad
Merge pack protocol receiver fix.
|
16 gadi atpakaļ |
|
errors.py
|
dbc9d9629d
Change check() methods in pack.py to raise rather than return bools.
|
16 gadi atpakaļ |
|
fastexport.py
|
9f958417f6
Fix fastexport commit exporter, add test.
|
16 gadi atpakaļ |
|
file.py
|
7d02a31d7a
Avoid double close when file has already gone away in abort().
|
16 gadi atpakaļ |
|
index.py
|
f44d9248ce
Add Index.commit.
|
16 gadi atpakaļ |
|
lru_cache.py
|
441071f1e0
Import new lru_cache and tests.
|
16 gadi atpakaļ |
|
misc.py
|
a22a43b5b1
cgi.parse_qs is deprecated in favor of urlparse.parse_qs in python 2.6,
|
16 gadi atpakaļ |
|
object_store.py
|
d987b8a880
Distinguish between ShaFile.from_file and ShaFile.from_path.
|
16 gadi atpakaļ |
|
objects.py
|
47e3826c03
Allow non-os file-like objects passed to ShaFile.from_file.
|
16 gadi atpakaļ |
|
pack.py
|
7ed2a0a70f
Pass external object resolve function rather than full object store to ThinPackData constructor.
|
16 gadi atpakaļ |
|
patch.py
|
4485d13381
Avoid mixing iterators/readline.
|
16 gadi atpakaļ |
|
protocol.py
|
09073f072e
Add ReceivableProtocol that supports recv() as well as read().
|
16 gadi atpakaļ |
|
repo.py
|
3fda9ff877
Add __setitem__ to DictRefsContainer.
|
16 gadi atpakaļ |
|
server.py
|
ffa5d09204
Merge Dave, highlights:
|
16 gadi atpakaļ |
|
stdint.h
|
9426d78db3
setup.py build_ext now works with MSVC; added "special" header stdint.h (MSVC lacks it).
|
16 gadi atpakaļ |
|
web.py
|
a22eb8f17a
Make the server decode a pack as it streams.
|
16 gadi atpakaļ |