Jelmer Vernooij
|
39cca05455
tests/compat: Use addCleanup rather than tearDown in a few more places.
|
14 年之前 |
Jelmer Vernooij
|
89e03106ab
tests/compat: Explicitly raise AssertionError if 'git' returns non-zero; assert can be optimized away.
|
14 年之前 |
Jelmer Vernooij
|
5eaa77eeff
tests/compat: Explicitly raise AssertionError if 'git' returns non-zero; assert can be optimized away.
|
14 年之前 |
Jelmer Vernooij
|
ae6468372b
New upstream release.
|
14 年之前 |
Jelmer Vernooij
|
d11b094f9c
Import upstream version 0.8.1
|
14 年之前 |
Jelmer Vernooij
|
48ae0f9c03
start on 0.8.2.
|
14 年之前 |
Jelmer Vernooij
|
44832e5ffe
start on 0.8.2.
|
14 年之前 |
Jelmer Vernooij
|
f34f412600
release 0.8.1.
|
14 年之前 |
Jelmer Vernooij
|
c126cf2d7b
release 0.8.1.
|
14 年之前 |
Jelmer Vernooij
|
3ea0ef3f98
When replacing strnlen, use a different name to prevent clashing with system strnlen if it does actually exist.
|
14 年之前 |
Jelmer Vernooij
|
58ac8a0c11
When replacing strnlen, use a different name to prevent clashing with system strnlen if it does actually exist.
|
14 年之前 |
Jelmer Vernooij
|
686d1e6cc1
add write_to_{file,path} and from_{file,path} methods to ConfigFile.
|
14 年之前 |
Jelmer Vernooij
|
c2be965809
add write_to_{file,path} and from_{file,path} methods to ConfigFile.
|
14 年之前 |
Jelmer Vernooij
|
eeb7f637fc
Use ConfigFile in Repo.get_config().
|
14 年之前 |
Jelmer Vernooij
|
a577926b69
Use ConfigFile in Repo.get_config().
|
14 年之前 |
Jelmer Vernooij
|
fe30fbe49b
Add stubs for dulwich.config.
|
14 年之前 |
Jelmer Vernooij
|
736ed93691
Add stubs for dulwich.config.
|
14 年之前 |
Jelmer Vernooij
|
13d508e878
Merge patch from Ronny to not compile C extensions when building in pypy.
|
14 年之前 |
Jelmer Vernooij
|
268095a7f6
Merge patch from Ronny to not compile C extensions when building in pypy.
|
14 年之前 |
Ronny Pfannschmidt
|
cc505e5f6a
disable extensions on pypy
|
14 年之前 |
Ronny Pfannschmidt
|
bfc5fd4bab
disable extensions on pypy
|
14 年之前 |
Jelmer Vernooij
|
c42198ba4a
Add 'check-all' target.
|
14 年之前 |
Jelmer Vernooij
|
75e6ae5376
Add 'check-all' target.
|
14 年之前 |
Jelmer Vernooij
|
f8bb6a023e
dulwich.diff_tree: Properly raise TypeError from pure python code.
|
14 年之前 |
Jelmer Vernooij
|
b0f2acbc1a
dulwich.diff_tree: Properly raise TypeError from pure python code.
|
14 年之前 |
Jelmer Vernooij
|
c3a733e489
Add 'check-pypy' rule to Makefile.
|
14 年之前 |
Jelmer Vernooij
|
7a777c89f7
Add 'check-pypy' rule to Makefile.
|
14 年之前 |
Dan Callaghan
|
0ad21cec49
Make sure base class setup method is called for a few tests.
|
14 年之前 |
Dan Callaghan
|
41f57fab55
Make sure base class setup method is called for a few tests.
|
14 年之前 |
Jelmer Vernooij
|
0a8eefabf7
Implement stub Repo.__iter__, so NotImplementedError is raised rather than KeyError.
|
14 年之前 |