tahoe-lafs/src/allmydata/storage
2020-05-04 21:59:15 -06:00
..
__init__.py break storage.py into smaller pieces in storage/*.py . No behavioral changes. 2009-02-18 14:46:55 -07:00
common.py storage/immutable: raise a specific error upon seeing a bad version number, instead of using assert. Also wrap to 80cols. 2009-03-08 20:07:32 -07:00
crawler.py Failing to load a crawler state pickle uses default values, but the exception clause to detect this failure is too narrow; it can also fail with EOFError or KeyError for example. 2012-07-02 18:18:47 +00:00
expirer.py hush current pyflakes warnings (list comprehensions) 2014-06-23 13:54:07 -07:00
immutable.py use 'with open' correctly 2020-05-04 21:59:15 -06:00
lease.py ported old-style classes to new-style 2019-05-26 08:28:18 +02:00
mutable.py ported old-style classes to new-style 2019-05-26 08:28:18 +02:00
server.py Improve the behavior of get_slot_leases when no shares exist 2019-08-15 11:08:04 -04:00
shares.py Change relative imports to absolute 2010-02-26 01:14:33 -07:00