Jelmer Vernooij
|
2e85b2caa3
Fix get_summary on python3.
|
6 лет назад |
Boris Feld
|
3987785798
Update diff header index line
|
6 лет назад |
Boris Feld
|
b45b784063
Do not use /dev/null in the "git diff" header line
|
6 лет назад |
Boris Feld
|
29a9f82cb2
Update git diff mode extended header line
|
6 лет назад |
Jelmer Vernooij
|
4c9b0aa6ae
Update my email address. jelmer@samba.org => jelmer@jelmer.uk.
|
7 лет назад |
Jelmer Vernooij
|
326c4f90e7
Fix spelling of my surname.
|
8 лет назад |
Taras Postument
|
be0f49aeea
fix unified_diff implementation for issue #543
|
8 лет назад |
Jelmer Vernooij
|
fcfe46d9e0
Fix all flake8 style issues.
|
8 лет назад |
Jelmer Vernooij
|
0710142881
Some style fixes.
|
8 лет назад |
Jelmer Vernooij
|
f2a09e7977
Update header to reflect that license is now Apachev2 or GNU GPLv2+.
|
9 лет назад |
Jelmer Vernooij
|
7a9d4d707e
Drop support for python 2.6.
|
9 лет назад |
Jelmer Vernooij
|
8d2aa7614f
Support python3 in dulwich.patch.
|
10 лет назад |
Jelmer Vernooij
|
65b73d633b
Use bytes in remaining test_patch code.
|
10 лет назад |
Jelmer Vernooij
|
d8ff908938
skip test on python2.6, where email.parser.Parser.parsestr() misbehaves.
|
10 лет назад |
Jelmer Vernooij
|
b565842244
Support python3 in git_am_patch_split.
|
10 лет назад |
Jelmer Vernooij
|
6b389d15a1
Support Python3 in write_commit_patch.
|
10 лет назад |
Gary van der Merwe
|
dbd8494de8
Skip tests in python3 that fail (most of them :-()
|
11 лет назад |
Jelmer Vernooij
|
3ff41893bb
Reintroduce Python2.6 support.
|
11 лет назад |
Jelmer Vernooij
|
1cd3d56f66
Add 'flakes' target invoking pyflakes, and fix some pyflakes warnings.
|
11 лет назад |
Gary van der Merwe
|
17b8807913
Use io.BytesIO rather than cStringIO.
|
11 лет назад |
Gary van der Merwe
|
5e19901e63
Apply lib2to3.fixes.fix_numliterals
|
11 лет назад |
Jelmer Vernooij
|
2d3a438aaf
Update NEWS, provide way to force diffing of binary files.
|
12 лет назад |
Takeshi Kanemoto
|
8a0f3449b6
Added tests for write_object_diff with binary files
|
13 лет назад |
Jelmer Vernooij
|
5c36d5f3e9
Use TestCase.assertEqual rather than TestCase.assertEquals.
|
14 лет назад |
Jelmer Vernooij
|
d019907b2d
Drop support for testtools, instead depend on python >= 2.7 or unittest2.
|
14 лет назад |
Jelmer Vernooij
|
f1c47c2720
Add more tests for write_object_diff, NEWS entry.
|
15 лет назад |
Jelmer Vernooij
|
373e28133d
Add submodule support in write_tree_diff.
|
15 лет назад |
Jelmer Vernooij
|
bec706e68e
Add test for write_tree_diff with a submodule.
|
15 лет назад |
Jelmer Vernooij
|
1f02a13f81
Fix order of parameters to Tree.add.
|
15 лет назад |
Dave Borowitz
|
33300a9959
Use diff_tree.tree_changes for BaseObjectStore.tree_changes.
|
15 лет назад |