summaryrefslogtreecommitdiff
path: root/larch/forest.py
AgeCommit message (Expand)AuthorFilesLines
2012-05-05Make all exceptions be subclasses of new class larch.ErrorLars Wirzenius1-16/+3
2012-05-05Raise exceptions if key or node size is missing from metadataLars Wirzenius1-3/+14
2012-04-21Make open_forest give NodeStoreDisk the allow_writes flagLars Wirzenius1-4/+6
2012-03-24Remove push_upload_queue from NodeStore API, add commitLars Wirzenius1-2/+1
2012-03-24Push upload queue last when committingLars Wirzenius1-1/+1
2011-12-17remove unwanted check for node size in existing treeLars Wirzenius1-1/+0
2011-08-03Add trace for root_ids in metadata.Lars Wirzenius1-0/+1
2011-07-26Add some more tracing statements for debugging missing nodes.Lars Wirzenius1-0/+15
2011-06-22Make Forest._new_id be a public function again.Lars Wirzenius1-1/+1
2011-06-06Make BTree.increment and .decrement private.Lars Wirzenius1-1/+1
2011-06-06Make BTree.set_root private.Lars Wirzenius1-1/+1
2011-06-06Make BTree.new_index be a private method.Lars Wirzenius1-1/+1
2011-06-06Docstrings for BadKeySize and BadNodeSize.Lars Wirzenius1-0/+4
2011-06-06Update Forest docstrings.Lars Wirzenius1-1/+10
2011-06-06Make Forest.new_id be a private method.Lars Wirzenius1-2/+9
2011-06-06Make Forest._read_metadata be a private method.Lars Wirzenius1-2/+2
2011-06-06Update Forest docstring.Lars Wirzenius1-1/+12
2011-06-06Update open_forest docstring.Lars Wirzenius1-7/+9
2011-06-06Change open_forest to optionally get node/key sizes from existing forest.Lars Wirzenius1-4/+17
2011-03-07Change names from btree to larch.Lars Wirzenius1-7/+7
2011-03-07Rename files to new name.Lars Wirzenius1-0/+142