Historique des commits

Auteur SHA1 Message Date
  Jelmer Vernooij 4fa57f3d0e Use 'raise from'. il y a 2 ans
  Jelmer Vernooij fb34f3ddbc Abort delta generation early if the delta gets too big. il y a 2 ans
  Jelmer Vernooij 457a91c9a3 Make create_delta a generator. il y a 2 ans
  Jelmer Vernooij 86f66f038e Use yield from. il y a 2 ans
  Jelmer Vernooij aca694f62b Avoid copying data when creating deltas. il y a 2 ans
  Jelmer Vernooij 7c21934390 Change argument for write_pack_objects. il y a 2 ans
  Jelmer Vernooij dfe062da66 Pass write function to write_pack_data. il y a 2 ans
  Jelmer Vernooij 0132eafca3 Avoid caching of chunks in BytesIO. il y a 2 ans
  Jelmer Vernooij b497ce9704 Move PackTupleIterable to top-level. il y a 2 ans
  Jelmer Vernooij e2d62399dd Add docstrings for new Pack methods. il y a 2 ans
  Jelmer Vernooij e523efa0c5 Fix abstraction layering for PackIndex. il y a 2 ans
  Jelmer Vernooij 6b17bf6126 Refactor pack to avoid circular references. il y a 2 ans
  Jelmer Vernooij d88a573d79 Add some typing. il y a 2 ans
  Jelmer Vernooij 1402b87b59 Reuse ChunkPackGenerator. il y a 2 ans
  Jelmer Vernooij d0d8f0d9bd Add pack chunk generator. il y a 2 ans
  Jelmer Vernooij 2b8958f1cb More api doc improvements. il y a 3 ans
  Upstream Janitor d0e567bcc8 Removed unnecessary #noqa statements from 10 files. il y a 3 ans
  Jelmer Vernooij 0502730b13 make num_records argument to write_pack-data optional. il y a 3 ans
  Jelmer Vernooij 5dee54430a Support passing in num_records=None. il y a 3 ans
  Jelmer Vernooij 4929094efd Ensure that number of records written matches initial indication of number of records. il y a 3 ans
  Antoine R. Dumont (@ardumont) af712e2abe pack.DeltachainIterator: Execute a DFS walk insteaf of BFS il y a 3 ans
  Jelmer Vernooij c8ce22c255 Reformatting. il y a 4 ans
  Jelmer Vernooij 6266df34af Reformat with black. il y a 4 ans
  Jelmer Vernooij faf6408cfd Add some functions for dealing with bundles. il y a 4 ans
  Jelmer Vernooij 09fa2fecff Add bundle reading functions. il y a 4 ans
  Jelmer Vernooij 6c15e761db Properly set attributes. il y a 4 ans
  Jelmer Vernooij a12b83e1d3 Make sure idx/pack are always closed. il y a 4 ans
  Jelmer Vernooij 2f933bd334 Enable type checking. il y a 5 ans
  Jelmer Vernooij ade4b3b14a Fix python2 compatibility. il y a 5 ans
  Jelmer Vernooij dac7368365 Add compression_level arguments in pack writing functions. il y a 5 ans