summaryrefslogtreecommitdiffstats
path: root/Lib/bsddb/test
Commit message (Expand)AuthorAgeFilesLines
* fix for use on python 2.1Gregory P. Smith2003-02-031-2/+0
* Everything worked in both the distutils distro and in Python 2.3cvs,Barry Warsaw2003-01-2814-16/+88
* bugfix: do not double-close DB cursor during deallocation when theGregory P. Smith2003-01-171-0/+12
* bugfix: disallow use of DB_TXN after commit() or abort(), prevents aGregory P. Smith2003-01-171-0/+20
* Python 2.1's string module doesn't have ascii_letters, so let's justBarry Warsaw2003-01-101-13/+10
* Cleanups, and conversion of assert to assertEqual()Barry Warsaw2003-01-101-71/+69
* Make two tests non-locale-dependentBarry Warsaw2002-12-311-2/+2
* test01_close_dbenv_before_db(): Added an XXX comment that this test isBarry Warsaw2002-12-311-0/+2
* Port BerkeleyDB 4.1 support from the pybsddb project. bsddb is now atBarry Warsaw2002-12-3015-242/+456
* Template for future tests.Barry Warsaw2002-12-301-7/+4
* Whitespace normalization.Tim Peters2002-11-2410-19/+5
* Merge with bsddb3 2002.11.23.10.42.36Martin v. Löwis2002-11-233-13/+51
* Importing test suite from bsddb3 3.4.0 (with modifications).Martin v. Löwis2002-11-1915-0/+3240