]> arthur.barton.de Git - bup.git/history - lib/bup/midx.py
get: adjust for python 3 and test there
[bup.git] / lib / bup / midx.py
2020-01-20 Rob Browningbup.midx: accommodate python 3
2020-01-19 Rob Browningmidx: shun buffers
2019-11-29 Rob BrowningRemove inefficient (or will be) uses of buffer
2018-09-01 Julien GoodwinMigrate all xrange calls to range in bup.compat
2018-01-27 Rob BrowningUse absolute_import from the __future__ everywhere
2018-01-27 Rob BrowningRemove circular dep between git and midx
2016-02-14 Rob BrowningMerge initial bup gc command
2016-02-14 Rob BrowningAdd probabilistic "bup gc", but require --unsafe
2016-01-17 Rob BrowningDon't import * from helpers
2014-05-28 Rob BrowningMerge fixes for orphaned midx files on Cygwin
2014-05-28 Patrick Rouleaumidx: close the mmap before erasing an midx file
2011-02-19 Avery PennarunMerge remote branch 'origin/master' into meta
2011-02-17 Avery PennarunSplit PackMidx from git.py into a new midx.py.