Code

Copy function, and proper handling of unknown file types
[roundup.git] / roundup / backends / back_anydbm.py
2001-10-09 richardMoved the data stringification up into the hyperdb...
2001-10-09 richardAdded the Password property type. See "pydoc roundup...
2001-09-29 richardCGI interfaces now spit up a top-level index of all...
2001-08-12 richardusing isinstance(blah, Foo) now instead of isFooType
2001-08-07 richardstupid typo
2001-08-07 richardAdded the copyright/license notice to (nearly) all...
2001-07-30 richardMakes schema changes mucho easier.
2001-07-25 richardAdded the Roundup spec to the new documentation directory.
2001-07-23 richardMoved over to using marshal in the bsddb and anydbm...
2001-07-23 richard*sigh* some databases have _foo.so as their underlying...