Jelmer Vernooij
|
f6faf9e187
Upgrade to python 3.7.
|
2 éve |
Jelmer Vernooij
|
08c3505747
Fix typing.
|
2 éve |
Jelmer Vernooij
|
6266df34af
Reformat with black.
|
4 éve |
Jelmer Vernooij
|
4fa76cfe2e
Fix more types not compatible with py3.5.
|
4 éve |
Jelmer Vernooij
|
de12f39702
Fix formatting.
|
5 éve |
Jelmer Vernooij
|
2f933bd334
Enable type checking.
|
5 éve |
Jelmer Vernooij
|
713d9e312b
Provide symrefs in server. Fixes #485
|
7 éve |
Jelmer Vernooij
|
e5f6eb1ebd
Some style fixes.
|
8 éve |
Jelmer Vernooij
|
8c35904821
Update header to reflect that license is now Apachev2 or GNU GPLv2+.
|
8 éve |
Jelmer Vernooij
|
8eb37d3b44
Update NEWS, README.md to reflect fixing of #295.
|
9 éve |
Jelmer Vernooij
|
9419880cb7
Use assertIn / assertNotIn for easier debugging.
|
9 éve |
Mike Edgar
|
d671b3f0aa
fix off-by-one depth bug in serving shallow clones
|
10 éve |
Tommy Yu
|
b3445db891
Fix handling of 'done' in graph walker and implement the 'no-done' capability. (#88)
|
10 éve |
Jelmer Vernooij
|
5b7d9ba2ca
Fix server compat tests on python3 for plain TCP server.
|
10 éve |
Gary van der Merwé
|
f64c6342d1
Skip test.compat.test_web on windows, as it is broken, and takes a very long time to fail.
|
10 éve |
Jelmer Vernooij
|
27b20e377b
Reintroduce Python2.6 support.
|
10 éve |
Gary van der Merwe
|
f6283abd86
Close file objects.
|
11 éve |
Jelmer Vernooij
|
4265383895
Add 'flakes' target invoking pyflakes, and fix some pyflakes warnings.
|
11 éve |
Gary van der Merwe
|
2fd68981c9
Remove ShutdownServerMixIn now that we don't support 2.4 & 2.5.
|
11 éve |
Dave Borowitz
|
42ee8312e2
Add tests for shallow
|
15 éve |
Jelmer Vernooij
|
d80294d93a
Skip remove branch test for dumb web case.
|
11 éve |
Gary van der Merwe
|
0f0a6f4ba3
Log all error messages from wsgiref server to the logging module. This makes the test suit quiet again.
|
12 éve |
David Blewett
|
88d4a8aae3
Added WSGI middleware to handle transparent gzip decoding
|
13 éve |
Jelmer Vernooij
|
63b947f4c3
tests: Use .addCleanup in a couple more places.
|
13 éve |
Jelmer Vernooij
|
bb2a51f74d
Drop support for testtools, instead depend on python >= 2.7 or unittest2.
|
13 éve |
Jelmer Vernooij
|
d1ca432dd8
Fix running of dulwich.tests.compat.test_web.
|
14 éve |
Jelmer Vernooij
|
aebc355dd9
Use absolute imports everywhere.
|
14 éve |
Jelmer Vernooij
|
0bc9928b33
Cleanup some imports.
|
14 éve |
Jelmer Vernooij
|
d27bd9c529
dulwich.tests.compat: Fix rest syntax problems in module docstrings.
|
14 éve |
Dave Borowitz
|
9dd2b211c8
Compat tests for servers with and without side-band-64k.
|
15 éve |