Code

using isinstance(blah, Foo) now instead of isFooType
[roundup.git] / roundup / backends / back_bsddb3.py
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-08-03 anthonybaxter'n' -> 'c' for create.
2001-07-30 richardHandle non-existence of db files in the other backends...
2001-07-30 richardMakes schema changes mucho easier.
2001-07-24 anthonybaxterbsddb3 implementation. For now, it's the bsddb implemen...