]> arthur.barton.de Git - bup.git/history - lib/bup/midx.py
PackWriter._end: always try to release objcache and parentfd
[bup.git] / lib / bup / midx.py
2021-11-22 Rob BrowningCheck that all context managed objects are properly...
2021-11-22 Rob BrowningPackMidx.__del__: replace with context management
2021-11-22 Rob BrowningAdd any pending exception to context in all __exit__...
2021-09-17 Johannes Bergpylint: enable return-in-init
2021-09-17 Johannes Bergpylint: check for trailing whitespace
2021-09-11 Johannes Bergtest: add pylint and test imports
2020-05-23 Luca Carlongit/midx: provide context managers for idx classes
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.