Jelmer Vernooij
|
a13d5d7c77
Raise more useful error messages when unable to access repositories over SSH, subprocess.
|
6 years ago |
Jelmer Vernooij
|
b25bc4984d
Fix arguments to setup.py - summary doesn't exist.
|
6 years ago |
Jelmer Vernooij
|
c1f0864671
Avoid setup.cfg for now, since it seems to break pypi. Fixes #658
|
6 years ago |
Jelmer Vernooij
|
7a06e3055e
Remove unused import, fix style.
|
6 years ago |
Jelmer Vernooij
|
58c3190da2
Fix tests on Python 3.
|
6 years ago |
Jelmer Vernooij
|
efbd433b28
Merge branch 'bugfix/http-client-gzip-responses' of git://github.com/olasd/dulwich
|
6 years ago |
Jelmer Vernooij
|
343c22a809
Fix style.
|
6 years ago |
Nicolas Dandrimont
|
29d52070a1
Don't double-decompress gzipped HTTP responses
|
6 years ago |
Jelmer Vernooij
|
03b9e87536
Raise exception when a caller tries to fetch SHA1s that are not in any refs.
|
6 years ago |
Jelmer Vernooij
|
f699cfb5c8
Use constant for ANNOTATED_TAG_SUFFIX.
|
6 years ago |
Jelmer Vernooij
|
6cd85b535d
Add check_wants.
|
6 years ago |
Jelmer Vernooij
|
76ea02025e
Fix compatibility with newer versions of git, which expect CONTENT_LENGTH to be set to 0 for empty body requests.
|
6 years ago |
Jelmer Vernooij
|
e972ed210f
Drop travis build on python 3.5-dev.
|
6 years ago |
Jelmer Vernooij
|
151713c11a
Remove unused variable.
|
6 years ago |
Jelmer Vernooij
|
d27ac8c6e4
Allow username and password to be overridden in calls to HttpGitClient.from_parsed_url. #654
|
6 years ago |
Jelmer Vernooij
|
7d352daf79
Merge fix for handling of stderr/stdout on pythonw.
|
6 years ago |
Jelmer Vernooij
|
c6fd24506f
Replace / with \ on windows.
|
6 years ago |
Sylvia van Os
|
45d32aafda
Fix Python 2
|
6 years ago |
Sylvia van Os
|
3f2a19e025
Switch test to other function
|
6 years ago |
Sylvia van Os
|
0da5d5629f
Add test for automatic pythonw fallback of outstream/errstream
|
6 years ago |
Sylvia van Os
|
3de8957b9f
Add fallback for unavailable stdout/stderr
|
6 years ago |
Jelmer Vernooij
|
1d74b7ac14
Start on 0.19.7.
|
6 years ago |
Jelmer Vernooij
|
1efdedd60f
Release 0.19.6
|
6 years ago |
Jelmer Vernooij
|
f9741b2502
Update NEWS.
|
6 years ago |
Jelmer Vernooij
|
1d1d8a128d
Update AUTHORS.
|
6 years ago |
Jelmer Vernooij
|
e924e8bdfb
Merge fix for custom auth parameters for dulwich.porcelain.clone.
|
6 years ago |
semyon-slepov
|
6e312bd512
Fix style (long line)
|
6 years ago |
semyon-slepov
|
5c90fcd853
Pass optional arguments to fetch() while cloning
|
6 years ago |
Jelmer Vernooij
|
f242e36ba6
Avoid use of urllib2.splituser (removed in python 3.8).
|
6 years ago |
Jelmer Vernooij
|
40a7495218
Don't run greenlet-based tests on 3.7/3.8-dev.
|
6 years ago |