Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-30850: Use specialized assert methods in bsddb tests. (#2584) | Serhiy Storchaka | 2017-07-05 | 1 | -1/+1 |
| | | | This provides more information on test failures. | ||||
* | - Issue #17477: Update the bsddb module to pybsddb 5.3.0, supporting | doko@ubuntu.com | 2013-03-19 | 1 | -7/+1 |
| | | | | db-5.x, and dropping support for db-4.1 and db-4.2. | ||||
* | Merged revisions 86596 via svnmerge from | Ezio Melotti | 2010-11-21 | 1 | -30/+30 |
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86596 | ezio.melotti | 2010-11-20 21:04:17 +0200 (Sat, 20 Nov 2010) | 1 line #9424: Replace deprecated assert* methods in the Python test suite. ........ | ||||
* | pybsddb 4.8.4 integration. Please, comment in issue #8156 | Jesus Cea | 2010-03-22 | 1 | -5/+5 |
| | |||||
* | Update bsddb code to version 4.7.3pre2. This code should | Jesus Cea | 2008-08-31 | 1 | -12/+1 |
| | | | | | | be compatible with Python 3.0, also. http://www.jcea.es/programacion/pybsddb.htm#bsddb3-4.7.3 | ||||
* | bsddb module updated to version 4.7.0 | Jesus Cea | 2008-05-22 | 1 | -1/+1 |
| | |||||
* | bsddb: Beware with sequence wrapping | Jesus Cea | 2008-05-19 | 1 | -9/+5 |
| | |||||
* | Testsuite for bsddb module, version 4.6.4 | Jesus Cea | 2008-05-13 | 1 | -9/+55 |
| | |||||
* | Modify import of test_support so that the code can also be used with a | Gregory P. Smith | 2008-03-02 | 1 | -1/+5 |
| | | | | | 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 can | Neal Norwitz | 2008-02-24 | 1 | -5/+3 |
| | | | | | | | | | | | | 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 imports | Christian Heimes | 2008-02-23 | 1 | -3/+0 |
| | |||||
* | Consistently use tempfile.tempdir for the db_home directory. | Neal Norwitz | 2008-01-26 | 1 | -1/+1 |
| | |||||
* | forgot to add this file in previous commit | Gregory P. Smith | 2006-06-05 | 1 | -0/+112 |