summaryrefslogtreecommitdiffstats
path: root/Lib/bsddb/test/test_dbshelve.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-30850: Use specialized assert methods in bsddb tests. (#2584)Serhiy Storchaka2017-07-051-1/+1
* Issue #22943: bsddb tests are locale independend now.Serhiy Storchaka2014-12-011-1/+1
* - Issue #17477: Update the bsddb module to pybsddb 5.3.0, supportingdoko@ubuntu.com2013-03-191-7/+0
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-1/+1
* pybsddb 4.8.4 integration. Please, comment in issue #8156Jesus Cea2010-03-221-13/+36
* #7092: silence py3k warnings for bsddb. Patch by Florent Xicluna.Ezio Melotti2010-02-021-9/+6
* Update bsddb code to version 4.7.3pre2. This code shouldJesus Cea2008-08-311-23/+51
* Testsuite for bsddb module, version 4.6.4Jesus Cea2008-05-131-36/+38
* Remove the files/dirs after closing the DB so the tests work on Windows.Neal Norwitz2008-03-051-5/+2
* 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-6/+3
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-2/+1
* Fixes http://bugs.python.org/issue1233 - bsddb.dbshelve.DBShelf.appendGregory P. Smith2007-10-121-21/+73
* [Patch #1520904] Fix bsddb tests to write to the temp directory instead of th...Andrew M. Kuchling2007-01-051-1/+1
* Adds basic support for BerkeleyDB 4.2.x. Compiles and passes tests; newGregory P. Smith2003-09-211-3/+3
* 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-20/+18
* Whitespace normalization.Tim Peters2002-11-241-2/+0
* Merge with bsddb3 2002.11.23.10.42.36Martin v. Löwis2002-11-231-4/+4
* Importing test suite from bsddb3 3.4.0 (with modifications).Martin v. Löwis2002-11-191-0/+305