Historial de Commits

Autor SHA1 Mensaje Fecha
  Gary van der Merwe 395b1460cb Alter itertools import statement so that 2to3 fixes it. hace 11 años
  Jelmer Vernooij f6439d709d Merge branch 'py3k' of git://github.com/Ormod/dulwich hace 11 años
  Jelmer Vernooij 5a4e20d14b Add pep8 make target and fix some pep8ness. hace 11 años
  Hannu Valtonen 2b721b6b86 py3k: Go through all uses of itertools and make them work on py3k hace 11 años
  Gary van der Merwe 8914c3457f Use io.BytesIO rather than cStringIO. hace 11 años
  Jelmer Vernooij 0358c518c6 Drop compatibility function for namedtuple. hace 11 años
  Jelmer Vernooij 1dabfc2542 Remove compatibility code for collections.defaultdict, in preparation of hace 11 años
  Jelmer Vernooij 61d04e418b Fix syntax errors in docstrings. hace 13 años
  Dave Borowitz fd8f3edee3 diff_tree: Factor out a protected _add_change method. hace 14 años
  Dave Borowitz 7c7b732ebb diff_tree: Remove unnecessarily complicated _matches_any_parent. hace 14 años
  Dave Borowitz 0bb1338475 diff_tree: Factor out a few protected methods in RenameDetector. hace 14 años
  Dave Borowitz 3b35b6b7b1 diff_tree: Use built-in defaultdict module correctly. hace 14 años
  Dave Borowitz 1c7cb6c250 diff_tree: Fix add/add and add/exact rename conflicts. hace 14 años
  Dave Borowitz a099aecd6b diff_tree: Do easy copy detection without find_copies_harder. hace 14 años
  Dave Borowitz 753edb2b3b walk: Add option to follow paths across rename/copy. hace 14 años
  Dave Borowitz b005326623 diff_tree: Add rename_detector to tree_changes_for_merge. hace 14 años
  Dave Borowitz ef2583af24 diff_tree: Add rename_detector to tree_changes. hace 14 años
  Dave Borowitz f7b063c999 diff_tree: Add want_unchanged to changes_with_renames. hace 14 años
  Dave Borowitz f1f922d97c diff_tree: Construct RenameDetectors without passing tree SHAs. hace 14 años
  Dave Borowitz e81a7abcdd diff_tree: Add function for getting tree changes for merges. hace 14 años
  Dave Borowitz eff9bff118 diff_tree: Make rename/rewrite threshold constants public. hace 14 años
  Dave Borowitz d0c6630a52 _compat: Inline specific namedtuple instances. hace 14 años
  Jelmer Vernooij 5aa3160ea9 Replace :yield: with :return: as the former is not standard rest. hace 14 años
  Jelmer Vernooij 61c9a751f4 Rename dulwich.misc => dulwich._compat. hace 14 años
  Jelmer Vernooij f137f01161 Fix unitialised variable, trivial formatting issues. hace 14 años
  Dave Borowitz b4f4f4d174 diff_tree: Add find_copies_harder to consider unmodified files. hace 14 años
  Dave Borowitz e758441172 diff_tree: C implementation of count_blocks. hace 14 años
  Dave Borowitz 20ab821ca4 diff_tree: Use hashcodes as block keys instead of strings. hace 14 años
  Dave Borowitz ae5aec239d diff_tree: Optimize _count_blocks inner loop. hace 14 años
  Dave Borowitz 8599f045fd diff_tree: Consider dissimilar modifies to be delete/add pairs. hace 14 años