summaryrefslogtreecommitdiffstats
path: root/Lib/bsddb/test/test_associate.py
Commit message (Expand)AuthorAgeFilesLines
* Testsuite for bsddb module, version 4.6.4Jesus Cea2008-05-131-39/+21
* Modify import of test_support so that the code can also be used with aGregory P. Smith2008-03-021-1/+5
* Create a db_home directory with a unique name so multiple users canNeal Norwitz2008-02-241-7/+4
* Consistently use tempfile.tempdir for the db_home directory.Neal Norwitz2008-01-261-1/+1
* [Patch #1520904] Fix bsddb tests to write to the temp directory instead of th...Andrew M. Kuchling2007-01-051-1/+1
* Plug the last 657 referenceleaks in test_bsddb3: a circular referenceThomas Wouters2006-03-121-0/+5
* Tools/scripts/reindent.py _is_ your friendAnthony Baxter2005-06-081-60/+60
* fix more Errors (not Failures) when run using BerkeleyDB <= 4.0Gregory P. Smith2005-06-061-4/+13
* fix Errors (not Failures) in test cases when running with BerkeleyDB<4.2Gregory P. Smith2005-06-061-32/+61
* test case for pybsddb SF bug id 1215432Gregory P. Smith2005-06-061-0/+50
* test DB.associate using transactions. somewhat related to SF pybsddbGregory P. Smith2005-06-061-12/+46
* Adds support for DB.pget and DBCursor.pget methods.Gregory P. Smith2004-06-281-0/+25
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-2/+2
* Adds basic support for BerkeleyDB 4.2.x. Compiles and passes tests; newGregory P. Smith2003-09-211-3/+3
* bsddb 4.1.6:Gregory P. Smith2003-07-091-1/+1
* Everything worked in both the distutils distro and in Python 2.3cvs,Barry Warsaw2003-01-281-1/+6
* Port BerkeleyDB 4.1 support from the pybsddb project. bsddb is now atBarry Warsaw2002-12-301-28/+26
* Whitespace normalization.Tim Peters2002-11-241-4/+4
* Importing test suite from bsddb3 3.4.0 (with modifications).Martin v. Löwis2002-11-191-0/+323