0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* preliminary stab at meta data representation More... almost 15 years ago
* explain how to run unit tests More... almost 15 years ago
* explicitly close() backends More... almost 15 years ago
* test preservation/handling of various characters in file names More... almost 15 years ago
* test preservation of all possible byte values in data More... almost 15 years ago
* several files, not lots More... almost 15 years ago
* split backend tests up into separate tests More... almost 15 years ago
* add test/test.py, which runs all unit tests More... almost 15 years ago
* add various backend functionality tests More... almost 15 years ago
* actually produce a directory backend in the directory backend test More... almost 15 years ago
* couple of minor fixes More... almost 15 years ago
* add file system directory backend More... almost 15 years ago
* do not forget to remember identifier * log backend instantiation More... almost 15 years ago
* have unit tests use a particular file prefix so that we need not assume an empty backend when we start; enable memory backend testing More... almost 15 years ago
* add trivial memory-backed backend More... almost 15 years ago
* make close() do nothing by default instead of raising NotImplementedError, since not all backends need to implement it More... almost 15 years ago
* backends test skeleton More... almost 15 years ago
* add close(), __enter__(), __exit__() More... almost 15 years ago
* document methods More... almost 15 years ago
* make some notes on ordering More... almost 15 years ago
* more documentation More... almost 15 years ago
* clarify permissible assumptions about block sizes More... almost 15 years ago
* initial backend interface (some documentation yet to be filled in) More... almost 15 years ago
* test symlink following More... almost 15 years ago
* additional tests More... almost 15 years ago
* make memory directories somewhat dict-like * more symlink() fixes More... almost 15 years ago
* symlink fixes More... almost 15 years ago
* more fs unit tests More... almost 15 years ago
* implement expected-to-be-needed interface of file like objects for our mem fs More... almost 15 years ago
* some more tests * s/assertOSError/assertErrnoError/, and deal with all EnvironmentError:s More... almost 15 years ago