summaryrefslogtreecommitdiffstats
path: root/Lib/bsddb/test/test_dbshelve.py
Commit message (Expand)AuthorAgeFilesLines
* remove bsddbBenjamin Peterson2008-09-031-385/+0
* bsddb code updated to version 4.7.3pre2. This code is the same thanJesus Cea2008-08-311-87/+100
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-1/+1
* Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,...Christian Heimes2008-03-161-5/+2
* Merged revisions 61143-61144,61146-61147,61150-61151,61157,61165-61168,61170-...Christian Heimes2008-03-021-1/+5
* Merged revisions 61038,61042-61045,61047,61049-61053,61055-61057 via svnmerge...Christian Heimes2008-02-251-2/+6
* Merge r58434:Gregory P. Smith2007-10-121-21/+74
* some test suite cleanup, use tempfile.mkdtemp() in setUp andGregory P. Smith2007-08-281-28/+32
* Remove unneeded imports from bsddb's test_dbshelve.Collin Winter2007-08-281-3/+1
* Eat some low hanging fruit... let the test suite run.Gregory P. Smith2007-08-221-1/+3
* Fix most of the bsddb3 tests.Martin v. Löwis2007-08-081-44/+37
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-10/+10
* Merged revisions 53005-53303 via svnmerge fromThomas Wouters2007-01-091-1/+1
* Fix the bsddb3 unit tests.Guido van Rossum2006-08-241-6/+18
* Fixed to the point that all unit tests pass again. (However, I get 4Guido van Rossum2006-08-211-1/+0
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-181-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