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
|
f550c96636
Remove python3 special casing.
|
10 лет назад |
Mike Williams
|
36b28741b1
Use a block cache in _find_content_rename_candidates().
|
11 лет назад |
Jelmer Vernooij
|
54753309b6
Remove dulwich._py3_compat.
|
11 лет назад |
Gary van der Merwe
|
0fe205c059
Port diff_tree and walk to Python 3
|
11 лет назад |
Jelmer Vernooij
|
6240a4403d
Fix _merge_entries on pypy.
|
11 лет назад |
Jelmer Vernooij
|
ed7cf1bffe
Fall back to the native implementation of _merge_entries on pypy,
|
11 лет назад |
Jelmer Vernooij
|
3b198fd829
Avoid using dulwich._compat for Python3 porting.
|
11 лет назад |
Gary van der Merwe
|
5bdc8095d8
Port the minimal needed to get the test suite to run in python3.
|
11 лет назад |
Robert Brown
|
53831602b0
Fix logic for extra adds of identical files.
|
11 лет назад |
Gary van der Merwe
|
57e38e1c18
Alter itertools import statement so that 2to3 fixes it.
|
11 лет назад |
Jelmer Vernooij
|
eedce5a1af
Merge branch 'py3k' of git://github.com/Ormod/dulwich
|
11 лет назад |
Jelmer Vernooij
|
c4c1fec37b
Add pep8 make target and fix some pep8ness.
|
11 лет назад |
Hannu Valtonen
|
424b7f0d2a
py3k: Go through all uses of itertools and make them work on py3k
|
11 лет назад |
Gary van der Merwe
|
17b8807913
Use io.BytesIO rather than cStringIO.
|
11 лет назад |
Jelmer Vernooij
|
5b4c8a839c
Drop compatibility function for namedtuple.
|
12 лет назад |
Jelmer Vernooij
|
4bfc3b59c8
Remove compatibility code for collections.defaultdict, in preparation of
|
12 лет назад |
Jelmer Vernooij
|
89864699ae
Fix syntax errors in docstrings.
|
13 лет назад |
Dave Borowitz
|
0b158bfdba
diff_tree: Factor out a protected _add_change method.
|
14 лет назад |
Dave Borowitz
|
5c6642f810
diff_tree: Remove unnecessarily complicated _matches_any_parent.
|
14 лет назад |
Dave Borowitz
|
468d27d4c8
diff_tree: Factor out a few protected methods in RenameDetector.
|
14 лет назад |
Dave Borowitz
|
501b32c963
diff_tree: Use built-in defaultdict module correctly.
|
14 лет назад |
Dave Borowitz
|
4369584ba3
diff_tree: Fix add/add and add/exact rename conflicts.
|
14 лет назад |
Dave Borowitz
|
ff3cdfef46
diff_tree: Do easy copy detection without find_copies_harder.
|
14 лет назад |
Dave Borowitz
|
3435eac1f9
walk: Add option to follow paths across rename/copy.
|
14 лет назад |
Dave Borowitz
|
c35ed21f49
diff_tree: Add rename_detector to tree_changes_for_merge.
|
14 лет назад |
Dave Borowitz
|
4ed3f5d0cd
diff_tree: Add rename_detector to tree_changes.
|
14 лет назад |
Dave Borowitz
|
d1a7f6f6f5
diff_tree: Add want_unchanged to changes_with_renames.
|
14 лет назад |
Dave Borowitz
|
ee476e2929
diff_tree: Construct RenameDetectors without passing tree SHAs.
|
14 лет назад |