Historique des commits

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