Commit History

Author SHA1 Message Date
  Jelmer Vernooij e154e1fbe0 Fix two pydoctor warnings. 13 years ago
  Jason R. Coombs a6b19fe4ef Expanded parse_timezone to accept double-negatives to be consistent with cgit implementation. Fixes #697828. 13 years ago
  Jelmer Vernooij 7884cd5b0c Add a docstring for S_ISGITLINK. 13 years ago
  Jelmer Vernooij 455b407e94 dulwich.objects: Add more docstrings. 13 years ago
  Jelmer Vernooij b54043927c Cope with different zlib buffer sizes in sha1 file parser. 14 years ago
  Jelmer Vernooij b0f2acbc1a dulwich.diff_tree: Properly raise TypeError from pure python code. 14 years ago
  David Borowitz fe3a578297 objects: Add lookup_path method to Tree. 14 years ago
  Dave Borowitz 0f867aa906 objects: Make ShaFile.__eq__ work when other is not a ShaFile. 14 years ago
  Dave Borowitz d0c6630a52 _compat: Inline specific namedtuple instances. 14 years ago
  Jelmer Vernooij 1dc365aa52 Merge deprecation of Tree.entries. 14 years ago
  Jelmer Vernooij 10eaad8509 Deprecate Tree.entries. 14 years ago
  Jelmer Vernooij 9c7de183bd Fix order of parameters to Tree.add. 14 years ago
  Jelmer Vernooij ee747f65ca BaseObjectStore.determine_wants_all no longer breaks on zero SHAs. 14 years ago
  Jelmer Vernooij 61c9a751f4 Rename dulwich.misc => dulwich._compat. 14 years ago
  Augie Fackler 4066f9c3cb objects.parse_tree: more gracefully handle invalid modes in trees 14 years ago
  Dave Borowitz e67b62f74f objects: Allow tree entries to be sorted by name. 14 years ago
  Augie Fackler 4f94dbf045 objects: clean up trailing whitespace 14 years ago
  Dave Borowitz 3461ff3bbb Subclass TreeEntry in objects.py. 15 years ago
  Dave Borowitz f749f272c4 Make TreeEntry a namedtuple for clarity. 15 years ago
  Jelmer Vernooij dd7fe05372 Add Tree.items(). 15 years ago
  Jelmer Vernooij a18d1cffc7 Add docstrings for parse_timezone and format_timezone. 15 years ago
  Jelmer Vernooij 2611c2de12 Add Blob.__slots__. 15 years ago
  Jelmer Vernooij 2316ca04d9 Use slots. 15 years ago
  Jelmer Vernooij 2a89fff246 Some restructuredText fixes. 15 years ago
  Jelmer Vernooij 94c7cbfd71 parse_tree: Fix tests for pure-python implementation. 15 years ago
  Jelmer Vernooij 91ee60cd30 Fix tests. 15 years ago
  Jelmer Vernooij dcd2f95e9e When restting ShaFile._file, also reset ShaFile._magic. 15 years ago
  Jelmer Vernooij 6a5e43cde8 Fix parsing from file-like objects. 15 years ago
  Dave Borowitz e950bdd711 Clean up file headers. 15 years ago
  Dave Borowitz 06867d6fbf Add tests for sorted_tree_items and C implementation. 15 years ago