| Thu, 03 Oct 2002 06:56:30 +0000 |
Richard Jones |
merge from maintenance branch
|
| Fri, 13 Sep 2002 08:20:13 +0000 |
Richard Jones |
Fixed:
|
| Tue, 10 Sep 2002 00:11:50 +0000 |
Richard Jones |
removed Log
|
| Fri, 19 Jul 2002 03:36:34 +0000 |
Richard Jones |
Implemented the destroy() method needed by the session database...
|
| Sun, 14 Jul 2002 02:05:54 +0000 |
Richard Jones |
all storage-specific code (ie. backend) is now implemented by the backends
|
| Mon, 08 Jul 2002 06:51:02 +0000 |
Richard Jones |
bsddb3 backend should use 'c' for create, not 'n' for nuke
maint-0.4
|
| Mon, 08 Jul 2002 06:41:03 +0000 |
Richard Jones |
Was reopening the database with 'n'.
|
| Tue, 21 May 2002 05:52:11 +0000 |
Richard Jones |
Well whadya know, bsddb3 works again.
|
| Wed, 06 Feb 2002 04:05:55 +0000 |
Richard Jones |
Brought the config branch up to date with HEAD
config-0-4-0-branch
|
| Mon, 14 Jan 2002 02:20:15 +0000 |
Richard Jones |
changed all config accesses...
|
| Wed, 21 Nov 2001 02:34:18 +0000 |
Richard Jones |
Added a target version field to the extended issue schema
|
| Tue, 09 Oct 2001 23:58:10 +0000 |
Richard Jones |
Moved the data stringification up into the hyperdb.Class class's...
|
| Tue, 09 Oct 2001 07:25:59 +0000 |
Richard Jones |
Added the Password property type.
|
| Sun, 12 Aug 2001 06:32:36 +0000 |
Richard Jones |
using isinstance(blah, Foo) now instead of isFooType
|
| Tue, 07 Aug 2001 00:24:43 +0000 |
Richard Jones |
stupid typo
|
| Tue, 07 Aug 2001 00:15:51 +0000 |
Richard Jones |
Added the copyright/license notice to (nearly) all files...
|
| Fri, 03 Aug 2001 02:45:47 +0000 |
Anthony Baxter |
'n' -> 'c' for create.
|
| Mon, 30 Jul 2001 02:36:23 +0000 |
Richard Jones |
Handle non-existence of db files in the other backends (code from anydbm).
|
| Mon, 30 Jul 2001 01:41:36 +0000 |
Richard Jones |
Makes schema changes mucho easier.
|
| Tue, 24 Jul 2001 04:26:03 +0000 |
Anthony Baxter |
bsddb3 implementation.
|