提交历史

作者 SHA1 备注 提交日期
  Jelmer Vernooij 2b6271f2a7 Allow extracting raw compressed data from packs. 7 年之前
  Jelmer Vernooij aa2a305841 Fix all flake8 style issues. 7 年之前
  Jelmer Vernooij 85b04f76db Add test for #509 based on snippet posted by Victor Stinner. 8 年之前
  Jelmer Vernooij 8c35904821 Update header to reflect that license is now Apachev2 or GNU GPLv2+. 8 年之前
  William Grant 57ef430c21 Rewrite PackData._follow_chain to iterate rather than recurse. 10 年之前
  Gary van der Merwe 1d4d526b6e Revert "Change the way methods that take a path argument behave." 10 年之前
  Gary van der Merwé 7a02943889 Change the way methods that take a path argument behave. 10 年之前
  Jelmer Vernooij 6117e7b7fe Enable more python3 tests: for walker, pack, missing_obj_finder, diff_tree. 10 年之前
  Gary van der Merwe 2b5d2db596 Port pack to Python3 10 年之前
  Jelmer Vernooij 79d91cf7c8 Raise ApplyDeltaError from dulwich._pack. 10 年之前
  Jelmer Vernooij 15f6c9e592 Merge branch 'cve-0.9.8' 10 年之前
  Jelmer Vernooij b25e839007 Fix buffer overflow in C version of apply_delta(). 10 年之前
  Jelmer Vernooij eeb7ec8773 Enable some more tests on python3. 10 年之前
  Gary van der Merwe 733bde0683 Skip tests in python3 that fail (most of them :-() 10 年之前
  Robert Brown 29ab7efd69 Limit delta copy length to 64K. 10 年之前
  Jelmer Vernooij 3e8246aeaa Add extra check for bytes to read in compute_file_sha. 10 年之前
  Gary van der Merwe 692aa9914a Use with statement rather than try: finaly: x.close(). 11 年之前
  Jelmer Vernooij 1023ae8298 Add tests for encode functions. 11 年之前
  Gary van der Merwe e00ce69f19 Close files for Pack objects. 11 年之前
  Gary van der Merwe 5f93fdf6c5 Use byte literal in test_pack.py so that module can be imported in py3. 11 年之前
  Jelmer Vernooij 4265383895 Add 'flakes' target invoking pyflakes, and fix some pyflakes warnings. 11 年之前
  Gary van der Merwe f642d34e5e Use assertEqual rather than assertEquals as the latter is deprecated. 11 年之前
  Mike Edgar 1673c95aef Fix tests dependent on hash ordering. 11 年之前
  Jelmer Vernooij e4a3bf0350 Update NEWS, fix test. 11 年之前
  Damien Tournoud c823cad860 DeltaChainIterator: fix a corner case where an object is inflated as an object already in the repository. Fixes #135. 11 年之前
  Gary van der Merwe 8914c3457f Use io.BytesIO rather than cStringIO. 11 年之前
  Gary van der Merwe 770937f082 Use range instead of xrange, and list(range()). 11 年之前
  Gary van der Merwe 7514a74041 Change relative imports to absolute. 11 年之前
  Gary van der Merwe 7719284af3 Apply lib2to3.fixes.fix_numliterals 11 年之前
  Gary van der Merwe dbaf169fe2 Apply lib2to3.fixes.fix_except 11 年之前