Historia zmian

Autor SHA1 Wiadomość Data
  Jelmer Vernooij aa73abcedb Port remainder of docstrings to Google style. 5 lat temu
  Jelmer Vernooij 44895f6c07 Only import collections as top-level object. 6 lat temu
  Jelmer Vernooij aa2a305841 Fix all flake8 style issues. 8 lat temu
  Jelmer Vernooij 7c5f7f0d0f Check for bytes rather than absence of list. include ought to be an iterable of ids of some sort. 8 lat temu
  Jelmer Vernooij e282317837 Support passing tag ids to Walkers include argument. 8 lat temu
  Doug Hellmann dd038d7637 add path filtering to WalkEntry.changes() 8 lat temu
  Jelmer Vernooij 8c35904821 Update header to reflect that license is now Apachev2 or GNU GPLv2+. 9 lat temu
  Jelmer Vernooij 17d644de8e Convert repo to python3. 10 lat temu
  Gary van der Merwe 4db002431b Port diff_tree and walk to Python 3 10 lat temu
  Hannu Valtonen 2b721b6b86 py3k: Go through all uses of itertools and make them work on py3k 11 lat temu
  Gary van der Merwe 6deecb549a Make next methods available as __next__. 11 lat temu
  Gary van der Merwe 70ea9dd73c Use next(iter) instead of iter.next() 11 lat temu
  Jelmer Vernooij 9d554c7968 Drop compatibility replacement for 'all'. 11 lat temu
  Jelmer Vernooij 1dabfc2542 Remove compatibility code for collections.defaultdict, in preparation of 11 lat temu
  Jelmer Vernooij 12646e0442 Two minor optimizations in heavily used code paths. 11 lat temu
  Jelmer Vernooij ea7037dc14 Add missing docstring. 11 lat temu
  milki 3947c8a5f0 Walker uses Repo.get_parents 11 lat temu
  Jelmer Vernooij 61d04e418b Fix syntax errors in docstrings. 13 lat temu
  Jelmer Vernooij 49f4440d1d Merge fix for handling None elements in list of TreeChange objects. 13 lat temu
  Benjamin Pollack 9295c69eaa Do not crash when trying to walk an empty set 13 lat temu
  Alex Holmes ca569158cf Handle None elements in lists of TreeChange objects 13 lat temu
  Jelmer Vernooij 8d4f9c27c5 Deprecate ``Repo.revision_history`` in favour of ``Repo.get_walker``. 14 lat temu
  Jelmer Vernooij fdbf283566 Remove unused imports. 14 lat temu
  Dave Borowitz 57e882cba1 walk: Propagate excluded out-of-order commits. 14 lat temu
  Dave Borowitz 527b63c143 walk: Record last commit yielded by the pq. 14 lat temu
  Dave Borowitz cf2aeff324 walk: Reorganize 'since' boundary code. 14 lat temu
  Dave Borowitz 5c75abc0d5 walk: Exclude parents more aggressively. 14 lat temu
  Dave Borowitz a395b58f8a walk: Walk a fixed number of extra commits before returning. 14 lat temu
  Dave Borowitz d0d369313b walk: Allow topological ordering. 14 lat temu
  Dave Borowitz 8cbfaf4235 walk: Separate reordering logic from iteration logic. 14 lat temu