]> arthur.barton.de Git - bup.git/history - lib/bup/t/tbloom.py
Use Python 3 compatible "except ... as e" syntax
[bup.git] / lib / bup / t / tbloom.py
2016-01-01 Rob BrowningUse Python 3 compatible "except ... as e" syntax
2014-01-25 Rob Browningtbloom.py: use a tmpdir in t/tmp instead of working...
2013-05-27 Rob BrowningSkip the large bloom filter test if mmap fails on 32...
2011-02-19 Avery PennarunMerge remote branch 'origin/master' into meta
2011-02-17 Avery Pennarunbloom.py: move bloom.ShaBloom.create to just bloom...
2011-02-17 Avery PennarunMerge branch 'bl/bloomcheck' into ap/cleanups
2011-02-17 Avery PennarunMove bloom-related stuff from git.py to a new bloom.py.