Make read() a method of TreeKey.
[invirt/packages/python-routefs.git] / routefs /
2008-09-05  Anders KaseorgMake read() a method of TreeKey.
2008-09-05  Anders KaseorgMake readdir() a method of TreeKey.
2008-09-05  Anders KaseorgMake getattr() a method of TreeKey.
2008-09-05  Anders KaseorgReplace None with a new NoEntry class.
2008-09-02  Evan BroderReturn ENOENT if a file doesn't exist for readlink.
2008-09-02  rootAllow mount options via server.parser.add_option to...
2008-09-02  rootIt's not a _real_ pyhesiodfs if it's not accessible...
2008-08-12  Evan BroderAdd a new example showing how to use DictFS
2008-08-12  Evan BroderFix PyHesiodFS to use auto-conversion convention
2008-08-12  Evan BroderFix DictFS to use auto-conversion convention
2008-08-12  Evan BroderAutomatically convert strs and lists to Files and Direc...
2008-08-12  Evan BroderUpdate PyHesiodFS to use the new File class
2008-08-12  Evan BroderUse the mode specified by the various representation...
2008-08-12  Evan BroderAdd new File class, and allow all classes to specify...
2008-08-12  Evan BroderRemove example qualities of DictFS - that can go in...
2008-08-12  Evan BroderMove DictFS import so it doesn't break
2008-08-12  Evan BroderExport DictFS in the routefs module
2008-08-12  Evan BroderAdd DictFS, for when the filesystem tree is known in...
2008-08-12  Evan BroderChange the shebang line for the pyhesiodfs example
2008-08-12  Evan BroderLots of docstrings!
2008-08-05  Evan BroderAdd a README.txt file to the pyhesiodfs example
2008-08-04  Evan BroderFirst hack at a version
2008-08-04  Evan BroderInitial project creation