summaryrefslogtreecommitdiffstats
path: root/Lib/bsddb/test/test_dbtables.py
Commit message (Collapse)AuthorAgeFilesLines
* pybsddb 4.8.4 integration. Please, comment in issue #8156Jesus Cea2010-03-221-5/+9
|
* Fix idioms and a couple of py3k warnings. Patch by Florent Xicluna.Ezio Melotti2010-02-021-1/+1
|
* Update bsddb code to version 4.7.3pre2. This code shouldJesus Cea2008-08-311-23/+47
| | | | | | be compatible with Python 3.0, also. http://www.jcea.es/programacion/pybsddb.htm#bsddb3-4.7.3
* Testsuite for bsddb module, version 4.6.4Jesus Cea2008-05-131-10/+4
|
* #2503 make singletons compared with "is" not == or !=Benjamin Peterson2008-03-291-1/+1
| | | | Thanks to Wummel for the patch
* Modify import of test_support so that the code can also be used with aGregory P. Smith2008-03-021-1/+4
| | | | | stand alone distribution of bsddb that includes its own small copy of test_support for the needed functionality on older pythons.
* Create a db_home directory with a unique name so multiple users canNeal Norwitz2008-02-241-2/+2
| | | | | | | | | | | | run the test simultaneously. The simplest thing I found that worked on both Windows and Unix was to use the PID. It's unique so should be sufficient. This should prevent many of the spurious failures of the automated tests since they run as different users. Also cleanup the directory consistenly in the tearDown methods. It would be nice if someone ensured that the directories are always created with a consistent name.
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+1
|
* cleanup test_dbtables to use mkdtemp. cleanup dbtables to pass txn as aGregory P. Smith2007-10-181-6/+5
| | | | | keyword argument whenever possible to avoid bugs and confusion. (dbtables.py line 447 self.db.get using txn as a non-keyword was an actual bug due to this)
* Use unittest for assertionsNeal Norwitz2007-10-141-33/+34
|
* Don't raise a string exception, they don't work anymore.Neal Norwitz2007-10-141-1/+1
|
* email address updateGregory P. Smith2007-09-091-1/+1
|
* [Patch #1520904] Fix bsddb tests to write to the temp directory instead of ↵Andrew M. Kuchling2007-01-051-1/+2
| | | | the Lib/bsddb/test directory
* * Turn the deadlock situation described in SF bug #775414 into aGregory P. Smith2006-06-081-0/+10
| | | | | DBDeadLockError exception. * add the test case for my previous dbtables commit.
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-1/+1
| | | | From SF patch #852334.
* Adds basic support for BerkeleyDB 4.2.x. Compiles and passes tests; newGregory P. Smith2003-09-211-3/+3
| | | | | | | | | | features in BerkeleyDB not exposed. notably: the DB_MPOOLFILE interface has not yet been wrapped in an object. Adds support for building and installing bsddb3 in python2.3 that has an older version of this module installed as bsddb without conflicts. The pybsddb.sf.net build/packaged version of the module uses a dynamicly loadable module called _pybsddb rather than _bsddb.
* Everything worked in both the distutils distro and in Python 2.3cvs,Barry Warsaw2003-01-281-1/+6
| | | | so merge from the bsddb-bsddb3-schizo-branch back to the trunk.
* Port BerkeleyDB 4.1 support from the pybsddb project. bsddb is now atBarry Warsaw2002-12-301-38/+106
| | | | version 4.1.1 and works with up to BerkeleyDB 4.1.25.
* Whitespace normalization.Tim Peters2002-11-241-1/+1
|
* Merge with bsddb3 2002.11.23.10.42.36Martin v. Löwis2002-11-231-0/+35
|
* Importing test suite from bsddb3 3.4.0 (with modifications).Martin v. Löwis2002-11-191-0/+265