Historique des commits

Auteur SHA1 Message Date
  Jelmer Vernooij f6faf9e187 Upgrade to python 3.7. il y a 2 ans
  Jelmer Vernooij 560bf0a5f5 Even more typing. il y a 2 ans
  Jelmer Vernooij b6b217bdb9 Add more typing il y a 2 ans
  Jelmer Vernooij b1e45cd5fd Add apidocs target. il y a 3 ans
  Aksh Gupta d6fc2e465e chore: refactor code quality issues il y a 4 ans
  Jelmer Vernooij 6266df34af Reformat with black. il y a 4 ans
  Ram Rachum 2070352876 Use chain.from_iterable in diff_tree.py il y a 4 ans
  Jelmer Vernooij 2f933bd334 Enable type checking. il y a 5 ans
  Jelmer Vernooij 218fea8151 Fix some style issues. il y a 5 ans
  Jelmer Vernooij 20246a9e85 Drop support for Python 2. il y a 5 ans
  Jelmer Vernooij e0d41ce7b4 Support rename_detector and include_trees at the same time in tree_changes. il y a 5 ans
  Jelmer Vernooij 0dee0a7043 Convert more docstrings to google style. il y a 5 ans
  Jelmer Vernooij 36edbb5640 Add change_type_same flag to tree_changes. il y a 7 ans
  Jelmer Vernooij 884e68c09f Support for including trees in tree_changes reports. il y a 7 ans
  Jelmer Vernooij e5f6eb1ebd Some style fixes. 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
  Jelmer Vernooij 41bdaf1e78 Remove python3 special casing. il y a 10 ans
  Mike Williams 6eed06915f Use a block cache in _find_content_rename_candidates(). il y a 10 ans
  Jelmer Vernooij f0fb132090 Remove dulwich._py3_compat. il y a 10 ans
  Gary van der Merwe 4db002431b Port diff_tree and walk to Python 3 il y a 10 ans
  Jelmer Vernooij b5a39215ba Fix _merge_entries on pypy. il y a 10 ans
  Jelmer Vernooij a2acfdaf32 Fall back to the native implementation of _merge_entries on pypy, il y a 10 ans
  Jelmer Vernooij 6562fb9a46 Avoid using dulwich._compat for Python3 porting. il y a 10 ans
  Gary van der Merwe 51a8d2ae77 Port the minimal needed to get the test suite to run in python3. il y a 10 ans
  Robert Brown a34503994d Fix logic for extra adds of identical files. il y a 10 ans
  Gary van der Merwe 395b1460cb Alter itertools import statement so that 2to3 fixes it. il y a 11 ans
  Jelmer Vernooij f6439d709d Merge branch 'py3k' of git://github.com/Ormod/dulwich il y a 11 ans
  Jelmer Vernooij 5a4e20d14b Add pep8 make target and fix some pep8ness. il y a 11 ans
  Hannu Valtonen 2b721b6b86 py3k: Go through all uses of itertools and make them work on py3k il y a 11 ans
  Gary van der Merwe 8914c3457f Use io.BytesIO rather than cStringIO. il y a 11 ans