Commit History

Author SHA1 Message Date
  Tay Ray Chuan 9eb55f1c94 test_object_store.PackBasedObjectStoreTests: close packs 14 years ago
  Tay Ray Chuan f1c2c06daf object_store.DiskObjectStore.move_in_thin_pack: close temp pack 14 years ago
  Tay Ray Chuan f9faace0d4 pack.FilePackIndex: close mmap object 14 years ago
  Tay Ray Chuan 9f9e5eba36 pack.FilePackIndex: use self._file instead of file parameter 14 years ago
  Tay Ray Chuan ae8d2e3201 pack.PackIndex: de-duplicate __iter__ implementation 14 years ago
  Jelmer Vernooij 1e451374e7 Makefile: add check-nocompat target. 14 years ago
  Jelmer Vernooij d27bd9c529 dulwich.tests.compat: Fix rest syntax problems in module docstrings. 14 years ago
  Jelmer Vernooij e46d3b3a75 testr: Allow id list files (fixes parallel runs). 14 years ago
  Jelmer Vernooij 7c59b4bdb6 tests: Run compat tests from "normal" testsuite, but skip if C git was not 14 years ago
  Jelmer Vernooij 4b53f72dd3 compat-tests: Always use dulwich.tests.TestCase rather than unittest.TestCase. 14 years ago
  Jelmer Vernooij 98873dd78f Support running compatibility tests without discovery. 14 years ago
  Jelmer Vernooij 5aa3160ea9 Replace :yield: with :return: as the former is not standard rest. 14 years ago
  Tay Ray Chuan 67aa7550af _diff_tree.c: fix Py_SIZE implementation for python 2.5.x users 14 years ago
  Tay Ray Chuan 5e9eaccf74 tests/__init__.py: put keyword-arguments before *args 14 years ago
  Jelmer Vernooij 61c9a751f4 Rename dulwich.misc => dulwich._compat. 14 years ago
  Jelmer Vernooij f137f01161 Fix unitialised variable, trivial formatting issues. 14 years ago
  Dave Borowitz b4f4f4d174 diff_tree: Add find_copies_harder to consider unmodified files. 14 years ago
  Dave Borowitz e758441172 diff_tree: C implementation of count_blocks. 14 years ago
  Dave Borowitz b1a62d37db Use ext_functest_builder for existing extension tests. 14 years ago
  Dave Borowitz d6037f29a7 tests/utils: Add builder functions to make C extension tests. 14 years ago
  Dave Borowitz 20ab821ca4 diff_tree: Use hashcodes as block keys instead of strings. 14 years ago
  Dave Borowitz ae5aec239d diff_tree: Optimize _count_blocks inner loop. 14 years ago
  Dave Borowitz 8599f045fd diff_tree: Consider dissimilar modifies to be delete/add pairs. 14 years ago
  Dave Borowitz 1d0470cc6b diff_tree: C implementation of _merge_entries. 14 years ago
  Dave Borowitz fedecd5f3f diff_tree: C implementation of _is_tree. 14 years ago
  Dave Borowitz 829fd9131c diff_tree: Factor out _is_tree function for TreeEntry objects. 14 years ago
  Dave Borowitz 7a441cd403 diff_tree: Add optional max_files limit for content rename detection. 14 years ago
  Dave Borowitz 2c78f504f5 diff_tree: Simple content-based rename detection. 14 years ago
  Dave Borowitz 77e728e08d test_diff_tree: Allow passing SHAs to commit_tree. 14 years ago
  Dave Borowitz e4b76afeef diff_tree: RenameDetector with exact rename detection. 14 years ago