Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Cleanups, and conversion of assert to assertEqual() | Barry Warsaw | 2003-01-10 | 1 | -71/+69 | |
| | ||||||
* | Make two tests non-locale-dependent | Barry Warsaw | 2002-12-31 | 1 | -2/+2 | |
| | ||||||
* | test01_close_dbenv_before_db(): Added an XXX comment that this test is | Barry Warsaw | 2002-12-31 | 1 | -0/+2 | |
| | | | | BerkeleyDB version dependent. | |||||
* | Port BerkeleyDB 4.1 support from the pybsddb project. bsddb is now at | Barry Warsaw | 2002-12-30 | 21 | -329/+597 | |
| | | | | version 4.1.1 and works with up to BerkeleyDB 4.1.25. | |||||
* | Template for future tests. | Barry Warsaw | 2002-12-30 | 1 | -7/+4 | |
| | ||||||
* | In class bsdTableDB, add class variables db and env (set to None) to | Guido van Rossum | 2002-12-02 | 1 | -0/+5 | |
| | | | | | prevent close() called from __del__ from bombing out when __init__() fails early. | |||||
* | Fix typo in except clause (_db should be _bsddb). | Guido van Rossum | 2002-12-02 | 1 | -1/+1 | |
| | ||||||
* | Delete bsddb from sys.modules if _bsddb cannot be imported. | Martin v. Löwis | 2002-11-24 | 1 | -1/+8 | |
| | ||||||
* | Whitespace normalization. | Tim Peters | 2002-11-24 | 14 | -25/+5 | |
| | ||||||
* | Merge with bsddb3 2002.11.23.10.42.36 | Martin v. Löwis | 2002-11-23 | 5 | -39/+84 | |
| | ||||||
* | Replace bsddb3 and _db occurrences. | Martin v. Löwis | 2002-11-19 | 3 | -4/+4 | |
| | ||||||
* | Importing test suite from bsddb3 3.4.0 (with modifications). | Martin v. Löwis | 2002-11-19 | 15 | -0/+3240 | |
| | ||||||
* | Import PyBSDDB 3.4.0. Rename historical wrapper to bsddb185. | Martin v. Löwis | 2002-11-19 | 7 | -0/+1638 | |