コミット履歴

作者 SHA1 メッセージ 日付
  Augie Fackler ed3089ee11 pack.create_delta: rename a couple of variables to make the code clearer 11 年 前
  Augie Fackler ca8181a754 pack.create_delta: move encode_size to not be a nested function 11 年 前
  Augie Fackler 61a3664693 pack: enhance docstring on deltify_pack_objects 11 年 前
  Gary van der Merwe e00ce69f19 Close files for Pack objects. 11 年 前
  Gary van der Merwe 395b1460cb Alter itertools import statement so that 2to3 fixes it. 11 年 前
  Jelmer Vernooij f6439d709d Merge branch 'py3k' of git://github.com/Ormod/dulwich 11 年 前
  Jelmer Vernooij 5a4e20d14b Add pep8 make target and fix some pep8ness. 11 年 前
  Hannu Valtonen 2b721b6b86 py3k: Go through all uses of itertools and make them work on py3k 11 年 前
  Gary van der Merwe c6453c6d42 Use int division `//` insted of float division `/`. 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 55124a5ea8 Apply lib2to3.fixes.tuple_params, and provied sensible names and docs. 11 年 前
  Gary van der Merwe 6ce5acaf9a Apply some lib2to3.fixes.fix_idioms (exclued list(x).sort() -> sorted(x) changes.) 11 年 前
  Gary van der Merwe 7719284af3 Apply lib2to3.fixes.fix_numliterals 11 年 前
  Jelmer Vernooij 19a7e0d218 Use PackData.filename attribute. 11 年 前
  Jelmer Vernooij f93d42b8e6 Drop compatibility wrapper for `SEEK_END` and `SEEK_CUR`. 11 年 前
  Jelmer Vernooij 3c23765bd3 Drop compatibility functions for `hashlib.sha1`. 11 年 前
  Jelmer Vernooij 93260075e4 Drop compatibility replacement for unpack_from. 11 年 前
  Jelmer Vernooij 1dabfc2542 Remove compatibility code for collections.defaultdict, in preparation of 11 年 前
  Jelmer Vernooij 12646e0442 Two minor optimizations in heavily used code paths. 11 年 前
  Jelmer Vernooij 2cae2611bf Pass in known sha. 11 年 前
  Jelmer Vernooij c42e47b57c Update some copyright headers. 11 年 前
  Jelmer Vernooij 3e8799a271 Avoid unnecessary re-opening of index files during pack close. 11 年 前
  William Grant 1317237e92 Pack's constructor now takes resolve_ext_ref. 11 年 前
  William Grant f1fe509b15 Support thin packs in Pack.iterobjects(), Pack.get_raw(). 11 年 前
  Jelmer Vernooij 506338cffd pack: Split testing of large pack index files into separate test. 12 年 前
  Jameson Nash 372ff769c0 add a test for reading and writing large offsets into index files 12 年 前
  Jameson Nash 0ac4d76733 add support for writing large pack files 12 年 前
  Jameson Nash c38ffdbe24 add large table support to reading PackIndex2 files 12 年 前
  Jelmer Vernooij 115dc9c80e pack: Avoid assert in a few cases where we want the checks, even if optimizations are enabled. 13 年 前