aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/storage/base.py
Commit message (Collapse)AuthorAgeFilesLines
* Transitioned bugdir.py to new storage format.W. Trevor King2009-12-081-3/+16
|
* Extended libbe.storage.base for separate read/write control.W. Trevor King2009-12-081-36/+94
| | | | | | | | | | | | | | Rather than just having .read_only to set write permissions and assuming that read was always legal. We also added user and backend control of both readable and writeable: do you want to read/write? and can you read/write? Specialized NotSupported into NotWriteable and NotReadable. Added automatic unicode encoding on .set(), and decode option on .get().
* Added libbe.storage.base and test suite.W. Trevor King2009-12-081-0/+687