Barry Warsaw
|
74859f3aa6
|
Template for future tests.
|
2002-12-30 20:44:16 +00:00 |
Guido van Rossum
|
7a98e8083c
|
In class bsdTableDB, add class variables db and env (set to None) to
prevent close() called from __del__ from bombing out when __init__()
fails early.
|
2002-12-02 16:17:46 +00:00 |
Guido van Rossum
|
0d366b1418
|
Fix typo in except clause (_db should be _bsddb).
|
2002-12-02 16:08:54 +00:00 |
Martin v. Löwis
|
65730a4de8
|
Delete bsddb from sys.modules if _bsddb cannot be imported.
|
2002-11-24 08:26:01 +00:00 |
Tim Peters
|
77c06fbf94
|
Whitespace normalization.
|
2002-11-24 02:35:35 +00:00 |
Martin v. Löwis
|
b2c7affbaa
|
Merge with bsddb3 2002.11.23.10.42.36
|
2002-11-23 11:26:07 +00:00 |
Martin v. Löwis
|
7a3bae410d
|
Replace bsddb3 and _db occurrences.
|
2002-11-19 17:48:49 +00:00 |
Martin v. Löwis
|
1c6b1a2b4e
|
Importing test suite from bsddb3 3.4.0 (with modifications).
|
2002-11-19 17:47:07 +00:00 |
Martin v. Löwis
|
6aa4a1f29c
|
Import PyBSDDB 3.4.0. Rename historical wrapper to bsddb185.
|
2002-11-19 08:09:52 +00:00 |